[SCM] pd-lua/master: Updated build-flags to new upstream build-system

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Jan 24 21:29:57 UTC 2016


The following commit has been merged in the master branch:
commit a1a09bacff30e8388186314baf82a2640aae45ec
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sun Jan 24 22:09:24 2016 +0100

    Updated build-flags to new upstream build-system

diff --git a/debian/rules b/debian/rules
index b884344..db20440 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,15 +21,7 @@ include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/class/pd.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_SRCDIR=src
 
-CFLAGS+=$(CPPFLAGS)				\
-	$(shell pkg-config --cflags lua5.2 pd)	\
-	-fPIC					\
-	-Wno-error=format-security
-LIBS+=$(shell   pkg-config --libs   lua5.2)	\
-	$(LDFLAGS)
-DEB_MAKE_EXTRA_ARGS = CFLAGS="$(CFLAGS)" LIBS="$(LIBS)" $(DEB_MAKE_PARALLEL)
-
-test:
-	make -C src showsetup CFLAGS="$(CFLAGS)" LIBS="$(LIBS)"  $(DEB_MAKE_PARALLEL)
+CFLAGS+=$(shell pkg-config --cflags lua5.2 pd)
+LIBS+=$(shell   pkg-config --libs lua5.2 pd)
+DEB_MAKE_EXTRA_ARGS = CPPFLAGS="$(CPPFLAGS)" LUA_CFLAGS="$(CFLAGS)" LUA_LIBS="$(LIBS)" LDFLAGS="$(LDFLAGS)" $(DEB_MAKE_PARALLEL)

-- 
pd-lua packaging



More information about the pkg-multimedia-commits mailing list