This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository aegean.
commit b3d70d2b08ad6645fd83aca58618be59d8fbd18c Author: Sascha Steinbiss <[email protected]> Date: Sun Mar 20 11:36:57 2016 +0000 enable full hardening --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e3a7449..5361584 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ aegean (0.15.2+dfsg-1) unstable; urgency=medium * Drop patches applied upstream. * d/watch: make watchfile more robust * d/rules: drop unneeded get-orig-source target + * d/rules: enable full hardening * d/control: bump standards version -- Sascha Steinbiss <[email protected]> Sun, 20 Mar 2016 11:31:05 +0000 diff --git a/debian/rules b/debian/rules index e33a007..4a0c94e 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*/ OVERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[+].*//') export DESTDIR=$(CURDIR)/debian/tmp export LC_ALL=C.UTF-8 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all BITS:=$(shell dpkg-architecture | grep DEB_BUILD_ARCH_BITS | cut -f 2 -d'=') ifeq ($(BITS),64) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aegean.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
