This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository mialmpick.
commit cc61b8e2516d21493627707eec53365ffac7adab Author: Gert Wollny <[email protected]> Date: Mon Jul 11 12:59:10 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 b909e60..85ffa1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ mialmpick (0.2.13-1) UNRELEASED; urgency=medium * d/watch: Add signature option to watch file * New Upstream version 0.2.13, Closes: #829857 * d/p: Remove gettext patch, applied upstream + * d/rules: enable full hardening -- Gert Wollny <[email protected]> Mon, 11 Jul 2016 12:56:57 +0000 diff --git a/debian/rules b/debian/rules index 13645fb..24c7712 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- +export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mialmpick.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
