This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository mricron.
commit a34fd8d23063415114044f62cf715cd946483530 Author: Andreas Tille <[email protected]> Date: Sat Jan 14 23:03:39 2017 +0100 hardening=+all --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9610fa2..8c3d1d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ mricron (0.20140804.1~dfsg.1-2) UNRELEASED; urgency=medium * Fix FTBFS Illegal type conversion (Thanks for the patch to Michalis Kamburelis <[email protected]>) Closes: #813718 + * hardening=+all -- Andreas Tille <[email protected]> Mon, 02 Jan 2017 22:47:56 +0100 diff --git a/debian/rules b/debian/rules index 63585eb..05b650d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f # -*- makefile -*- +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + # one ring to rule them all ... %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mricron.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
