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

Damyan Ivanov dmn at moszumanska.debian.org
Sun May 24 16:15:45 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 00f11add42c8fa1a33964b0bc5968feafdaaca3c
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun May 24 16:15:28 2015 +0000

    releasing package dh-make-perl version 0.85-1
---
 Changes           | 29 +++++++++++++++++++++++++++++
 debian/changelog  |  4 ++--
 lib/DhMakePerl.pm |  2 +-
 3 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index 4e75870..aac2954 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,32 @@
+0.85 (2015-05-24)
+
+  [ Damyan Ivanov ]
+  * Config: fixup module name after possible setting it when run as 'cpan2deb'
+    (Closes: #777718 -- cpan2deb using wrong module from CPAN)
+
+  [ Axel Beckert ]
+  * Improve misleading error message if apt-file installed but no contents
+    files could be found.
+  * Fix parsing of sources.list entry with options in brackets. (Closes:
+    #783110; Thanks Lucas Nussbaum for the bug report.)
+
+  [ Andy Beverley ]
+  * Check existing new directory name before attempting a rename to it
+    (Closes: #774071)
+  * Reset Git environment variables to ensure correct repo is used
+    (Closes: #774070)
+  * Use correct location for deb when using install option
+    (Closes: #774072)
+
+
+  [ Damyan Ivanov ]
+  * run 'dpkg -i pkg.deb' with sudo if we aren't root
+  * bump years of copyright
+  * new routine, info() for printing stuff in verbose mode, with an 'I: ' prefix
+  * print the dpkg -i command
+  * Packaging: parse 'dist.ini' if present
+  * create_copyright: use copyright year from dist.ini (copyright_year)
+
 0.84 (2014-10-20)
 
   [ Axel Beckert ]
diff --git a/debian/changelog b/debian/changelog
index 4be1e11..8a97bbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dh-make-perl (0.84-3) UNRELEASED; urgency=medium
+dh-make-perl (0.85-1) unstable; urgency=medium
 
   [ Damyan Ivanov ]
   * Config: fixup module name after possible setting it when run as 'cpan2deb'
@@ -27,7 +27,7 @@ dh-make-perl (0.84-3) UNRELEASED; urgency=medium
   * Packaging: parse 'dist.ini' if present
   * create_copyright: use copyright year from dist.ini (copyright_year)
 
- -- Axel Beckert <abe at debian.org>  Wed, 22 Apr 2015 20:30:03 +0200
+ -- Damyan Ivanov <dmn at debian.org>  Sun, 24 May 2015 16:12:25 +0000
 
 dh-make-perl (0.84-2) unstable; urgency=medium
 
diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index d96681a..0c68037 100644
--- a/lib/DhMakePerl.pm
+++ b/lib/DhMakePerl.pm
@@ -18,7 +18,7 @@ Version 0.84
 
 =cut
 
-our $VERSION = '0.84';
+our $VERSION = '0.85';
 
 =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