diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-04-11 10:21:05 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-04-11 10:21:05 +0200 |
commit | 621aeca0bc8fe39c57d6221c7581c758e5822fd0 (patch) | |
tree | 7959608084f0cbd79531873f18ac6b77196ffa41 /debian | |
parent | 6d0527822b8c240c929687f68b5f171d3ef2af3c (diff) |
* debian/control:
- suggest xz-lzma instead of lzma
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2003da5c3..c86796043 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ apt (0.8.16~exp14) UNRELEASED; urgency=low - add APT::pkgPackageManager::MaxLoopCount to ensure that the ordering code does not get into a endless loop when it flip-flops between two states + * debian/control: + - suggest xz-lzma instead of lzma [ David Kalnischkies ] * apt-pkg/packagemanager.cc: diff --git a/debian/control b/debian/control index 311346b0f..413276e95 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, debian-archive-keyring, gnupg Replaces: manpages-pl (<< 20060617-3~) Conflicts: python-apt (<< 0.7.93.2~) -Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt +Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, xz-lzma, python-apt Description: commandline package manager This package provides commandline tools for searching and managing as well as querying information about packages |