[SCM] qtwebchannel packaging branch, master, updated. 07d44e7a08ce48a3cade45480783adbb9e389eba

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Jul 28 09:13:53 UTC 2016


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

The following commit has been merged in the master branch:
commit c126cd85a1de428f3285267aef8aa81433d1cae8
Author: Simon Quigley <tsimonq2 at ubuntu.com>
Date:   Wed Jul 27 20:12:38 2016 -0500

    Added the patch to fix the Lintian error with the nodejs compiler
---
 debian/patches/nodetonodejs.diff | 18 ++++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/nodetonodejs.diff b/debian/patches/nodetonodejs.diff
new file mode 100644
index 0000000..90db305
--- /dev/null
+++ b/debian/patches/nodetonodejs.diff
@@ -0,0 +1,18 @@
+Description: Change shebang from node to nodejs
+ In Debian, the shebang line has to be nodejs, not node, due to the fact that
+ we have a node package that's different from the nodejs package, that's
+ tracked in Debian bug #614907
+Author: Simon Quigley <tsimonq2 at ubuntu.com>
+Last-Update: 2016-07-27
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: qtwebchannel/examples/webchannel/qwclient/qwclient.js
+===================================================================
+--- qtwebchannel.orig/examples/webchannel/qwclient/qwclient.js	2016-07-27 20:09:40.161572533 -0500
++++ qtwebchannel/examples/webchannel/qwclient/qwclient.js	2016-07-27 20:09:40.159572493 -0500
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ /****************************************************************************
+ **
+ ** Copyright (C) 2014 basysKom GmbH, author Sumedha Widyadharma <sumedha.widyadharma at basyskom.com>
diff --git a/debian/patches/series b/debian/patches/series
index fd06058..fe726bc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+nodetonodejs.diff
 examples_full_path.diff

-- 
qtwebchannel packaging



More information about the pkg-kde-commits mailing list