r56173 - /trunk/dh-make-perl/lib/Debian/AptContents.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Apr 16 14:46:50 UTC 2010


Author: dmn
Date: Fri Apr 16 14:46:27 2010
New Revision: 56173

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56173
Log:
find_perl_module_package: fix populating alternative dependencies

Modified:
    trunk/dh-make-perl/lib/Debian/AptContents.pm

Modified: trunk/dh-make-perl/lib/Debian/AptContents.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/AptContents.pm?rev=56173&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/AptContents.pm (original)
+++ trunk/dh-make-perl/lib/Debian/AptContents.pm Fri Apr 16 14:46:27 2010
@@ -431,7 +431,7 @@
     my $direct_dep;
     $direct_dep
         = Debian::Dependency->new(
-        [ map ( { pkg => $_, ver => $version }, @matches ) ] )
+        [ map ( { pkg => $_, rel => '>=', ver => $version }, @matches ) ] )
         if @matches;
 
     my $running_perl = $Config::Config{version};




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