summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2017-10-19 22:47:47 +0300
committerDmitry Shachnev <mitya57@gmail.com>2017-10-19 22:47:47 +0300
commitc427869c3a60db3729a270370d2db0fd7e099a5b (patch)
treeb1ad9017853c03b74c01824bd410503e374b375e
parent48f567231bc302cbe6fb64024f639b0215f38483 (diff)
downloadqtbase-c427869c3a60db3729a270370d2db0fd7e099a5b.tar.gz
Use debhelper compat level 10 and dh_missing.
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules6
4 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 251e23a..91c4b33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ qtbase-opensource-src (5.9.2+dfsg-3) UNRELEASED; urgency=medium
location.
* Bump qttools5-dev-tools build-dependency to 5.9.2-2, as the build system
now looks for qdoc and qtattributionsscanner in the new location.
+ * Use debhelper compat level 10 and dh_missing.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 19 Oct 2017 16:23:43 +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 386e91c..62197d1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Sune Vuorela <sune@debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
Timo Jyrinki <timo@debian.org>,
Dmitry Shachnev <mitya57@debian.org>
-Build-Depends: debhelper (>= 9.20160114~),
+Build-Depends: debhelper (>= 10.3),
default-libmysqlclient-dev,
dh-exec,
dpkg-dev (>= 1.17.14),
diff --git a/debian/rules b/debian/rules
index 8b8dc05..1aa2757 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ else
endif
%:
- dh $@ --parallel --with pkgkde_symbolshelper
+ dh $@ --with pkgkde_symbolshelper
override_dh_auto_configure:
MAKEFLAGS="-j$(NUMJOBS) ${CXXFLAGS:%=EXTRA_CXXFLAGS+=%} ${LDFLAGS:%=EXTRA_LFLAGS+=%}" \
@@ -257,8 +257,8 @@ endif
override_dh_auto_install-indep:
dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
-override_dh_install:
- dh_install --fail-missing
+override_dh_missing:
+ dh_missing --fail-missing
override_dh_installchangelogs:
if [ -f $(upstream_changes) ] ; then \