[dh-make-perl] 01/01: releasing package dh-make-perl version 0.80-1

Damyan Ivanov dmn at alioth.debian.org
Tue Oct 29 19:12:49 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 ca649faecf5b4ecab1c4df1f37156ed0c522a0d9
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Oct 29 19:12:35 2013 +0000

    releasing package dh-make-perl version 0.80-1
---
 Changes           |   17 +++++++++++++++++
 debian/changelog  |   14 ++++++--------
 lib/DhMakePerl.pm |    4 ++--
 3 files changed, 25 insertions(+), 10 deletions(-)

diff --git a/Changes b/Changes
index 32b2d26..ea401ec 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,20 @@
+0.80 (2013-10-29)
+  [ CSILLAG Tamas ]
+  * add rename_to_debian_package_dir.
+    This will rename the directory name to the canonical name of
+    the debian package.
+  * use system("mv ...") when cross device directory move is expected
+    otherwise just use rename
+
+  [ Damyan Ivanov ]
+  * FromCPAN/find_debs_for_modules: do not crash when all offerred packages
+    are perl(-(modules|base))? (Closes: #725206)
+  * drop trailing slash from t/Control.t test file
+
+  [ Salvatore Bonaccorso ]
+  * Create packages with Standards-Version 3.9.5
+  * Adjust Standards-Version in control files of testsuite
+
 0.79 (2013-08-16)
   * silence a warning when reporting about a core-satisfied dependency without
     a version
diff --git a/debian/changelog b/debian/changelog
index 95c4120..441d46c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,16 @@
-dh-make-perl (0.79-2) UNRELEASED; urgency=low
+dh-make-perl (0.80-1) unstable; urgency=low
 
   [ CSILLAG Tamas ]
   * add Homepage to d/control (lintian check suggested)
   * add rename_to_debian_package_dir.
     This will rename the directory name to the canonical name of
     the debian package.
-  * explain why explicit destroy is needed
-  * use system("mv ...") when cross device directory move is expected otherwise just use rename
+  * use system("mv ...") when cross device directory move is expected
+    otherwise just use rename
 
   [ Damyan Ivanov ]
-  * avoid depending on perl(-(base|modules))? for dual-lifed modules
-    these are handled by other means
-  * FromCPAN/find_debs_for_modules: do not crash when all offerred packages are perl(-(modules|base))?
-    (Closes: #725206)
+  * FromCPAN/find_debs_for_modules: do not crash when all offerred packages
+    are perl(-(modules|base))? (Closes: #725206)
   * drop trailing slash from t/Control.t test file
 
   [ Salvatore Bonaccorso ]
@@ -20,7 +18,7 @@ dh-make-perl (0.79-2) UNRELEASED; urgency=low
   * Adjust Standards-Version in control files of testsuite
   * Bump Standards-Version to 3.9.5
 
- -- CSILLAG Tamas <cstamas at cstamas.hu>  Mon, 28 Oct 2013 10:46:06 +0100
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 29 Oct 2013 20:52:21 +0200
 
 dh-make-perl (0.79-1) unstable; urgency=low
 
diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index 2799908..988e957 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.79
+Version 0.80
 
 =cut
 
-our $VERSION = '0.79';
+our $VERSION = '0.80';
 
 =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