[SCM] qtquickcontrols2 packaging branch, experimental, updated. debian/5.9.1-3-7-g8dfff8b

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Oct 16 10:05:24 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 297421e26a37b399c2f765ac352650a9eae9f922
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Oct 16 12:58:14 2017 +0300

    Use debhelper compat level 10 and dh_missing.
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 6 +++---
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4ebbc0e..e42b7f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtquickcontrols2-opensource-src (5.9.2-1) UNRELEASED; urgency=medium
   * Bump Qt build-dependencies to 5.9.2.
   * Use dh_qmlcdeps to get proper dependencies for .qmlc files.
   * Update symbols files from the current build log.
+  * Use debhelper compat level 10 and dh_missing.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 16 Oct 2017 11:11:42 +0300
 
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 19a2d36..cf929fc 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
            Timo Jyrinki <timo at debian.org>,
            Dmitry Shachnev <mitya57 at debian.org>,
            Simon Quigley <tsimonq2 at ubuntu.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10.3),
                dpkg-dev (>= 1.16.1),
                pkg-kde-tools (>= 0.15.26~),
                qml-module-qtgraphicaleffects (>= 5.9.2~),
diff --git a/debian/rules b/debian/rules
index e70b06d..37692a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --parallel --with pkgkde_symbolshelper,qmlcdeps
+	dh $@ --with pkgkde_symbolshelper,qmlcdeps
 
 override_dh_auto_configure:
 	qmake -qt5 QT_BUILD_PARTS+=tests
@@ -29,8 +29,8 @@ override_dh_auto_install-arch:
 	rm -fv debian/tmp/usr/lib/*/libQt5QuickControls2.la
 	rm -fv debian/tmp/usr/lib/*/libQt5QuickTemplates2.la
 
-override_dh_install:
-	dh_install --fail-missing
+override_dh_missing:
+	dh_missing --fail-missing
 
 override_dh_auto_test-arch:
 	$(MAKE) install -Csrc/imports INSTALL_ROOT=$(CURDIR)/test_root

-- 
qtquickcontrols2 packaging



More information about the pkg-kde-commits mailing list