This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libcrypt-u2f-server-perl.
commit f0abc0a2b94cb5fb3d1b369a0f7e0cb26e7582cc Author: gregor herrmann <[email protected]> Date: Mon Sep 25 19:59:05 2017 +0200 back to UNRELEASED, an answer and some TODO added to d/changelog Git-Dch: Ignore --- debian/changelog | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2efd1d6..6412b61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,30 @@ -libcrypt-u2f-server-perl (0.40-1) unstable; urgency=low +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 + (the two removed .inc files) + - d/copyright: incomplete + + ppport.h missing + + for "Files: *" I'd add "2014-2015, Rene Schickbauer" + cf. README (although this has a different license than all other files. + maybe boilerplate) + - d/control: short description should be a noun phrase (and not the module + name plus a verb phrase) + - lintian error: + E: libcrypt-u2f-server-perl source: depends-on-build-essential-package-without-using-version dpkg-dev [build-depends: dpkg-dev] + - d/changelog: no need to mention the patch for the first upload + + * Initial Release (Closes: #876767). * Add spelling errors patch (reported) -- 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
