This is an automated email from the git hooks/post-receive script. xguimard-guest pushed a commit to branch master in repository libcrypt-u2f-server-perl.
commit 327774c6cc1fff0d1221dd1fdb1b60c59a1305b1 Author: Xavier Guimard <Xavier Guimard [email protected]> Date: Mon Sep 25 21:20:10 2017 +0200 Set hardening=+all --- debian/changelog | 9 --------- debian/control | 1 - debian/rules | 2 ++ 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6412b61..94824cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,5 @@ libcrypt-u2f-server-perl (0.40-1) UNRELEASED; urgency=low - Team: I don't know how to remove this lintian warning: - I: libcrypt-u2f-server-perl: hardening-no-bindnow usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Crypt/U2F/Server/Server.so - Flags seems to be well set - - Xavier: no ,now is not set in LDFLAGS (by default and here). just add - export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow - to debian/rules - (or +all instead of +bindnow for future features) - TODO: - (matter of taste): debian/clean instead of the $(RM) in debian/rules? - debian/patches/spelling-errors.patch contains more than spelling fixes diff --git a/debian/control b/debian/control index 937e537..16ae5c6 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Xavier Guimard <[email protected]> Build-Depends: debhelper (>= 9), - dpkg-dev, libjson-xs-perl, libu2f-server-dev, perl diff --git a/debian/rules b/debian/rules index 210324f..d491c5b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-u2f-server-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
