[SCM] soundscaperenderer/master: remove images from -common package

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Wed Mar 5 15:40:28 UTC 2014


The following commit has been merged in the master branch:
commit 9488a943563609a1212800ae7b4d73f6cbe4f853
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Mar 5 14:24:01 2014 +0100

    remove images from -common package

diff --git a/debian/rules b/debian/rules
index 280ba66..881db09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,8 @@ build/soundscaperenderer-common::
 	cd doc/manual && (latexmk; latexmk)
 cleanbuilddir/soundscaperenderer-common::
 	test -e doc/manual/SoundScapeRenderer.pdf && ( cd doc/manual && latexmk -C ) || true
+binary-install/soundscaperenderer-common::
+	rm -rf $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/ssr/images/
 
 binary-install/soundscaperenderer-nox::
 	find $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin \
@@ -54,4 +56,4 @@ binary-install/soundscaperenderer-nox::
 binary-install/soundscaperenderer::
 	find $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin \
 	     -type f -name 'ssr*' -not -name '*.*' -exec \
-	     mv '{}' '{}.qt' ';'
+	     mv '{}' '{}.qt' ';'
\ No newline at end of file

-- 
soundscaperenderer packaging



More information about the pkg-multimedia-commits mailing list