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

Damyan Ivanov dmn at moszumanska.debian.org
Sun May 18 12:47:29 UTC 2014


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 e542addbb520a0cc33008c4aaa6efd324e976ecf
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun May 18 12:47:21 2014 +0000

    releasing package dh-make-perl version 0.81-1
---
 Changes          | 34 ++++++++++++++++++++++++++++++++--
 debian/changelog | 15 ++++-----------
 2 files changed, 36 insertions(+), 13 deletions(-)

diff --git a/Changes b/Changes
index b9d2f01..4523e5d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,35 @@
-0.81 (201Y-MM-DD)
-  * dummy ...
+0.81 (2014-05-18)
+
+  [ Dima Kogan ]
+  * If unable to parse pkgname or version, quit with a useful error message.
+  * Replaced all 'start_dir' uses with 'main_dir'
+
+  [ gregor herrmann ]
+  * DhMakePerl::Command::Packaging:
+    - install CONTRIBUTING files in extract_docs().
+    - require debhelper 9.20120312 only for arch:any packages;
+      for arch:all debhelper 8 or 9 are enough
+    - add a trailing ~ to all versioned dependencies to make
+      backporting easier
+    - drop special casing for all kinds of dependencies which needed
+      debhelper 7.x.
+      Support for debhelper < 8 was dropped in dh-make-perl 0.77.
+  * Reword "debhelper(1) 7 tiny" to the more accurate "dh(1)".
+    Also rename is_dh7tiny() method to is_dhtiny().
+  * Update copyright years.
+
+  [ Axel Beckert ]
+  * Apply wrap-and-sort.
+  * Untangle checks for pristine-tar and upstream tarball in
+    git_add_debian() (Closes: #735968)
+  * Code-deduplication by splitting up guess_tarball() into
+    guess_tarball($prefix) and guess_debian_tarball() and then using
+    guess_tarball() also in setup_dir().
+  * Iterate over all supported tar ball suffixes in guess_tarball().
+  * Use Cwd's realpath for upstream tarball search if main_dir is just "."
+
+  [ gregor herrmann ]
+  * Bump required debhelper version for Module::Build::Tiny to 9.20140227.
 
 0.80 (2013-10-29)
   [ CSILLAG Tamas ]
diff --git a/debian/changelog b/debian/changelog
index d3fc7e1..69e14d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,8 @@
-dh-make-perl (0.81-1) UNRELEASED; urgency=medium
+dh-make-perl (0.81-1) unstable; urgency=medium
 
   [ Dima Kogan ]
-  * If I can't parse pkgname or version, quit with a useful error message.
-    Before this patch, perl would throw up errors about trying to do stuff
-    with uninitialized variables. Now it says things like "Unable to
-    determine dist name. Please use --packagename"
-  * Replaced all 'start_dir' uses with 'main_dir' start_dir is the pwd
-    when we run dh_make_perl; main_dir is the (directory given on the
-    cmdline) || '.' We never actually want to use the start_dir. Prior to
-    this patch  dh-make-perl /some/path/ would look for a source tarball
-    in '.', which is clearly wrong for that command.
+  * If unable to parse pkgname or version, quit with a useful error message.
+  * Replaced all 'start_dir' uses with 'main_dir'
 
   [ gregor herrmann ]
   * DhMakePerl::Command::Packaging:
@@ -41,7 +34,7 @@ dh-make-perl (0.81-1) UNRELEASED; urgency=medium
     the MIA team.
   * Bump required debhelper version for Module::Build::Tiny to 9.20140227.
 
- -- Dima Kogan <dima at secretsauce.net>  Wed, 25 Dec 2013 17:08:35 +0100
+ -- Damyan Ivanov <dmn at debian.org>  Sun, 18 May 2014 15:29:19 +0300
 
 dh-make-perl (0.80-1) unstable; urgency=low
 

-- 
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