[SCM] qtgraphicaleffects packaging branch, experimental, updated. debian/5.9.1-2-4-g2561350

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Oct 15 19:51:37 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 25613505e84f822d26a0b7055f1417c96b0f989f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Oct 15 22:51:02 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 1dcfb53..08b73fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtgraphicaleffects-opensource-src (5.9.2-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump Qt build-dependencies to 5.9.2.
   * Call dh_qmlcdeps during build to get proper dependencies.
+  * Use debhelper compat level 10 and dh_missing.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 15 Oct 2017 22:45:23 +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 d982df6..e00f1d2 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),
+Build-Depends: debhelper (>= 10.3),
                dpkg-dev (>= 1.16.1),
                pkg-kde-tools (>= 0.15.26~),
                qml-module-qtquick-window2 (>= 5.9.2~),
diff --git a/debian/rules b/debian/rules
index 8d5267f..ffd76b4 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 qmlcdeps
+	dh $@ --with qmlcdeps
 
 override_dh_auto_clean:
 	rm -rfv $(CURDIR)/test_root
@@ -31,5 +31,5 @@ override_dh_auto_test-indep:
 override_dh_auto_install-indep:
 	make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
 
-override_dh_install:
-	dh_install --fail-missing
+override_dh_missing:
+	dh_missing --fail-missing

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list