diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/python3-apt-dbg.install | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b6c1945f..f97e2be2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ python-apt (0.7.100.3) UNRELEASED; urgency=low - Fix mixed tab/spaces indentation in xz test * tests/test_apt_cache.py: - Package records 'Package' field now corresponds to shortname + * debian/python3-apt-dbg.install + - Do not try to install old-style debugging files. [ Scott Kitterman ] * Override override_dh_auto_install to install python3 extensions in the diff --git a/debian/python3-apt-dbg.install b/debian/python3-apt-dbg.install index 011ab164..64fd1842 100644 --- a/debian/python3-apt-dbg.install +++ b/debian/python3-apt-dbg.install @@ -1 +1 @@ -usr/lib/python3*/*/*_d.so +#usr/lib/python3*/*/*_d.so |
