r76989 - in /trunk/dh-make-perl: Build.PL debian/control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Jul 3 11:10:51 UTC 2011


Author: dmn
Date: Sun Jul  3 11:10:42 2011
New Revision: 76989

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76989
Log:
update dependency lists

Modified:
    trunk/dh-make-perl/Build.PL
    trunk/dh-make-perl/debian/control

Modified: trunk/dh-make-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Build.PL?rev=76989&op=diff
==============================================================================
--- trunk/dh-make-perl/Build.PL (original)
+++ trunk/dh-make-perl/Build.PL Sun Jul  3 11:10:42 2011
@@ -6,6 +6,10 @@
 my $builder = My::Builder->new(
     module_name         => 'DhMakePerl',
     license             => 'gpl',
+    recommends          => {
+        'Git'     => 0,
+        'IO::Dir' => 0,
+    },
     requires            => {
         perl    => '5.010',
 

Modified: trunk/dh-make-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/control?rev=76989&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Sun Jul  3 11:10:42 2011
@@ -3,7 +3,6 @@
 Priority: optional
 Build-Depends: debhelper (>= 8), perl
 Build-Depends-Indep: 
- git,
  libapt-pkg-perl,
  libarray-unique-perl,
  libclass-accessor-perl,




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