[SCM] qt-gstreamer packaging branch, master, updated. debian/1.2.0-4-10-g01a4458

Pino Toscano pino at moszumanska.debian.org
Sun Dec 24 23:08:19 UTC 2017


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

The following commit has been merged in the master branch:
commit b5ac573a66f2c20c55495b7c80a94901aa14cb91
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 24 23:56:50 2017 +0100

    drop noop dh_gencontrol override
---
 debian/changelog | 2 ++
 debian/rules     | 7 -------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e79045e..7e7f57e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ qt-gstreamer (1.2.0-5) UNRELEASED; urgency=medium
     - switch libqtgstreamer-dev suggest in qtgstreamer-doc to
       libqt5gstreamer-dev
   * Remove qt5gstreamer-dbg in favour of the -dbgsym packages.
+  * Remove dh_gencontrol override: it used to run dh_gstscancodecs, but since
+    it does not anymore, then do not bother doing no-op work.
 
  -- Debian/Kubuntu KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 24 Dec 2017 23:30:51 +0100
 
diff --git a/debian/rules b/debian/rules
index e543ce0..ab6b308 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,12 +32,5 @@ override_dh_auto_install-indep:
 	find debian/tmp/doc/html -name '*.md5' -exec rm {} \;
 	-rm debian/tmp/doc/html/jquery.js
 
-override_dh_gencontrol:
-	mkdir -p debian/fake-home
-	HOME=debian/fake-home \
-	LD_LIBRARY_PATH=debian/qtgstreamer-plugins/usr/lib/$(DEB_HOST_MULTIARCH):$(LD_LIBRARY_PATH) \
-	rm -rf debian/fake-home
-	dh_gencontrol
-
 %:
 	dh $@ --parallel --with=pkgkde-symbolshelper

-- 
qt-gstreamer packaging



More information about the pkg-kde-commits mailing list