diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-11-05 07:05:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-11-05 07:06:02 +0000 |
commit | 6478cc920453b4e6043ee0854997520b98846b7d (patch) | |
tree | d95532ecccef491f40a2fa2d80ad8731665af313 | |
parent | Removing explicit debug package in favour of automated debug packages. (diff) | |
download | clzip-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-x | debian/rules | 3 |
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 |