[SCM] qtwebchannel packaging branch, master, updated. debian/5.9.2-2-4-gfd09528

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Mon Nov 27 18:38:32 UTC 2017


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

The following commit has been merged in the master branch:
commit 799c7e44761b838ae485ed31c9a2945a79221a38
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Nov 27 13:50:00 2017 -0300

    Make nodejs a recommendation and not a dependency.
    
    because not all examples depend upon it.
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f93c92c..6d5eaf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
 qtwebchannel-opensource-src (5.9.2-3) UNRELEASED; urgency=medium
 
+  * Team upload.
+
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Make qtwebchannel5-examples recommends nodejs instead of directly
+    depending on it. Not all examples need nodejs.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 27 Nov 2017 13:42:11 -0300
 
 qtwebchannel-opensource-src (5.9.2-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 4051d9f..0fec0e7 100644
--- a/debian/control
+++ b/debian/control
@@ -68,9 +68,9 @@ Package: qtwebchannel5-examples
 Architecture: any
 Multi-Arch: same
 Depends: libqt5webchannel5 (= ${binary:Version}),
-         nodejs (>= 6.11.2~dfsg-1~) [!armel !powerpc],
          ${misc:Depends},
          ${shlibs:Depends}
+Recommends: nodejs (>= 6.11.2~dfsg-1~) [!armel !powerpc]
 Pre-Depends: ${misc:Pre-Depends}
 Description: Web communication library for Qt - Examples
  Qt WebChannel enables peer-to-peer communication between the host (QML/C++

-- 
qtwebchannel packaging



More information about the pkg-kde-commits mailing list