r41946 - in /trunk/dh-make-perl: debian/changelog debian/control lib/DhMakePerl.pm t/dists/Strange-0.1/wanted-debian/control t/dists/Strange-2.1/wanted-debian/control

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Aug 16 10:02:05 UTC 2009


Author: carnil-guest
Date: Sun Aug 16 10:01:54 2009
New Revision: 41946

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41946
Log:
Bump Standards-Version to 3.8.3 (dh-make-perl, tests and generated
packages).

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/debian/control
    trunk/dh-make-perl/lib/DhMakePerl.pm
    trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control
    trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=41946&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sun Aug 16 10:01:54 2009
@@ -1,8 +1,13 @@
 dh-make-perl (0.59) UNRELEASED; urgency=low
 
+  [ Damyan Ivanov ]
   * debian/rules: compact to (almost) 3 lines
 
- -- Damyan Ivanov <dmn at debian.org>  Wed, 05 Aug 2009 10:06:33 +0300
+  [ Salvatore Bonaccorso ]
+  * Bump Standards-Version to 3.8.3 (dh-make-perl, tests and generated
+    packages).
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 16 Aug 2009 11:38:38 +0200
 
 dh-make-perl (0.58) unstable; urgency=low
 

Modified: trunk/dh-make-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/control?rev=41946&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Sun Aug 16 10:01:54 2009
@@ -31,7 +31,7 @@
  Oliver Gorwits <oliver.gorwits at oucs.ox.ac.uk>,
  Ryan Niebur <ryanryan52 at gmail.com>, Nathan Handler <nhandler at ubuntu.com>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/dh-make-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/dh-make-perl/
 

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=41946&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Sun Aug 16 10:01:54 2009
@@ -68,7 +68,7 @@
 # TODO:
 # * get more info from the package (maybe using CPAN methods)
 
-my ($min_perl_version, $oldest_perl_version,
+my ($oldest_perl_version,
     $debstdversion, $priority,  $section,
     $depends,          $bdepends,      $bdependsi, $maintainer,
     $arch,             $closes,        $date,      $debiandir,
@@ -76,22 +76,16 @@
 );
 our %overrides;
 
-$debstdversion = '3.8.2';
+$debstdversion = '3.8.3';
 $priority      = 'optional';
 $section       = 'perl';
 $depends       = Debian::Dependencies->new('${perl:Depends}');
 
-# 5.6.0-12 is where arch-indep modules are moved in /usr/share/perl5
-# (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.0-12';
-
 # this is the version in 'oldstable'. No much point on depending on something
 # older
 $oldest_perl_version = '5.8.8-7';
 
-$bdependsi = Debian::Dependencies->new("perl (>= $min_perl_version)");
+$bdependsi = Debian::Dependencies->new("perl");
 $arch      = 'all';
 $date      = email_date(time);
 $startdir  = getcwd();

Modified: trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control?rev=41946&op=diff
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control (original)
+++ trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control Sun Aug 16 10:01:54 2009
@@ -2,9 +2,9 @@
 Section: misc
 Priority: Extra
 Build-Depends: perl6, xlib-dev
-Build-Depends-Indep: perl (>= 5.6.0-12)
+Build-Depends-Indep: perl
 Maintainer: Joe Maintainer <joemaint at test.local>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Strange/
 
 Package: libstrange-perl

Modified: trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control?rev=41946&op=diff
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control (original)
+++ trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control Sun Aug 16 10:01:54 2009
@@ -2,9 +2,9 @@
 Section: misc
 Priority: Extra
 Build-Depends: perl6, xlib-dev
-Build-Depends-Indep: perl (>= 5.6.0-12)
+Build-Depends-Indep: perl
 Maintainer: Joe Maintainer <joemaint at test.local>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Strange/
 
 Package: libstrange-perl




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