diff options
author | Julian Andres Klode <jak@debian.org> | 2014-03-12 20:46:36 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-04-04 08:20:35 +0200 |
commit | ea86d56303a65ee2bd0a846ce8a6aad5a1e7cf05 (patch) | |
tree | 58cb941149cdf234a0d49310def9beb99ae71c6a | |
parent | f61e2f2b93ad26b1ea7063aec313826cf12fe4b4 (diff) |
Promote xz-utils from apt Suggests to libapt-pkg Depends
libapt-pkg depends on the other compressors, and now that
xz is the default in many cases, it should depend on that
one as well.
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 66266ed22..59c38783e 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${apt:keyring}, gnupg Replaces: manpages-pl (<< 20060617-3~), manpages-it (<< 2.80-4~), sun-java6-jdk, sun-java5-jdk Breaks: manpages-pl (<< 20060617-3~), manpages-it (<< 2.80-4~), sun-java6-jdk, sun-java5-jdk Conflicts: python-apt (<< 0.7.93.2~) -Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, xz-utils, python-apt +Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, python-apt Description: commandline package manager This package provides commandline tools for searching and managing as well as querying information about packages @@ -42,7 +42,7 @@ Package: libapt-pkg4.12 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, xz-utils Breaks: apt (<< 0.9.4~), libapt-inst1.5 (<< 0.9.9~) Section: libs Description: package management runtime library |