[SCM] qtquickcontrols packaging branch, kubuntu_unstable, updated. debian/5.5.0-1-2-g8bfa942

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Sep 8 15:55:16 UTC 2015


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

The following commit has been merged in the kubuntu_unstable branch:
commit c7fab879bfca2ac42836e054b6a6140395191b0c
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Aug 29 14:50:03 2015 +0300

    Do not hardcode libqt5qml5 dependencies.
    
    This should be handled via ${shlibs:Depends}.
---
 debian/changelog | 1 +
 debian/control   | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0a3c93f..eac6819 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtquickcontrols-opensource-src (5.5.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump Qt build-dependencies to 5.5.0.
   * Add new qml-module-qtquick-extras binary package.
+  * Do not hardcode libqt5qml5 dependencies.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 29 Aug 2015 14:36:19 +0300
 
diff --git a/debian/control b/debian/control
index 0480d05..c56bc3e 100644
--- a/debian/control
+++ b/debian/control
@@ -25,8 +25,7 @@ Package: qml-module-qtquick-controls
 Architecture: any
 Multi-Arch: same
 Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
-Depends: libqt5qml5,
-         qml-module-qtquick-layouts (= ${binary:Version}),
+Depends: qml-module-qtquick-layouts (= ${binary:Version}),
          qml-module-qtquick-window2,
          qml-module-qtquick2,
          ${misc:Depends},
@@ -46,8 +45,7 @@ Package: qml-module-qtquick-extras
 Architecture: any
 Multi-Arch: same
 Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
-Depends: libqt5qml5,
-         qml-module-qtquick-layouts (= ${binary:Version}),
+Depends: qml-module-qtquick-layouts (= ${binary:Version}),
          qml-module-qtquick-window2,
          qml-module-qtquick2,
          ${misc:Depends},

-- 
qtquickcontrols packaging



More information about the pkg-kde-commits mailing list