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

Christoph Martin chrism at alioth.debian.org
Fri Oct 26 19:00:08 UTC 2012


Author: chrism
Date: 2012-10-26 19:00:07 +0000 (Fri, 26 Oct 2012)
New Revision: 59

Modified:
   trunk/apt-show-versions
   trunk/debian/changelog
Log:
add stable-updates testing-proposed-updates and testing-updates to
list of official suites

Modified: trunk/apt-show-versions
===================================================================
--- trunk/apt-show-versions	2012-10-08 16:14:13 UTC (rev 58)
+++ trunk/apt-show-versions	2012-10-26 19:00:07 UTC (rev 59)
@@ -241,7 +241,7 @@
 
 my $default_release = $_config->get("APT::Default-Release");
 
-my @official_suites = qw(oldstable stable proposed-updates testing unstable experimental);
+my @official_suites = qw(oldstable stable proposed-updates stable-updates testing testing-proposed-updates testing-updates unstable experimental);
 # %official_suites:
 # - Keys:   Known official suite names
 # - Values: Order index

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2012-10-08 16:14:13 UTC (rev 58)
+++ trunk/debian/changelog	2012-10-26 19:00:07 UTC (rev 59)
@@ -1,8 +1,10 @@
 apt-show-versions (0.20) unstable; urgency=low
 
   * fix race condition in parallel build mode. (Closes: #689681)
+  * add stable-updates testing-proposed-updates and testing-updates to
+    list of official suites
 
- --
+ -- Christoph Martin <christoph.martin at uni-mainz.de>  Fri, 26 Oct 2012 20:59:14 +0200
 
 apt-show-versions (0.19+nmu1) unstable; urgency=low
 




More information about the Pkg-asv-commits mailing list