r25531 - in /trunk/dh-make-perl: debian/changelog dh-make-perl

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Sep 22 14:35:58 UTC 2008


Author: gregoa
Date: Mon Sep 22 14:35:55 2008
New Revision: 25531

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25531
Log:
Fix typo in minimum Perl version number, thanks to Niko Tyni for spotting.
Closes: #499730

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=25531&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon Sep 22 14:35:55 2008
@@ -13,6 +13,8 @@
   * Look for 'example' as well as for 'examples'.
   * Complete creation of debian/copyright skeleton even if no license is
     found.
+  * Fix typo in minimum Perl version number, thanks to Niko Tyni for spotting.
+    Closes: #499730
 
  -- Gunnar Wolf <gwolf at debian.org>  Thu, 07 Aug 2008 15:49:12 -0500
 

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=25531&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Mon Sep 22 14:35:55 2008
@@ -98,7 +98,7 @@
 # (according to dh_perl)
 # if the module has stricter requirements, this build-dependency
 # is replaced below by calling substitute_perl_dependency
-$min_perl_version = '5.6.10-12';
+$min_perl_version = '5.6.0-12';
 $bdependsi = "perl (>= $min_perl_version)";
 $arch = 'all';
 $date = email_date(time);




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