[SCM] ste-plugins/master: Move aside ladspa.h so we use the system one

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Mon Feb 17 15:30:38 UTC 2014


The following commit has been merged in the master branch:
commit 778ecb55a6873f086c8ac64231b5a820f200b324
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Feb 17 12:28:52 2014 -0300

    Move aside ladspa.h so we use the system one

diff --git a/debian/rules b/debian/rules
index 2d33f6a..fca9008 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,11 @@
 
 %:
 	dh $@
+
+override_dh_auto_build:
+	[ ! -f ladspa.h ] || mv ladspa.h ladspa.h.bak
+	dh_auto_build
+
+override_dh_auto_clean:
+	[ ! -f ladspa.h.bak ] || mv ladspa.h.bak ladspa.h
+	dh_auto_clean

-- 
ste-plugins packaging



More information about the pkg-multimedia-commits mailing list