[Pkg-asv-commits] r12 - in trunk: . debian

ahoenen-guest at alioth.debian.org ahoenen-guest at alioth.debian.org
Thu Dec 27 10:30:08 UTC 2007


Author: ahoenen-guest
Date: 2007-12-27 10:30:08 +0000 (Thu, 27 Dec 2007)
New Revision: 12

Modified:
   trunk/apt-show-versions
   trunk/debian/changelog
Log:
Fix bug #457916:
Add lenny to list of known release names.


Modified: trunk/apt-show-versions
===================================================================
--- trunk/apt-show-versions	2007-12-03 12:06:35 UTC (rev 11)
+++ trunk/apt-show-versions	2007-12-27 10:30:08 UTC (rev 12)
@@ -11,7 +11,7 @@
 
 # Author: Christoph Martin <martin at uni-mainz.de>
 # Maintainer: Christoph Martin <martin at uni-mainz.de>
-# Version: 0.11
+# Version: 0.12
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the
@@ -49,7 +49,7 @@
 my $policy = $cache->policy;
 
 my $VERSION;
-$VERSION ='0.11';
+$VERSION ='0.12';
 
 # process commandline parameters
 my %opts;
@@ -181,7 +181,7 @@
     my $archiv;
     $archiv = `fgrep -s Archive $release` or
 	$archiv = `fgrep -s Suite $release` or
-	($release =~ /(potato|woody|sarge|etch|sid|stable|testing|unstable|experimental)/ and $archiv = $1) or
+	($release =~ /(potato|woody|sarge|etch|lenny|sid|stable|testing|unstable|experimental)/ and $archiv = $1) or
 	$archiv = "unknown";
 #	next;
     $archiv =~ s/Archive: //;

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-03 12:06:35 UTC (rev 11)
+++ trunk/debian/changelog	2007-12-27 10:30:08 UTC (rev 12)
@@ -1,3 +1,10 @@
+apt-show-versions (0.12) UNRELEASED; urgency=low
+
+  [ Andreas Hoenen ]
+  * Add lenny to list of known releases names.  (Closes: #457916)
+
+ -- Andreas Hoenen <andreas.hoenen at arcor.de>  Thu, 27 Dec 2007 11:28:48 +0100
+
 apt-show-versions (0.11) unstable; urgency=low
 
   [ Andreas Hoenen ]




More information about the Pkg-asv-commits mailing list