diff options
author | Fathi Boudra <fabo@debian.org> | 2012-05-01 14:19:41 +0300 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2012-05-01 14:19:41 +0300 |
commit | 3d25a9f1ca41fc87698e932a01b1187489bec0f2 (patch) | |
tree | 446e6fc177f639c4cd2b2489757549f647c1b8a4 | |
parent | 44b3827bfe4de40b14cf990530851b0f4b6ba1f8 (diff) | |
download | qt4-x11-3d25a9f1ca41fc87698e932a01b1187489bec0f2.tar.gz |
wrap and sort.debian/4.8.1-1
-rw-r--r-- | debian/control | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/debian/control b/debian/control index ea194ae..8f57d33 100644 --- a/debian/control +++ b/debian/control @@ -517,6 +517,7 @@ Section: libdevel Depends: libqt4-dbus (= ${binary:Version}), libqt4-declarative (= ${binary:Version}), libqt4-designer (= ${binary:Version}), + libqt4-dev-bin (= ${binary:Version}), libqt4-help (= ${binary:Version}), libqt4-network (= ${binary:Version}), libqt4-qt3support (= ${binary:Version}), @@ -529,7 +530,6 @@ Depends: libqt4-dbus (= ${binary:Version}), libqt4-xmlpatterns (= ${binary:Version}), libqtcore4 (= ${binary:Version}), libqtgui4 (= ${binary:Version}), - libqt4-dev-bin (= ${binary:Version}), qt4-linguist-tools (= ${binary:Version}), qt4-qmake (= ${binary:Version}), ${misc:Depends} @@ -616,8 +616,7 @@ Package: libqt4-designer-dbg Priority: extra Architecture: any Section: debug -Depends: libqt4-designer (= ${binary:Version}), - ${misc:Depends} +Depends: libqt4-designer (= ${binary:Version}), ${misc:Depends} Breaks: libqt4-dbg (<< 4:4.7.3-3) Replaces: libqt4-dbg (<< 4:4.7.3-3) Description: Qt 4 designer library debugging symbols @@ -630,8 +629,7 @@ Package: libqt4-qt3support-dbg Priority: extra Architecture: any Section: debug -Depends: libqt4-qt3support (= ${binary:Version}), - ${misc:Depends} +Depends: libqt4-qt3support (= ${binary:Version}), ${misc:Depends} Breaks: libqt4-dbg (<< 4:4.7.3-3) Replaces: libqt4-dbg (<< 4:4.7.3-3) Description: Qt 3 compatibility library for Qt 4 debugging symbols @@ -670,8 +668,7 @@ Package: libqt4-xmlpatterns-dbg Priority: extra Architecture: any Section: debug -Depends: libqt4-xmlpatterns (= ${binary:Version}), - ${misc:Depends} +Depends: libqt4-xmlpatterns (= ${binary:Version}), ${misc:Depends} Description: Qt 4 XML patterns library debugging symbols Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. |