This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository rnahybrid.
commit 007d7e41fb55a92aec833e197f3255405688b5c2 Author: Andreas Tille <[email protected]> Date: Tue Sep 26 19:26:31 2017 +0200 hardening=+all --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1087480..7ae55e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ rnahybrid (2.1.2-2) UNRELEASED; urgency=medium a problem on all architectures (Thanks to Lennart Sorensen <[email protected]> for the patch) Closes: #861281 + * hardening=+all [ Steffen Moeller ] * Add registry entry diff --git a/debian/rules b/debian/rules index 55a22fc..b80bede 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f # -*- makefile -*- +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rnahybrid.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
