[dh-make-perl] 03/03: releasing package dh-make-perl version 0.89-1

Damyan Ivanov dmn at moszumanska.debian.org
Sat Sep 26 18:39:42 UTC 2015


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 8329c4ed0cf0e7b2c1e4b9fbb67d16d8555d9afe
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Sep 26 18:39:26 2015 +0000

    releasing package dh-make-perl version 0.89-1
---
 Changes           | 5 +++++
 debian/changelog  | 9 ++++++++-
 lib/DhMakePerl.pm | 4 ++--
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index 796b588..76a4dd4 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.89 (2015-09-26)
+
+  * Apply a patch from Andy Beverley for checking the versions of the locally
+    available packages when doing recursive builds (Closes: #774074)
+
 0.88 (2015-09-08)
 
   [ gregor herrmann ]
diff --git a/debian/changelog b/debian/changelog
index 7d1aa0f..6a28aed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dh-make-perl (0.89-1) unstable; urgency=medium
+
+  * Apply a patch from Andy Beverley for checking the versions of the locally
+    available packages when doing recursive builds (Closes: #774074)
+  * add libdpkg-parse-perl to Recommends
+
+ -- Damyan Ivanov <dmn at debian.org>  Sat, 26 Sep 2015 18:27:14 +0000
+
 dh-make-perl (0.88-1) unstable; urgency=medium
 
   [ gregor herrmann ]
@@ -10,7 +18,6 @@ dh-make-perl (0.88-1) unstable; urgency=medium
     Fixes the test when perl is 5.22 or newer.
     Really Closes: #789729 -- FTBFS with perl 5.22
 
-
  -- Damyan Ivanov <dmn at debian.org>  Tue, 08 Sep 2015 09:20:19 +0000
 
 dh-make-perl (0.87-1) unstable; urgency=medium
diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index f7e80a6..d2f1151 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.88
+Version 0.89
 
 =cut
 
-our $VERSION = '0.88';
+our $VERSION = '0.89';
 
 =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