This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository maffilter.
commit cf057a503d2edc90b134d82572c0a012ee017516 Author: Andreas Tille <[email protected]> Date: Sun May 22 22:13:24 2016 +0200 Package does not build with full hardening --- debian/changelog | 5 ++--- debian/rules | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d6c545d..55b0574 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,9 @@ -maffilter (1.1.0-1+dfsg-2) UNRELEASED; urgency=medium +maffilter (1.1.0-1+dfsg-2) unstable; urgency=medium * Fix permissions * Properly install executable and info file - * Better hardening - -- Andreas Tille <[email protected]> Sun, 22 May 2016 21:54:16 +0200 + -- Andreas Tille <[email protected]> Sun, 22 May 2016 21:58:51 +0200 maffilter (1.1.0-1+dfsg-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 836e661..cfeedca 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,8 @@ # DH_VERBOSE := 1 -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# Package does not build with this option +# export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/maffilter.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
