This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 82194db420dbc8505e327fa91a1f33943ab16567 Author: James McCoy <[email protected]> Date: Thu Sep 7 23:13:09 2017 -0400 hardening-check: Remove extra =pod The "=pod" causes older (pre-Buster) versions of podchecker to error. Since it doesn't add anything useful, remove it to ease backporting. Signed-off-by: James McCoy <[email protected]> --- scripts/hardening-check.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/hardening-check.pl b/scripts/hardening-check.pl index 799943c..26ecf71 100644 --- a/scripts/hardening-check.pl +++ b/scripts/hardening-check.pl @@ -416,8 +416,6 @@ exit($overall); __END__ -=pod - =head1 NAME hardening-check - check binaries for security hardening features -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
