[Secure-testing-commits] r1967 - lib/python

Florian Weimer fw at costa.debian.org
Tue Sep 13 21:19:29 UTC 2005


Author: fw
Date: 2005-09-13 21:19:29 +0000 (Tue, 13 Sep 2005)
New Revision: 1967

Modified:
   lib/python/debian_support.py
Log:
lib/python/debian_support.py (listReleases):
  Add potato.


Modified: lib/python/debian_support.py
===================================================================
--- lib/python/debian_support.py	2005-09-13 21:18:48 UTC (rev 1966)
+++ lib/python/debian_support.py	2005-09-13 21:19:29 UTC (rev 1967)
@@ -180,7 +180,7 @@
 
 def listReleases():
     releases = {}
-    rels = ("woody", "sarge", "etch", "sid")
+    rels = ("potato", "woody", "sarge", "etch", "sid")
     for r in range(len(rels)):
         releases[rels[r]] = Release(rels[r], r)
     Release.releases = releases




More information about the Secure-testing-commits mailing list