[SCM] qtxmlpatterns packaging branch, experimental, updated. debian/5.9.1-2-5-gb5f3596

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Oct 14 07:44:25 UTC 2017


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

The following commit has been merged in the experimental branch:
commit b5f35962d497b4a8093a449732bc31f1ba0c6bf8
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Oct 14 10:44:01 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 b0ee245..120b9ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtxmlpatterns-opensource-src (5.9.2-1) UNRELEASED; urgency=medium
   * Minor debian/copyright updates.
   * Bump qtbase5-private-dev build-dependency to 5.9.2.
   * Bump Standards-Version to 4.1.1, stop using deprecated Priority: extra.
+  * Use debhelper compat level 10 and dh_missing.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 14 Oct 2017 10:31:54 +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 186ab1b..ca21b48 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
            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),
                dpkg-dev (>= 1.17.14),
                pkg-kde-tools,
                qtbase5-private-dev (>= 5.9.2+dfsg~)
diff --git a/debian/rules b/debian/rules
index 4e007a9..4a1c336 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 $@ --parallel --with pkgkde_symbolshelper
+	dh $@ --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests
@@ -32,8 +32,8 @@ override_dh_auto_install-arch:
 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_makeshlibs:
 	dh_makeshlibs -V

-- 
qtxmlpatterns packaging



More information about the pkg-kde-commits mailing list