[SCM] qtwebchannel packaging branch, master, updated. debian/5.6.1-1-17-g81ac67a

Sandro Knauß hefee at moszumanska.debian.org
Sun Oct 30 15:13:31 UTC 2016


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

The following commit has been merged in the master branch:
commit a0f51b0fb84a2509df81c7aea7a4d72d29f89599
Author: Sandro Knauß <hefee at debian.org>
Date:   Sun Oct 30 15:40:27 2016 +0100

    Bump to comapt 10
---
 debian/changelog | 4 ++++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index df70d65..b5164a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 qtwebchannel-opensource-src (5.7.1~20161021-0) UNRELEASED; urgency=medium
 
+  * Team upload.
+  [ Sandro Knauß ]
   * New upstream version.
+  * Bump to comapt 10 (default is now --parallel), so removed from rules
+    file.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 30 Oct 2016 14:23:25 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 00f7b51..4bf4d67 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Scarlett Clark <sgclark at kubuntu.org>,
            Simon Quigley <tsimonq2 at ubuntu.com>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                libqt5websockets5-dev (>= 5.6.1~),
                pkg-kde-tools,
                qml-module-qttest (>= 5.6.1~),
diff --git a/debian/rules b/debian/rules
index cbad86d..f7ffe6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 export QT_SELECT := qt5
 
 %:
-	dh $@ --parallel --with pkgkde_symbolshelper
+	dh $@ --with pkgkde_symbolshelper
 
 override_dh_clean:
 	dh_clean

-- 
qtwebchannel packaging



More information about the pkg-kde-commits mailing list