[SCM] qtbase packaging branch, experimental, updated. debian/5.9.2+dfsg-2-17-gdb455a4

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Oct 19 19:48:13 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=c427869

The following commit has been merged in the experimental branch:
commit c427869c3a60db3729a270370d2db0fd7e099a5b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Oct 19 22:47:47 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 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 at 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 at debian.org>,
            Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
            Timo Jyrinki <timo at debian.org>,
            Dmitry Shachnev <mitya57 at 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 \

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list