[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.74-1-19-gc49119f

Damyan Ivanov dmn at debian.org
Mon Sep 26 11:58:35 UTC 2011


The following commit has been merged in the master branch:
commit c49119fdabcab80ccfae09ed0c5065f3764c682b
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Sep 26 14:58:28 2011 +0300

    update debian/changelog

diff --git a/debian/changelog b/debian/changelog
index 8974092..7dd07ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,18 @@
-dh-make-perl (0.74-2) UNRELEASED; urgency=low
+dh-make-perl (0.75-1) UNRELEASED; urgency=low
 
   * setup Git repository in --vcs=git even without --pkg-perl
-  * when setting up Git repository, add remote only in --pkg-perl mode
+  * when setting up Git repository, add 'origin' remote only in --pkg-perl
+    mode
   * fail gracefuly if pristine-tar is not available
   * add libfile-which-perl to (build-)dependencies
-  * use '--vcs none' in tests
   * fix typo in --pristine-tar description
   * document the change of the default value of --vcs from 'svn' to 'git'
-  * document that in --vcs=git mode the 'origin' remote is added only if
-    --pkg-perl is also given
+  * Apply patch from Dima Kogan, avoiding confusion when the version string is
+    not quoted (RT#71224)
+  * META:
+    + add explicit configure_requires on Module::Build
+    + add repository URL
+    + add keywords
 
  -- Damyan Ivanov <dmn at debian.org>  Sun, 25 Sep 2011 16:23:22 +0300
 
diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index 224ba05..a76a2d6 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.74
+Version 0.75
 
 =cut
 
-our $VERSION = '0.74';
+our $VERSION = '0.75';
 
 =head1 SYNOPSIS
 

-- 
Debian packaging of dh-make-perl



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