[SCM] gsequencer/master: Removed unreproducible leftover files from documentation
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Wed Sep 20 13:29:21 UTC 2017
The following commit has been merged in the master branch:
commit 5e86b9b2cc0aa451cd3de8dc9cde284379a2a16b
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date: Wed Sep 20 13:19:31 2017 +0200
Removed unreproducible leftover files from documentation
diff --git a/debian/rules b/debian/rules
index a6e2a16..d6558b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,10 +60,13 @@ override_dh_auto_test:
override_dh_auto_install:
dh_auto_install --no-parallel
$(MAKE) DESTDIR=$$(pwd)/debian/tmp install-html
+ find $$(pwd)/debian/tmp/usr/share -type f \
+ \( -name "htmlhelp.hhp" -or -name "toc.hhc" \) \
+ -delete
rm -f $$(pwd)/debian/tmp/usr/share/doc/libags-doc/api/libags
rm -f $$(pwd)/debian/tmp/usr/share/doc/libags-audio-doc/api/libags-audio
rm -f $$(pwd)/debian/tmp/usr/share/doc/libags-gui-doc/api/libags-gui
- find $$(pwd)/debian/tmp/usr/lib -name "*.la" -exec rm -f '{}' ';'
+ find $$(pwd)/debian/tmp/usr/lib -type f -name "*.la" -delete
# main packaging script based on dh7 syntax
override_dh_shlibdeps:
--
gsequencer packaging
More information about the pkg-multimedia-commits
mailing list