[SCM] qtvirtualkeyboard packaging branch, experimental, updated. debian/5.9.1+dfsg-3-6-g31e182c
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Oct 23 20:09:20 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtvirtualkeyboard.git;a=commitdiff;h=8f7a10d
The following commit has been merged in the experimental branch:
commit 8f7a10d2035c2dcc3ee0cc7e4ee669c49fd733f0
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Oct 23 23:08:36 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 b1974c1..fec3cde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtvirtualkeyboard-opensource-src (5.9.2+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* Refresh disable_test_qtbug_61279.patch.
* 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> Mon, 23 Oct 2017 22:44:11 +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 5f1dfb6..c642f75 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
Dmitry Shachnev <mitya57 at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10.3),
hunspell-en-gb <!nocheck>,
libhunspell-dev,
libqt5svg5-dev (>= 5.9.2~),
diff --git a/debian/rules b/debian/rules
index ff5f37a..81e2c8f 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
+ dh $@
override_dh_auto_configure:
qmake QT_BUILD_PARTS+=tests
@@ -20,8 +20,8 @@ override_dh_auto_install:
# We do not ship CMake files for plugins.
rm -vf $(CURDIR)/debian/tmp/usr/lib/*/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake
-override_dh_install:
- dh_install --fail-missing
+override_dh_missing:
+ dh_missing --fail-missing
override_dh_auto_test-arch:
xvfb-run -a \
--
qtvirtualkeyboard packaging
More information about the pkg-kde-commits
mailing list