diff options
author | Michael Vogt <egon@debian-devbox> | 2011-06-17 22:27:53 +0200 |
---|---|---|
committer | Michael Vogt <egon@debian-devbox> | 2011-06-17 22:27:53 +0200 |
commit | d2f828a93c72a3925a70e285ae304f272ff12ce8 (patch) | |
tree | 845e3a45aaf2af44dda06be8cc4c5874301a395c /debian/control | |
parent | a0088ddd5a6924445eb5716c955aa332ab9362a9 (diff) |
use depends for the ${shlibs:Depends} to make the breaks work
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 82d54d9b1..92ce204ac 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,7 @@ Vcs-Browser: http://bzr.debian.org/loggerhead/apt/debian-sid/ Package: apt Architecture: any -Pre-Depends: ${shlibs:Depends} -Depends: debian-archive-keyring, ${misc:Depends}, gnupg +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 |