[SCM] qttools packaging branch, master, updated. debian/5.0.2-6-2-gc4af878

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Fri May 24 00:35:26 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qttools.git;a=commitdiff;h=c4af878

The following commit has been merged in the master branch:
commit c4af878b40b453c7f7510f0009c5dce10df776bf
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu May 23 21:35:18 2013 -0300

    Make every package that ships a binary managed by qtchooser depend on it.
---
 debian/changelog |    3 +++
 debian/control   |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 236a273..8294f6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qttools-opensource-src (5.0.2-7) UNRELEASED; urgency=low
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Make every package that ships a binary managed by qtchooser depend on it.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 23 May 2013 21:33:23 -0300
 
 qttools-opensource-src (5.0.2-6) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 8e753c5..d0a4afa 100644
--- a/debian/control
+++ b/debian/control
@@ -57,7 +57,7 @@ Description: Qt 5 Designer components module
 Package: qdbus-qt5
 Architecture: any
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 5 D-Bus tool
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
@@ -112,7 +112,7 @@ Package: qttools5-dev-tools
 Architecture: any
 Section: devel
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends}
 Recommends: libqt5sql5-sqlite
 Description: Qt 5 development tools
  Qt is a cross-platform C++ application framework. Qt's primary feature

-- 
qttools packaging



More information about the pkg-kde-commits mailing list