[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Opinions about #452122



Hi there, this bug report is reproducible here, and the fix seems
sensible. Has anyone an opinion on it, or should I just apply it?

I'm copying the original report below:


> Searching for DateTime package using apt-file.
> Use of uninitialized value in split at /usr/bin/dh-make-perl line 730.

A look at line 730f. shows:

>     if ($f =~ /$re/ && !
> 	grep { $_ eq $p } @deps, split(/,/,$opts{basepkgs})) {

After a cursory glance at the sources, I think that

      $opts{basepkgs}

should be replaced with

       @stdmodules


-- 
Martín Ferrari



Reply to: