From 55deaf50bbbff78360fc811d0318727840bde2bf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Jan 2016 15:39:37 -0400 Subject: Debian: Avoid building debug package, since gdb is not often useful to debug haskell programs. --- debian/changelog | 2 ++ debian/rules | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 908382395..e61aa22a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ git-annex (6.20160126) unstable; urgency=medium * Removed the quvi, tahoe, feed, and tfds build flags, adding aeson feed and regex-tdfa to the core dependencies. * Roll the dns build flag into the assistant build flag. + * Debian: Avoid building debug package, since gdb is not often useful + to debug haskell programs. -- Joey Hess Tue, 26 Jan 2016 14:57:42 -0400 diff --git a/debian/rules b/debian/rules index e6ee59241..7523e2f83 100755 --- a/debian/rules +++ b/debian/rules @@ -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) -- cgit v1.2.3