diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-04-04 11:48:59 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-04-04 11:48:59 +0200 |
| commit | 91d0136c3816ef2d2135ddd64d3dc50d2170354f (patch) | |
| tree | 2ffb0a3ca7721a09def01af623b4ab28f71b63e5 | |
| parent | 80e04f26777a5c7bd32b40a48f46f8d9f1c8aeb1 (diff) | |
| download | python-apt-91d0136c3816ef2d2135ddd64d3dc50d2170354f.tar.gz | |
* debian/python3-apt-dbg.install
- Do not try to install old-style debugging files.
| -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 |
