Skip to content

Commit

Permalink
Don't run dh_strip when building Debian packages.
Browse files Browse the repository at this point in the history
We almost never want to remove debugging symbols as they're extremely
useful for debugging issues in the wild and they don't come at really
any cost.
  • Loading branch information
rryan committed Sep 15, 2015
1 parent b60ce12 commit 2c3c4dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ binary-arch: build install
# dh_installinfo
dh_installman mixxx.1
dh_link
dh_strip
# We don't want our binaries stripped.
# dh_strip
dh_compress -Xpdf
dh_fixperms
# dh_perl
Expand Down

0 comments on commit 2c3c4dc

Please sign in to comment.