r68081 - in /trunk/dh-make-perl: Changes debian/changelog lib/DhMakePerl.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jan 31 23:00:23 UTC 2011


Author: gregoa
Date: Mon Jan 31 23:00:05 2011
New Revision: 68081

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68081
Log:
more version changes. and update Changes.

Modified:
    trunk/dh-make-perl/Changes
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/DhMakePerl.pm

Modified: trunk/dh-make-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Changes?rev=68081&op=diff
==============================================================================
--- trunk/dh-make-perl/Changes (original)
+++ trunk/dh-make-perl/Changes Mon Jan 31 23:00:05 2011
@@ -1,3 +1,10 @@
+0.72 ()
+
+  [ Nicholas Bamber ]
+  Added logic to parse special email change directives in the changelog
+  so that the refresh command respects email changes.
+      Debian bug #609409
+
 0.71 (2010-12-28)
 
   [ Ansgar Burchardt ]

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=68081&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon Jan 31 23:00:05 2011
@@ -1,8 +1,10 @@
 dh-make-perl (0.72-1) UNRELEASED; urgency=low
 
   TODO:
-  - man page change is not correct
+  - man page change is not correct (should be fixed now)
   - Agreed with Gregor that the email regex is too retsrictive.
+
+  - before release: finish Changes
 
   [ gregor herrmann ]
   * Fix "Tries to mkdir directory in home of building user": set HOME to a

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=68081&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Mon Jan 31 23:00:05 2011
@@ -14,11 +14,11 @@
 
 =head1 VERSION
 
-Version 0.71
+Version 0.72
 
 =cut
 
-our $VERSION = '0.71';
+our $VERSION = '0.72';
 
 =head1 SYNOPSIS
 




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