diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-21 09:10:46 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-21 09:10:46 +0200 |
| commit | 50756e0efb5081d3379fa874ca41ab57bdf2798d (patch) | |
| tree | 792ea54a45991d98ba9c03a1974888e15c1630f0 /debian/control | |
| parent | f17fc818cca41668bb6358e490ff3278e64fa493 (diff) | |
| download | python-apt-50756e0efb5081d3379fa874ca41ab57bdf2798d.tar.gz | |
* tests/test_aptsources.py:
- use unlzma from xz-utils instead of lzma to follow what dpkg
is using (LP: #868188)
* debian/control:
- add recommends to xz-lzma to ensure we have the unlzma command
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 01e8884e..541e4c36 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, python2.6 +Recommends: lsb-release, iso-codes, python2.6, xz-lzma Breaks: packagekit-backend-apt (<= 0.4.8-0ubuntu4), computer-janitor (<< 1.14.1-1+), debdelta (<< 0.41+), |
