[med-svn] [wgsim] 07/07: Fix remaining lintian warnings

Kevin Murray daube-guest at moszumanska.debian.org
Sun Jul 5 06:35:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a commit to branch master
in repository wgsim.

commit 1970dc8190f20777a5be25bd193cd0b1ae2deb04
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Sun Jul 5 16:34:22 2015 +1000

    Fix remaining lintian warnings
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index deb7701..2b799e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
@@ -7,7 +8,7 @@ include /usr/share/dpkg/default.mk
 
 override_dh_auto_build:
 	dh_auto_build
-	cc -o wgsim -Wall -O3 -I. -lz -lm wgsim.c
+	cc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -o wgsim -Wall -O3 -I. -lz -lm wgsim.c
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/wgsim.git



More information about the debian-med-commit mailing list