summaryrefslogtreecommitdiffstats
path: root/lib/python/debian_support.py
diff options
context:
space:
mode:
authorThijs Kinkhorst <thijs@debian.org>2009-02-14 17:11:04 +0000
committerThijs Kinkhorst <thijs@debian.org>2009-02-14 17:11:04 +0000
commitbb107ee24fb48d588357413ecfa4e69de1597fa7 (patch)
tree6519392edcc1bd06d4d02b760ced9fe091d7ff9e /lib/python/debian_support.py
parent06d8dcc0fcc0215a789428d7acb4c87a1fb8a0c0 (diff)
more occurences of etch,lenny,squeeze
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@11217 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib/python/debian_support.py')
-rw-r--r--lib/python/debian_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/debian_support.py b/lib/python/debian_support.py
index ca1b325a56..0239ac8965 100644
--- a/lib/python/debian_support.py
+++ b/lib/python/debian_support.py
@@ -172,7 +172,7 @@ class Release(PseudoEnum): pass
def listReleases():
releases = {}
- rels = ("potato", "woody", "sarge", "etch", "lenny", "sid")
+ rels = ("potato", "woody", "sarge", "etch", "lenny", "squeeze", "sid")
for r in range(len(rels)):
releases[rels[r]] = Release(rels[r], r)
Release.releases = releases

© 2014-2024 Faster IT GmbH | imprint | privacy policy