summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-11-05 07:05:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-11-05 07:06:02 +0000
commit6478cc920453b4e6043ee0854997520b98846b7d (patch)
treed95532ecccef491f40a2fa2d80ad8731665af313
parentRemoving explicit debug package in favour of automated debug packages. (diff)
downloadclzip-6478cc920453b4e6043ee0854997520b98846b7d.tar.xz
clzip-6478cc920453b4e6043ee0854997520b98846b7d.zip
Passing -g to gcc to avoid empty debug files.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 46a8531..8b8c64c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
%:
dh ${@}
+override_dh_auto_configure:
+ dh_auto_configure -- 'CC=$(CC) -g'
+
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/clzip