r11147 - in /trunk/dh-make-perl: debian/changelog dh-make-perl

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Wed Dec 12 12:53:25 UTC 2007


Author: tincho-guest
Date: Wed Dec 12 12:53:25 2007
New Revision: 11147

URL: http://svn.debian.org/wsvn/?sc=1&rev=11147
Log:
* Replace erroneous reference to $opts{basepkgs} in extract_depends, thanks
  to Hilko Bengen for the correction. (Closes: #452122).

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/changelog?rev=11147&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Dec 12 12:53:25 2007
@@ -1,3 +1,10 @@
+dh-make-perl (0.37) unstable; urgency=low
+
+  * Replace erroneous reference to $opts{basepkgs} in extract_depends, thanks
+    to Hilko Bengen for the correction. (Closes: #452122).
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Wed, 12 Dec 2007 09:50:22 -0300
+
 dh-make-perl (0.36) unstable; urgency=low
 
   * Fix install dependencies in rules templates

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/dh-make-perl?rev=11147&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Wed Dec 12 12:53:25 2007
@@ -728,7 +728,7 @@
 		    my ($p, $f) = split / /, $_;
 		    chop($p); #Get rid of the ":"
 		    if ($f =~ /$re/ && ! 
-			grep { $_ eq $p } @deps, split(/,/,$opts{basepkgs})) {
+			grep { $_ eq $p } @deps, split(/,/, at stdmodules)) {
 			if (exists $dep_hash{$mod}) {
 			    push @deps, {name=>$p, 
 					 version=>$dep_hash{$mod}};




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