[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=1408d18

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

    drop doxygen *.map files
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7e7f57e..942f2ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ qt-gstreamer (1.2.0-5) UNRELEASED; urgency=medium
   * 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.
+  * Remove also *.map files in the doxygen-generated documentation.
 
  -- 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 ab6b308..972ead6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_auto_install-arch:
 override_dh_auto_install-indep:
 	dh_auto_install --parallel -i
 	cp -r obj-$(DEB_HOST_GNU_TYPE)/doc debian/tmp/doc
-	find debian/tmp/doc/html -name '*.md5' -exec rm {} \;
+	find debian/tmp/doc/html \( -name '*.md5' -o -name '*.map' \) -delete
 	-rm debian/tmp/doc/html/jquery.js
 
 %:

-- 
qt-gstreamer packaging



More information about the pkg-kde-commits mailing list