This is an automated email from the git hooks/post-receive script. kloetzl-guest pushed a commit to branch master in repository indelible.
commit 459514cfe17b75f5ae5f876541bc9335a4c44dae Author: Fabian Klötzl <[email protected]> Date: Mon Oct 2 17:38:37 2017 +0200 enable hardening --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5beab7b..6b160b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ indelible (1.03-3) UNRELEASED; urgency=medium * Added reference to OMICtools (Steffen Moeller) * remove unnecessary whitespace from the end of sequences (Fabian Klötzl) * bump standards version (minor changes) + * enable hardening -- Andreas Tille <[email protected]> Sat, 31 Dec 2016 16:22:50 +0100 diff --git a/debian/rules b/debian/rules index 857a5fe..08b8744 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f # DH_VERBOSE := 1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --with autoreconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/indelible.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
