Skip to content

Commit

Permalink
fix: avoid stripping symbols from binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhertz committed Jul 19, 2024
1 parent 4ea7fdb commit 0e382da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wheel2deb/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
override_dh_builddeb:
dh_builddeb -- -Zxz
override_dh_strip:
dh_strip --exclude=/dist-packages/
"""

DEBIAN_ENTRYPOINT = """\
Expand Down

0 comments on commit 0e382da

Please sign in to comment.