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 | |
parent | a0088ddd5a6924445eb5716c955aa332ab9362a9 (diff) |
use depends for the ${shlibs:Depends} to make the breaks work
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a0098e517..b7b10e1c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ apt (0.8.15~exp3) experimental; urgency=low * debian/control: - add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214) + - use depends for the ${shlibs:Depends} to make the breaks work - -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 17 Jun 2011 17:39:25 +0200 + -- Michael Vogt <mvo@debian.org> Fri, 17 Jun 2011 21:51:41 +0200 apt (0.8.15~exp2) experimental; urgency=low 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 |