[SCM] qtsensors packaging branch, master, updated. debian/5.9.2-1
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Oct 26 21:17:49 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtsensors.git;a=commitdiff;h=59c35a2
The following commit has been merged in the master branch:
commit 59c35a2231d269f65486dff744f08c4660dd9bd9
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Oct 15 19:20:47 2017 +0300
Update debhelper compatibility level to 10.
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3398a5f..deb836d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtsensors-opensource-src (5.9.2-1) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* New upstream release.
* Bump Qt build-dependencies to 5.9.2.
+ * Update debhelper compatibility level to 10.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 15 Oct 2017 19:03:58 +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 b7190c2..e99fcf7 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.20160114~),
+Build-Depends: debhelper (>= 10),
pkg-kde-tools,
qtbase5-private-dev (>= 5.9.2+dfsg~),
qtdeclarative5-private-dev (>= 5.9.2~),
diff --git a/debian/rules b/debian/rules
index a9af17e..7803680 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ pkgs_with_common = $(patsubst debian/%.install-common,%,$(wildcard debian/*.inst
pkgs_with_os = $(patsubst debian/%.install-$(DEB_HOST_ARCH_OS),%,$(wildcard debian/*.install-$(DEB_HOST_ARCH_OS)))
%:
- dh $@ --parallel --with pkgkde_symbolshelper
+ dh $@ --with pkgkde_symbolshelper
override_dh_auto_configure:
qmake QT_BUILD_PARTS+=tests
--
qtsensors packaging
More information about the pkg-kde-commits
mailing list