summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-02-27 17:48:53 +0100
committerJulian Andres Klode <jak@debian.org>2010-02-27 17:48:53 +0100
commita123b39f6e3dc69c9db46dd00550fc04c1ee9399 (patch)
tree17795a5f57d3b472256ccd6051fe92bfc6ade567 /debian
parenta169fd15520d61303639c0dfa2aabec3f6446fb6 (diff)
downloadpython-apt-a123b39f6e3dc69c9db46dd00550fc04c1ee9399.tar.gz
Ship the list of deprecated things in the apt_pkg and apt_inst modules
inside the script itself, so we don't have to parse the source code anymore.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/python-apt.docs1
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e5945ef4..9a05185d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ python-apt (0.7.93.2) unstable; urgency=low
* utils/migrate-0.8.py:
- Improve C++ parsing and add apt.progress.old to the modules, reduces
false positives.
+ - Ship the list of deprecated things in the apt_pkg and apt_inst modules
+ inside the script itself, so we don't have to parse the source code
+ anymore.
* python:
- Handle deprecated attributes and methods in the tp_gettattro slot, this
allows us to easily warn if a deprecated function is used.
diff --git a/debian/python-apt.docs b/debian/python-apt.docs
index 1bfc7c1c..c4191c81 100644
--- a/debian/python-apt.docs
+++ b/debian/python-apt.docs
@@ -4,3 +4,4 @@ TODO
apt/README.apt
data/templates/README.templates
build/sphinx/html/
+utils/migrate-0.8.py