[SCM] qt5webkit packaging branch, qtwebkit-ng, updated. debian/5.9.1+dfsg-5-12-g3651815
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Aug 26 18:09:03 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=536b07d
The following commit has been merged in the qtwebkit-ng branch:
commit 536b07d73e33acf2fcde685770ac53953f819011
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Aug 26 10:57:05 2017 +0300
Update to debhelper compat level 10.
---
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 eebf393..30c44a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ qtwebkit-opensource-src (5.212.0~alpha2-1) UNRELEASED; urgency=medium
* Migrate to automatic dbgsym packages.
* Update install files for the new release.
* Update debian/rules to use CMake build system.
+ * Update to debhelper compat level 10.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 25 Aug 2017 20:50:49 +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 fef39e1..854a70e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Timo Jyrinki <timo at debian.org>,
Dmitry Shachnev <mitya57 at debian.org>
Build-Depends: bison,
cmake (>= 2.8.12),
- debhelper (>= 9.20160114~),
+ debhelper (>= 10.3),
flex,
gperf,
libfontconfig1-dev,
diff --git a/debian/rules b/debian/rules
index 5ebdce1..9a8d519 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH_CPU),ppc64el s390x))
endif
%:
- dh $@ --buildsystem=cmake --parallel --with pkgkde_symbolshelper
+ dh $@ --buildsystem=cmake --with pkgkde_symbolshelper
override_dh_auto_configure:
dh_auto_configure -- -DPORT=Qt $(EXTRA_CMAKE_ARGUMENTS)
@@ -41,8 +41,8 @@ override_dh_auto_install-arch:
override_dh_auto_install-indep:
dh_auto_build -- -CSource -fMakefile.api INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
-override_dh_install:
- dh_install --fail-missing
+override_dh_missing:
+ dh_missing --fail-missing
override_dh_auto_test:
# Do not attempt to run anything to make build-indep work
--
qt5webkit packaging
More information about the pkg-kde-commits
mailing list