From: Marius Gavrilescu Date: Tue, 9 Jul 2013 21:01:46 +0000 (+0300) Subject: Add hardening X-Git-Tag: debian/2.3-1~15 X-Git-Url: http://git.ieval.ro/?p=xfishtank.git;a=commitdiff_plain;h=6256d3c29bbd42cde5b0f1ae7ba93f239b832929 Add hardening --- diff --git a/debian/rules b/debian/rules index 8e25463..baf66c5 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,6 @@ dh $@ override_dh_auto_build: xmkmf -a - dh_auto_build + dh_auto_build -- CCOPTIONS="$(shell dpkg-buildflags --get CFLAGS)" EXTRA_LOAD_FLAGS="$(shell dpkg-buildflags --get LDFLAGS)" override_dh_auto_install: dh_auto_install -- BINDIR=/usr/games