[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.75-1-2-g43227d7
Damyan Ivanov
dmn at debian.org
Wed Jan 25 13:32:33 UTC 2012
The following commit has been merged in the master branch:
commit 43227d754f90581d28f76bf29d82c7a2487e438f
Author: Damyan Ivanov <dmn at debian.org>
Date: Wed Jan 25 15:32:27 2012 +0200
bump version and start new changelog stanca
diff --git a/debian/changelog b/debian/changelog
index c2706e3..9f27c12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dh-make-perl (0.76-1) UNRELEASED; urgency=low
+
+ * create_watch: allow single-digit-only versions.
+ Thanks to Kevin Ryde for the report and the proposed fix (Closes: #657249)
+
+ -- Damyan Ivanov <dmn at debian.org> Wed, 25 Jan 2012 15:31:15 +0200
+
dh-make-perl (0.75-1) unstable; urgency=low
[ Damyan Ivanov ]
diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index a76a2d6..9ece993 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.75
+Version 0.76
=cut
-our $VERSION = '0.75';
+our $VERSION = '0.76';
=head1 SYNOPSIS
--
Debian packaging of dh-make-perl
More information about the Pkg-perl-cvs-commits
mailing list