[SCM] qtwebchannel packaging branch, experimental, updated. debian/5.9.1-2-7-g1889dd4

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Oct 15 18:38:41 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 51c991f5aa359944a9fd8419f32dfcea07158287
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Oct 15 21:09:05 2017 +0300

    Use dh_missing instead of deprecated dh_install --fail-missing.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e1a248f..7da1eaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtwebchannel-opensource-src (5.9.2-1) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * New upstream release.
   * Bump Qt build-dependencies to 5.9.2.
+  * Use dh_missing instead of deprecated dh_install --fail-missing.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 15 Oct 2017 21:03:26 +0300
 
diff --git a/debian/control b/debian/control
index 0e3c2db..27877cd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Scarlett Clark <sgclark at kubuntu.org>,
            Simon Quigley <tsimonq2 at ubuntu.com>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 10.3),
                libqt5websockets5-dev (>= 5.9.2~),
                pkg-kde-tools,
                qml-module-qttest (>= 5.9.2~),
diff --git a/debian/rules b/debian/rules
index 5252bdf..a21449a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,5 +57,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

-- 
qtwebchannel packaging



More information about the pkg-kde-commits mailing list