This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository concavity.
commit 9a2c55ab637312ade26a73a7531587d7e7b543d9 Author: Andreas Tille <[email protected]> Date: Tue May 24 16:36:18 2016 +0200 Better hardening --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index e74cbc3..f6d52cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ concavity (0.1+dfsg-2) UNRELEASED; urgency=medium [ Andreas Tille ] * Remove citation information from long description * cme fix dpkg-control + * Better hardening -- Andreas Tille <[email protected]> Mon, 18 Apr 2016 08:37:39 +0200 diff --git a/debian/rules b/debian/rules index c477cbf..0f0cfd6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ export prefix:=/usr export USER_CFLAGS:="-Wno-write-strings" export VERSION:=$(shell dpkg-parsechangelog --format rfc822|sed --posix -n -e 's/^Version: \([0-9.]*\).*/\1/p;') +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + get-orig-source: wget -O ../concavity_distr.tar.gz --quiet http://compbio.cs.princeton.edu/concavity/concavity_distr.tar.gz && \ mk-origtargz --repack --compress xz ../concavity_distr.tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/concavity.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
