summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2022-10-03 13:02:11 -0400
committerJoey Hess <joeyh@joeyh.name>2022-10-03 13:02:11 -0400
commitc24ce026d83055d95a440262329115ebdc44205b (patch)
treed1ec2a3e279aa85d712fcf5b88a364ef7419c473
parent9c9174329e25d50a766fe2a44cafac41b377ba34 (diff)
change name of option
See https://bugs.debian.org/885987
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ad0cef7bc4..ed882df488 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ override_dh_fixperms:
# gdb can't do much with a haskell program, so avoid the debug package
override_dh_strip:
- dh_strip --no-ddebs
+ dh_strip --no-automatic-dbgsym
# Do not add "ldconfig" trigger since all libraries in the standalone build
# are private copies and the trigger activate-noawait trigger may not work