[SCM] qtdoc packaging branch, master, updated. debian/5.9.1-2-6-g1072741
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Oct 27 19:26:59 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdoc.git;a=commitdiff;h=03b6de0
The following commit has been merged in the master branch:
commit 03b6de0fc1c8d5918d597d12121b4e956326ef68
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Oct 27 22:24:27 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 bfafde1..a8f7bd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtdoc-opensource-src (5.9.2-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.9.2.
* Add new module: qtwebview.
+ * Use debhelper compat level 10 and dh_missing.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 27 Oct 2017 22:17:42 +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 ebdb610..0f4d78e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
Timo Jyrinki <timo at debian.org>,
Dmitry Shachnev <mitya57 at debian.org>,
Simon Quigley <tsimonq2 at ubuntu.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10.3),
libqt5sql5-sqlite (>= 5.9.2+dfsg~),
qt3d5-doc-html (>= 5.9.2+dfsg~),
qtbase5-dev (>= 5.9.2+dfsg~),
diff --git a/debian/rules b/debian/rules
index 15a1f8d..3ea57d2 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
@@ -31,5 +31,5 @@ override_dh_auto_install:
-regex '.*\.\(app\|conf\|cpp\|h\|js\|php\|png\|pro\|xml\|xsl\)$$' \
-exec chmod a-x {} \;
-override_dh_install:
- dh_install --fail-missing
+override_dh_missing:
+ dh_missing --fail-missing
--
qtdoc packaging
More information about the pkg-kde-commits
mailing list