diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-03-29 14:22:11 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-03-29 14:22:11 +0200 |
| commit | 82dc1170b0b29f7bb264d046d1c9253f4d97fb10 (patch) | |
| tree | fe24df1f2b3c5c1fd3dd4dc171bbfd5d2f8bc694 /debian | |
| parent | 4f1a8ff1fcd780c2d42dbc59f41ca38581e6f10c (diff) | |
| parent | 4b74ecd4df220fcb9939445a9774bbcf6ba3212e (diff) | |
| download | python-apt-82dc1170b0b29f7bb264d046d1c9253f4d97fb10.tar.gz | |
If PYTHON_APT_DEPRECATION_WARNINGS is unset, also disable the
deprecation warnings in apt_pkg directly; and don't just
disable any deprecation warning in apt/__init__.py (LP: #548623)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 747fea77..0013daf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-apt (0.7.94.2ubuntu4) lucid; urgency=low + + * If PYTHON_APT_DEPRECATION_WARNINGS is unset, also disable the + deprecation warnings in apt_pkg directly; and don't just + disable any deprecation warning in apt/__init__.py (LP: #548623) + + -- Julian Andres Klode <juliank@ubuntu.com> Mon, 29 Mar 2010 13:18:20 +0200 + python-apt (0.7.94.2ubuntu3) lucid; urgency=low * python/indexfile.cc: |
