[dh-make-perl] 09/09: releasing version 0.79-1

Damyan Ivanov dmn at alioth.debian.org
Fri Aug 16 12:32:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository dh-make-perl.

commit 62e470c94aef7e5b2ffa9bb72c800d3fca6c68b8
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Aug 16 14:32:29 2013 +0200

    releasing version 0.79-1
---
 Changes           |   15 +++++++++++++++
 debian/changelog  |   17 +++++++++++++----
 lib/DhMakePerl.pm |    4 ++--
 3 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/Changes b/Changes
index 3c079da..32b2d26 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,18 @@
+0.79 (2013-08-16)
+  * silence a warning when reporting about a core-satisfied dependency without
+    a version
+  * fix problems with perl 5.18:
+    (Debian #719829)
+    + fix missing =back in Debian::Control::Stanza::CommaSeparated POD
+    + sort a couple of hash key walks breaking tests with perl 5.18
+  * remove the trailing slash from ustream/watch URLs
+  * drop usage of experimental given/when in Packaging.pm
+  * rework --only internal representation to be a hash
+  * t/dists.t: rework running dh-make-perl and give all diagnostics when a
+    test fails
+  * fix specoial handling of changed copyright years
+  * make dh-make-perl report its version on every invocation
+
 0.78 (2013-08-09)
     add $VERSION to all modules
 
diff --git a/debian/changelog b/debian/changelog
index 310845f..88fabb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,20 @@
-dh-make-perl (0.78-2) UNRELEASED; urgency=low
+dh-make-perl (0.79-1) unstable; urgency=low
 
   * silence a warning when reporting about a core-satisfied dependency without
     a version
-  * fix missing =back in Debian::Control::Stanza::CommaSeparated POD
+  * fix problems with perl 5.18:
     (Closes: #719829)
-
- -- Damyan Ivanov <dmn at debian.org>  Thu, 15 Aug 2013 22:16:07 +0200
+    + fix missing =back in Debian::Control::Stanza::CommaSeparated POD
+    + sort a couple of hash key walks breaking tests with perl 5.18
+  * remove the trailing slash from ustream/watch URLs
+  * drop usage of experimental given/when in Packaging.pm
+  * rework --only internal representation to be a hash
+  * t/dists.t: rework running dh-make-perl and give all diagnostics when a
+    test fails
+  * fix special handling of changed copyright years
+  * make dh-make-perl report its version on every invocation
+
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 16 Aug 2013 14:00:30 +0200
 
 dh-make-perl (0.78-1) unstable; urgency=low
 
diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index c8dd67b..2799908 100644
--- a/lib/DhMakePerl.pm
+++ b/lib/DhMakePerl.pm
@@ -14,11 +14,11 @@ DhMakePerl - create Debian source package from CPAN dist
 
 =head1 VERSION
 
-Version 0.77
+Version 0.79
 
 =cut
 
-our $VERSION = '0.78';
+our $VERSION = '0.79';
 
 =head1 SYNOPSIS
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



More information about the Pkg-perl-cvs-commits mailing list