[SCM] lv2/master: Update to match new plugins hierarchy.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Mar 6 13:16:00 UTC 2013


The following commit has been merged in the master branch:
commit df1e6603dcc406ac2bf53954b018f4934431f309
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Mar 6 13:15:22 2013 +0000

    Update to match new plugins hierarchy.

diff --git a/debian/rules b/debian/rules
index 9284e85..770c871 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
 WAF = ./waf
 
-PLUGINS = amp sampler
+PLUGINS = $(shell cd plugins && find . -mindepth 1 -maxdepth 1 -type d -exec basename {} \;)
 
 %:
 	dh $@
@@ -32,7 +32,7 @@ override_dh_auto_install:
 override_dh_install:
 	dh_install
 	for plugin in $(PLUGINS); do \
-		rm -rf debian/lv2-dev/usr/lib/lv2/eg-$${plugin}.lv2 ; \
+		rm -rf debian/lv2-dev/usr/lib/lv2/$${plugin} ; \
 	done
 
 override_dh_installchangelogs:

-- 
lv2 packaging



More information about the pkg-multimedia-commits mailing list