[SCM] soundscaperenderer/master: remove build-tree on 'clean'

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 bb799a261a3583804b944bb1d6a63d16920a03b2
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Mar 5 14:24:40 2014 +0100

    remove build-tree on 'clean'

diff --git a/debian/rules b/debian/rules
index 881db09..ed179dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,4 +56,8 @@ binary-install/soundscaperenderer-nox::
 binary-install/soundscaperenderer::
 	find $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin \
 	     -type f -name 'ssr*' -not -name '*.*' -exec \
-	     mv '{}' '{}.qt' ';'
\ No newline at end of file
+	     mv '{}' '{}.qt' ';'
+
+
+clean::
+	rm -rf $(CURDIR)/build/
\ No newline at end of file

-- 
soundscaperenderer packaging



More information about the pkg-multimedia-commits mailing list