This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository libqes.
commit 9d1504df8021227ead7883c85b019b6469bebdc3 Author: Kevin Murray <[email protected]> Date: Tue Nov 15 19:52:15 2016 +1100 hardening=+all --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index b434a04..071e976 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libqes (0.2.5-1) unstable; urgency=medium * New upstream release * Update standards version to 3.9.8 * Update uploader email + * Hardening+all to pull in bindnow hardening -- Kevin Murray <[email protected]> Tue, 15 Nov 2016 19:43:23 +1100 diff --git a/debian/rules b/debian/rules index b3c0b84..f5f0228 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS += hardening=+all + DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libqes.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
