From a123b39f6e3dc69c9db46dd00550fc04c1ee9399 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 27 Feb 2010 17:48:53 +0100 Subject: 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. --- debian/changelog | 3 +++ debian/python-apt.docs | 1 + 2 files changed, 4 insertions(+) (limited to 'debian') 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 -- cgit v1.2.3