[SCM] qtvirtualkeyboard packaging branch, master, updated. 408f92b91d6b330643ef710b2713ddf097b5974e

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Mon Jun 26 11:37:41 UTC 2017


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

The following commit has been merged in the master branch:
commit 408f92b91d6b330643ef710b2713ddf097b5974e
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Jun 26 08:37:11 2017 -0300

    Revert the internal dependencies order.
    
    The plugin needs the QML module.
---
 debian/changelog |  2 ++
 debian/control   | 16 ++++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c62aea7..93b0e4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ qtvirtualkeyboard-opensource-src (5.7.1+dfsg-2) UNRELEASED; urgency=medium
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Add pkg-config as a build dependency, it is used to detect the system's
     hunspell.
+  * Revert the internal dependencies order: it's the plugin that needs the
+    QML module and not the other way around.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 26 Jun 2017 08:27:43 -0300
 
diff --git a/debian/control b/debian/control
index 7778dea..956ecd2 100644
--- a/debian/control
+++ b/debian/control
@@ -23,28 +23,28 @@ Homepage: http://doc.qt.io/qt-5/qtvirtualkeyboard-index.html
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/qt/qtvirtualkeyboard.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/qt/qtvirtualkeyboard.git
 
-Package: qtvirtualkeyboard-plugin
+Package: qml-module-qtquick-virtualkeyboard
+Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Qt virtual keyboard
+Description: Qt virtual keyboard - QML module
  The Qt Virtual Keyboard project provides an input framework and
  reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows
  Desktop, and Boot2Qt targets.
  .
- This package contains the virtual keyboard plugin.
+ This package contains the QML module.
 
-Package: qml-module-qtquick-virtualkeyboard
-Section: libdevel
+Package: qtvirtualkeyboard-plugin
 Architecture: any
-Depends: qtvirtualkeyboard-plugin (= ${binary:Version}),
+Depends: qml-module-qtquick-virtualkeyboard (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Qt virtual keyboard - QML module
+Description: Qt virtual keyboard
  The Qt Virtual Keyboard project provides an input framework and
  reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows
  Desktop, and Boot2Qt targets.
  .
- This package contains the QML module.
+ This package contains the virtual keyboard plugin.
 
 Package: qtvirtualkeyboard5-examples
 Architecture: any

-- 
qtvirtualkeyboard packaging



More information about the pkg-kde-commits mailing list