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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 26 21:26:51 UTC 2009


Author: gregoa
Date: Sat Sep 26 21:26:44 2009
New Revision: 44887

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44887
Log:
Add perl-modules (>= 5.10) to libmodule-build-perl.

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=44887&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sat Sep 26 21:26:44 2009
@@ -16,6 +16,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.
 
   [ Damyan Ivanov ]
   * Drop support for debhelper compatibility levels other than 7

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




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