[SCM] qtwayland packaging branch, master, updated. debian/5.9.2-1-5-g9522c79
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Oct 27 08:31:54 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwayland.git;a=commitdiff;h=5f0e9c9
The following commit has been merged in the master branch:
commit 5f0e9c9c30c08198bb743ba3497b1060e4de48ff
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Oct 16 10:50:45 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 857e9b5..e88e334 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtwayland-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> Mon, 16 Oct 2017 10:33:51 +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 a49fba4..3e889df 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Dmitry Shachnev <mitya57 at debian.org>,
Sune Vuorela <debian at pusling.com>,
Pino Toscano <pino at debian.org>,
Timo Jyrinki <timo at debian.org>
-Build-Depends: debhelper (>= 9.20160114~),
+Build-Depends: debhelper (>= 10.3),
dpkg-dev (>= 1.17.14),
libegl1-mesa-dev,
libfontconfig1-dev,
diff --git a/debian/rules b/debian/rules
index c71a925..3894c3a 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 CONFIG-=use_gold_linker
@@ -41,8 +41,8 @@ override_dh_auto_install-arch:
rm -rvf debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWaylandCompositor/*/QtWaylandCompositor/private
rm -fv debian/tmp/usr/lib/*/qt5/mkspecs/modules/qt_lib_*_private.pri
-override_dh_install:
- dh_install --fail-missing
+override_dh_missing:
+ dh_missing --fail-missing
override_dh_strip:
dh_strip --dbgsym-migration='qtwayland5-dbg (<< 5.7.0-1~)'
--
qtwayland packaging
More information about the pkg-kde-commits
mailing list