summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-06-05 19:48:35 +0200
committerJulian Andres Klode <jak@debian.org>2009-06-05 19:48:35 +0200
commit6c4e35354bba110758d9009e1555b2e13cd5ce4f (patch)
tree0c1acc59a0509897497df3a957892669b205bcf2
parent4e929ba7cf9d1d3a29c32785c69ba2b85df1133a (diff)
downloadpython-apt-6c4e35354bba110758d9009e1555b2e13cd5ce4f.tar.gz
Set distribution to experimental.
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 61ec1527..55e68a52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-python-apt (0.7.91) UNRELEASED; urgency=low
+python-apt (0.7.91) experimental; urgency=low
[ Julian Andres Klode ]
- * Rename all methods,functions,attributes to conform to PEP 8 (Closes: #481061)
+ * Rename where needed according to PEP 8 conventions (Closes: #481061)
* Where possible, derive apt.package.Record from collections.Mapping.
* ActionGroups can be used as a context manager for the 'with' statement.
* utils/migrate-0.8.py: Helper to check Python code for deprecated functions,