[SCM] qtserialport packaging branch, master, updated. debian/5.9.1-2-3-g9590c06
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Oct 27 18:21:43 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtserialport.git;a=commitdiff;h=9590c06
The following commit has been merged in the master branch:
commit 9590c0699cb683f653c16f179d5c8e66fbfdfa13
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Oct 27 21:18:28 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 d7cc2f1..f0fe89c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtserialport-opensource-src (5.9.2-1) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* New upstream release.
* Bump Qt build-dependencies to 5.9.2.
+ * Use debhelper compat level 10 and dh_missing.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 27 Oct 2017 21:10:16 +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 41bdca6..55898dd 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.3),
libudev-dev [linux-any],
pkg-kde-tools,
qtbase5-private-dev (>= 5.9.2+dfsg~)
diff --git a/debian/rules b/debian/rules
index fe18ea6..9244455 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
export QT_SELECT := qt5
%:
- dh $@ --with pkgkde_symbolshelper --parallel
+ dh $@ --with pkgkde_symbolshelper
override_dh_auto_configure:
qmake
@@ -32,8 +32,8 @@ override_dh_auto_install-arch:
override_dh_auto_install-indep:
make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
-override_dh_install:
- dh_install --fail-missing
+override_dh_missing:
+ dh_missing --fail-missing
override_dh_strip:
dh_strip --dbgsym-migration='qtserialport5-dbg (<< 5.7.0-1~)'
--
qtserialport packaging
More information about the pkg-kde-commits
mailing list