[SCM] guitarix/master: Use new --no-mod-lv2 configure flag to remove undeeded modgui files

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Fri May 6 15:26:29 UTC 2016


The following commit has been merged in the master branch:
commit d7428f496a4b259444c34ecd730e1dd0f636a02d
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Fri May 6 14:06:49 2016 +0200

    Use new --no-mod-lv2 configure flag to remove undeeded modgui files
    
    We were removing them by hand before.

diff --git a/debian/rules b/debian/rules
index dbcf7f3..66459f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_configure:
 		--cxxflags="$(shell dpkg-buildflags --get CXXFLAGS) \
 			$(shell dpkg-buildflags --get CPPFLAGS)" \
 		--ldflags="$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed" -v \
-		--shared-lib --lib-dev --glade-support --enable-lfs
+		--shared-lib --lib-dev --glade-support --enable-lfs --no-mod-lv2
 
 override_dh_auto_build-arch:
 	./waf build -v
@@ -33,7 +33,6 @@ override_dh_auto_install:
 	./waf install --destdir=$(CURDIR)/debian/tmp --libdir=$(CURDIR)/debian/tmp
 	rm -f $(CURDIR)/debian/tmp/usr/share/gx_head/sounds/bands/LICENSE
 	rm -f $(CURDIR)/debian/tmp/usr/share/gx_head/sounds/amps/LICENSE
-	rm -rf $(CURDIR)/debian/tmp/usr/lib/lv2/gx_amp.lv2/modgui
 	rm -f $(CURDIR)/debian/tmp/usr/lib/libgxwmm.so
 	rm -f $(CURDIR)/debian/tmp/usr/lib/libgxw.so
 	ln -s $(CURDIR)/debian/tmp/usr/lib/libgxwmm.so.0.1 $(CURDIR)/debian/tmp/usr/lib/libgxwmm.so

-- 
guitarix packaging



More information about the pkg-multimedia-commits mailing list