diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-01-06 13:16:20 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-01-06 13:16:20 -0300 |
commit | 38f8e0e710abe8de3c941591cd7b6629a9ea77d7 (patch) | |
tree | fcaf65769d4890ffc7381545202cb698a58b3bb4 | |
parent | ce387d1dbbbffd7dcc7b5cc618ca0596b9cd919e (diff) | |
download | qt4-x11-38f8e0e710abe8de3c941591cd7b6629a9ea77d7.tar.gz |
Be double sure and conflict against << 4:4.8.2+dfsg-8.
Thanks Pino for the suggestion.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9c9e3c5..35dab6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ qt4-x11 (4:4.8.2+dfsg-9) unstable; urgency=low - * Fix the Breaks and Replaces version in libqtdbus4 to 4:4.8.2+dfsg-7 + * Fix the Breaks and Replaces version in libqtdbus4 to 4:4.8.2+dfsg-8 (Closes: #697507). -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 06 Jan 2013 12:14:22 -0300 diff --git a/debian/control b/debian/control index 30d560c..394b5ac 100644 --- a/debian/control +++ b/debian/control @@ -372,8 +372,8 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -Breaks: libqt4-dbus (<< 4:4.8.2+dfsg-7) -Replaces: libqt4-dbus (<< 4:4.8.2+dfsg-7) +Breaks: libqt4-dbus (<< 4:4.8.2+dfsg-8) +Replaces: libqt4-dbus (<< 4:4.8.2+dfsg-8) Description: Qt 4 D-Bus module library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. |