diff options
| author | Julian Andres Klode <jak@debian.org> | 2012-06-17 23:00:28 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2012-06-17 23:00:28 +0200 |
| commit | 0d6a27849d413e421c3b694a80582080c35d6fd4 (patch) | |
| tree | 99d1107c603b41afd2758bcc8b7a545d06e2f1fc | |
| parent | 0703f34b084c4ab7c4bec08afd7e52d1d8b839dc (diff) | |
| download | python-apt-0d6a27849d413e421c3b694a80582080c35d6fd4.tar.gz | |
Replace xz-lzma Recommends by xz-utils (Closes: #677934)
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e3397017..2bb0c431 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,7 @@ python-apt (0.8.5) UNRELEASED; urgency=low document this in the RST documentation (Closes: #656288) * debian/control: - Drop Recommends on python2.6 (Closes: #645970) + - Replace xz-lzma Recommends by xz-utils (Closes: #677934) * python/configuration.cc: - Handle the use of "del" on configuration values. Those are represented by calling the setter with NULL, which we did not handle before, causing diff --git a/debian/control b/debian/control index 169ffd8b..880da4bb 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes Package: python-apt Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-apt-common -Recommends: lsb-release, iso-codes, xz-lzma +Recommends: lsb-release, iso-codes, xz-utils Breaks: packagekit-backend-apt (<= 0.4.8-0ubuntu4), computer-janitor (<< 1.14.1-1+), debdelta (<< 0.41+), |
