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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Sep 30 12:38:17 UTC 2009


Author: dmn
Date: Wed Sep 30 12:38:12 2009
New Revision: 45083

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45083
Log:
use perl instead of perl-modules when offering alternative B-D to M::B

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

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=45083&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Sep 30 12:38:12 2009
@@ -12,7 +12,7 @@
   * Only add a dependency on perl-modules if we need a newer version than the
     one in oldstable.
   * Documentation fix for Debian::Version::deb_ver_cmp.
-  * Add perl-modules (>= 5.10) to libmodule-build-perl.
+  * Add perl (>= 5.10) to as a preferred alternative to libmodule-build-perl.
   * Check if the possible examples directory is actually a directory before
     adding "$directory/*" to <pkg>.examples; thanks to Slaven Rezic for the
     bug report (closes: #548950).

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=45083&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Wed Sep 30 12:38:12 2009
@@ -326,7 +326,7 @@
     $self->extract_docs;
     $self->extract_examples;
 
-    $bdepends += Debian::Dependency->new('perl-modules (>= 5.10) | libmodule-build-perl')
+    $bdepends += Debian::Dependency->new('perl (>= 5.10) | libmodule-build-perl')
         if ( $module_build eq "Module-Build" );
 
     my ( $extrabdepends, $extrabdependsi );




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