This bug occurs in feisty again. A similar patch fixes it

--- apt-show-versions~  2006-12-11 21:59:50.000000000 +0100
+++ apt-show-versions   2006-12-11 21:59:50.000000000 +0100
@@ -170,7 +170,7 @@
     my $archiv;
     $archiv = `fgrep -s Archive $release` or
        $archiv = `fgrep -s Suite $release` or
-       ($release =~ 
/(warty|hoary|breezy|dapper|edgy|potato|woody|sarge|etch|sid|stable|testing|unstable|experimental)/
 and $archiv = $1) or
+       ($release =~ 
/(warty|hoary|breezy|dapper|edgy|feisty|potato|woody|sarge|etch|sid|stable|testing|unstable|experimental)/
 and $archiv = $1) or
        $archiv = "unknown";
 #      next;
     $archiv =~ s/Archive: //;


** Changed in: apt-show-versions (Ubuntu)
       Status: Fix Released => Confirmed

-- 
apt-show-versions doesn't shows the distribution of ubuntu packages
https://launchpad.net/bugs/732

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to