diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2012-12-10 08:50:52 -0300 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2012-12-30 00:46:20 +0100 |
commit | e42bd4a78237f36f5696677792f3a0667f5bcb1b (patch) | |
tree | 7d494f9fe4454598de5ae82d9b486fbe3c8fee8b | |
parent | ae28f64e8bf93f0fdec741370e50496450c8bb83 (diff) | |
download | qt4-x11-e42bd4a78237f36f5696677792f3a0667f5bcb1b.tar.gz |
misc:Depends should stay.
(cherry picked from commit dab937e42a8494fad131bd96b59ac0e8c59293f1)
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b10e164..c129591 100644 --- a/debian/control +++ b/debian/control @@ -349,7 +349,8 @@ Package: libqt4-dbus Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: qdbus (= ${binary:Version}), libqtdbus4 (= ${binary:Version}) +Depends: qdbus (= ${binary:Version}), libqtdbus4 (= ${binary:Version}), + ${misc:Depends} Replaces: libqt4-core (<< 4.4.0~beta1-1), libqt4-dev (<< 4:4.7.1) Breaks: libqt4-core (<< 4.4.0~beta1-1), libqt4-dev (<< 4:4.7.1) Description: Qt 4 D-Bus module |