[SCM] qtgraphicaleffects packaging branch, kubuntu_unstable, updated. debian/5.5.0-1

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


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

The following commit has been merged in the kubuntu_unstable branch:
commit 60566c59a78ab34eea1999737aefabdb1a0bf56a
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Aug 29 20:40:29 2015 +0300

    Do not hardcode libqt5qml5 dependency.
    
    Let it be handled via ${shlibs:Depends}.
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7cfc7a9..ed05fa3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtgraphicaleffects-opensource-src (5.5.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump Qt build-dependencies to 5.5.0.
   * Do not attempt to run tests during arch-indep builds.
+  * Do not hardcode libqt5qml5 dependency, let it be handled via
+    ${shlibs:Depends}.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 29 Aug 2015 20:33:17 +0300
 
diff --git a/debian/control b/debian/control
index 85a51cd..553f7e7 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Package: qml-module-qtgraphicaleffects
 Architecture: any
 Multi-Arch: same
 Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
-Depends: libqt5qml5, qml-module-qtquick2, ${misc:Depends}, ${shlibs:Depends}
+Depends: qml-module-qtquick2, ${misc:Depends}, ${shlibs:Depends}
 Breaks: libqt5qml-graphicaleffects (<< 5.2.1-3~)
 Replaces: libqt5qml-graphicaleffects (<< 5.2.1-3~)
 Description: Qt 5 Graphical Effects module

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list