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 77ddda0487995e94b7377665adb50b922d7b3595 Author: gregor herrmann <[email protected]> Date: Mon Apr 11 22:27:17 2016 +0200 update changelog Gbp-Dch: Ignore --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2a4aa1a..8914cbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,18 @@ dh-make-perl (0.91) UNRELEASED; urgency=medium Not needed for a native package. * Add a lintian override for latest-debian-changelog-entry-changed-to- native. + * Debian::Control::FromCPAN: find_debs_for_modules(): exit version loop. + When searching for versioned dependency, the method issues the warning + "$module package in APT ($d) does not satisfy $dep" even when higher + versions are available. Exit the loop as soon as we have a high enough + version. + * Issue a warning in build_package if local::lib usage is detected. + local::lib sets the installation path (by default to $HOME/perl5) via + PERL_MB_OPT/PERL_MM_OPT which is not what we want in the built + package. Messing with the environment is a bit too brittle, so we + issue a fat warning and give recommendations for deactivating the + local::lib environment temporarily. + Thanks to Jacob L Anawalt for the bug report. (Closes: #820395) -- gregor herrmann <[email protected]> Wed, 06 Apr 2016 17:35:59 +0200 -- 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
