[SCM] qtconnectivity packaging branch, master, updated. debian/5.9.2-1
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Oct 27 08:26:08 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtconnectivity.git;a=commitdiff;h=69b73b8
The following commit has been merged in the master branch:
commit 69b73b86cca47b43af0262e833b39833f46aacd9
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Oct 20 15:41:50 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 5dabcee..07b8da2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ qtconnectivity-opensource-src (5.9.2-1) UNRELEASED; urgency=medium
- Make libqt5bluetooth5-bin Multi-Arch: foreign.
- Provide a compatibility symlink for old sdpscanner location.
* 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> Fri, 20 Oct 2017 15:29:05 +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 d65aae2..a28e05f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
Felix Geyer <fgeyer at debian.org>,
Timo Jyrinki <timo at debian.org>,
Dmitry Shachnev <mitya57 at debian.org>
-Build-Depends: debhelper (>= 9.20160114~),
+Build-Depends: debhelper (>= 10),
libbluetooth-dev [linux-any],
pkg-config,
pkg-kde-tools,
diff --git a/debian/rules b/debian/rules
index ed45eda..a0de530 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 $@ --fail-missing --parallel --with pkgkde_symbolshelper
+ dh $@ --fail-missing --with pkgkde_symbolshelper
override_dh_auto_configure:
# Be sure to regenerate the DBus cpp files
--
qtconnectivity packaging
More information about the pkg-kde-commits
mailing list