summaryrefslogtreecommitdiffstats
path: root/lib/python/debian_support.py
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2017-06-17 08:21:54 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2017-06-17 08:21:54 +0000
commitf5f39565f12a89e3a0a73837a99415f0b89c6a62 (patch)
tree46009a634a591fcce2373b24e17e2bcd120f224f /lib/python/debian_support.py
parent0e159bbf905cc68ea4e10971c697a7f6b509c5be (diff)
debian_support: Add buster to supported release name
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52647 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 f4c42241e0..fb44bc5771 100644
--- a/lib/python/debian_support.py
+++ b/lib/python/debian_support.py
@@ -194,7 +194,7 @@ class Release(PseudoEnum): pass
def listReleases():
releases = {}
rels = ("experimental", # For use in [brackets] in the list files.
- "potato", "woody", "sarge", "etch", "lenny", "squeeze", "wheezy", "jessie", "stretch", "sid")
+ "potato", "woody", "sarge", "etch", "lenny", "squeeze", "wheezy", "jessie", "stretch", "buster", "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