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 4ba1687d1b45196feae20bfcc850296c5bcff9e8 Author: gregor herrmann <[email protected]> Date: Sat Jun 17 20:27:42 2017 +0200 releasing package dh-make-perl version 0.95 --- Changes | 20 +++++++++++++++++++- debian/changelog | 5 +++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 9b20aa2..6c97e86 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,22 @@ -0.95 (2017-xx-xx) +0.95 (2017-06-17) + + [ Damyan Ivanov ] + * centralized method for determining if a given package belongs to the set + of core Perl packages + * is_core_perl_package: strip architecture before matching package name + * FromCPAN/find_debs_for_modules: remove core packages from the result of + DpkgLists->scan_perl_mod + (Closes: #854046) + + [ Alex Muntada ] + * Debian::Control::Stanza: accept case-insensitive field names in new() + as required by Debian Policy while retaining the canonical accessors. + Thanks to Ben Finney for the bug report. (Closes: #860023) + + [ gregor herrmann ] + * Drop debian/source/local-options. The options were for non-native + packages and caused warnings from dpkg-source. + * Add debian/gbp.conf to tell gbp and dpt-push about the tag format. 0.94 (2017-03-16) diff --git a/debian/changelog b/debian/changelog index 77865e1..4eba9ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dh-make-perl (0.95) UNRELEASED; urgency=medium +dh-make-perl (0.95) unstable; urgency=medium [ Damyan Ivanov ] * centralized method for determining if a given package belongs to the set @@ -16,8 +16,9 @@ dh-make-perl (0.95) UNRELEASED; urgency=medium [ gregor herrmann ] * Drop debian/source/local-options. The options were for non-native packages and caused warnings from dpkg-source. + * Add debian/gbp.conf to tell gbp and dpt-push about the tag format. - -- Damyan Ivanov <[email protected]> Tue, 21 Mar 2017 23:17:30 +0200 + -- gregor herrmann <[email protected]> Sat, 17 Jun 2017 20:24:44 +0200 dh-make-perl (0.94) unstable; urgency=medium -- 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
