summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
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