summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-06-15 17:22:49 +0200
committerJulian Andres Klode <jak@debian.org>2009-06-15 17:22:49 +0200
commit87f6d28c1555ee70da9dddb9625cea0c4d6ab9a5 (patch)
tree86ce8b793098ea9e5223ba55cdf6795319c6a2d1
parentc2ada55886cd33d7c4c41d3ac467aa5b0c6b4e69 (diff)
downloadpython-apt-87f6d28c1555ee70da9dddb9625cea0c4d6ab9a5.tar.gz
data/templates/Debian.info.in: Squeeze will be 6.0, not 5.1
-rw-r--r--data/templates/Debian.info.in2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/data/templates/Debian.info.in b/data/templates/Debian.info.in
index e80f0f6c..e5a1b424 100644
--- a/data/templates/Debian.info.in
+++ b/data/templates/Debian.info.in
@@ -5,7 +5,7 @@ RepositoryType: deb
BaseURI: http://http.us.debian.org/debian/
MatchURI: ftp[0-9]*\.[a-z]\.debian\.org
MirrorsFile: /usr/share/python-apt/templates/Debian.mirrors
-_Description: Debian 5.1 'Squeeze'
+_Description: Debian 6.0 'Squeeze'
Component: main
_CompDescription: Officially supported
Component: contrib
diff --git a/debian/changelog b/debian/changelog
index 10d40aba..b3b811c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-apt (0.7.10.5) UNRELEASED; urgency=low
+
+ * data/templates/Debian.info.in: Squeeze will be 6.0, not 5.1
+
+ -- Julian Andres Klode <jak@debian.org> Mon, 15 Jun 2009 17:21:57 +0200
+
python-apt (0.7.10.4) unstable; urgency=low
[ Michael Vogt ]