Package: whohas
Version: 0.22-3
Severity: normal

st...@tsunami:~$ whohas -d mandriva foo
Unsupported distribution 'mandriva'

It's a bug in quilt patch 25-use-getopt-513473,
patch 20 adds Mandriva support, then 25 breaks it:

+-                              } elsif (       $parts[$a] =~ /macports/i) {    
$macports_bool          = 1;
+-                              } elsif (       $parts[$a] =~ /mandriva/i) {    
$mandriva_bool          = 1;
+-                              } elsif (       $parts[$a] =~ /netbsd/i) {      
$netbsd_bool            = 1;

++               } elsif (       $distro =~ /macports/i) {       $macports_bool 
         = 1;
++               } elsif (       $distro =~ /netbsd/i) {         $netbsd_bool   
         = 1;


Also, the 20- patch adds an extra copy of the script in program/whohas.orig .

Regards,
Steve



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to