This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository mothur.
commit 7bcd58ac939b820e2b48816abbf25adfb941ea1c Author: Andreas Tille <[email protected]> Date: Sat May 7 17:53:40 2016 +0200 better hardening --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 66e53f1..6f7d8b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ mothur (1.36.1-2) unstable; urgency=medium * cme fix dpkg-control * better description for mothur-mpi * propagate hardening options to uchime build + * better hardening -- Steffen Moeller <[email protected]> Fri, 05 Feb 2016 22:01:39 +0100 diff --git a/debian/rules b/debian/rules index 924848a..2a221c4 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,8 @@ else 64BIT_VERSION=no endif +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mothur.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
