Debian: Avoid building debug package, since gdb is not often useful to debug haskell programs.
This commit is contained in:
parent
731cc79fd6
commit
540acd32bf
2 changed files with 6 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -25,6 +25,10 @@ override_dh_auto_install:
|
|||
override_dh_fixperms:
|
||||
dh_fixperms -Xld-linux
|
||||
|
||||
# gdb can't do much with a haskell program, so avoid the debug package
|
||||
override_dh_strip:
|
||||
dh_strip --no-ddebs
|
||||
|
||||
# Do not add "ldconfig" trigger since all libraries in the standalone build
|
||||
# are private copies and the trigger activate-noawait trigger may not work
|
||||
# on elderly distributions (e.g. squeeze)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue