[SCM] qt-gstreamer packaging branch, master, updated. debian/0.10.2-2-29-g8a704ed

Diane Trout diane-guest at moszumanska.debian.org
Fri Apr 24 17:33:16 UTC 2015


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

The following commit has been merged in the master branch:
commit 08e3c786331256e7ffc1b846cdd24327e90e0c93
Author: Diane Trout <diane at ghic.org>
Date:   Mon Apr 20 19:48:25 2015 -0700

    Delete .md5 files generated by Doxygen
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 854d5f7..39b57ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qt-gstreamer (1.2.0-2) UNRELEASED; urgency=medium
   * Add disable-doxygen-timestamp.patch to help make package
     build reproducably.
   * Update symbols file, a few symbols are parameterized on amd64 and i386.
+  * Delete .md5 files generated by Doxygen
 
  -- Diane Trout <diane at ghic.org>  Mon, 09 Mar 2015 21:38:06 -0700
 
diff --git a/debian/rules b/debian/rules
index 9327d28..b596196 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ override_dh_auto_build:
 override_dh_auto_install:
 	dh_auto_install --parallel
 	cp -r obj-$(DEB_HOST_GNU_TYPE)/doc debian/tmp/doc
+	find debian/tmp/doc/html -name '*.md5' -exec rm {} \;
 	-rm debian/tmp/doc/html/jquery.js
 
 override_dh_gencontrol:

-- 
qt-gstreamer packaging



More information about the pkg-kde-commits mailing list