This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository kmer-tools.
commit c75f4714c6602cd6774f2300837f305690b8086b Author: Andreas Tille <[email protected]> Date: Mon Nov 28 21:48:22 2016 +0100 hardening=+all --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2610f1e..c93c1ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ kmer-tools (0~20150903+r2013-2) unstable; urgency=low * Provide fake watch file to keep QA tools silent about no watch information * debhelper 10 * cme fix dpkg-control + * hardening=+all -- Afif Elghraoui <[email protected]> Mon, 28 Nov 2016 21:24:26 +0100 diff --git a/debian/rules b/debian/rules index 0840879..4f0bed0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmer-tools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
