This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository dh-make-perl.
commit 2789b1afb5179c5f6bf6db07d44aed6c2d05615d Author: gregor herrmann <[email protected]> Date: Fri May 20 17:07:56 2016 +0200 update changelog Gbp-Dch: Ignore --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index c721f8a..3e31072 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,13 @@ dh-make-perl (0.91) UNRELEASED; urgency=medium local::lib environment temporarily. Thanks to Jacob L Anawalt for the bug report. (Closes: #820395) * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * DhMakePerl::Utils: when checking for core modules, look at current + perl. + Various helpers which check if a module is in Perl core or starting from + which version only looked at the first Perl version. This ignored cases + where a package was removed from core at some point. + Change those methods to return if a module is not currently in Perl core. + Thanks to Peter Valdemar Mørch for the bug report. (Closes: #788198) [ Sean Whitton ] * Strip comments when reading control files. (Closes: #823708) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
