[Demudi-commits] r1578 - csound/trunk/debian

fsateler-guest at alioth.debian.org fsateler-guest at alioth.debian.org
Tue Sep 4 04:50:16 UTC 2007


Author: fsateler-guest
Date: 2007-09-04 04:50:16 +0000 (Tue, 04 Sep 2007)
New Revision: 1578

Added:
   csound/trunk/debian/liblua5.1-csnd.install
Modified:
   csound/trunk/debian/control
   csound/trunk/debian/rules
Log:
Add the lua bindings package


Modified: csound/trunk/debian/control
===================================================================
--- csound/trunk/debian/control	2007-09-04 04:25:05 UTC (rev 1577)
+++ csound/trunk/debian/control	2007-09-04 04:50:16 UTC (rev 1578)
@@ -66,3 +66,12 @@
  This is the python binding for the csound API.
  .
  For more information con csound, see the csound package.
+
+Package: liblua5.1-csnd
+Architecture: all
+Depends: libcsound64-5.1, ${shlibs:Depends}
+Description: lua bindings for the csound API.
+ This is the lua binding for the csound API.
+ .
+ For more information on csound, see the csound package.
+

Added: csound/trunk/debian/liblua5.1-csnd.install
===================================================================
--- csound/trunk/debian/liblua5.1-csnd.install	                        (rev 0)
+++ csound/trunk/debian/liblua5.1-csnd.install	2007-09-04 04:50:16 UTC (rev 1578)
@@ -0,0 +1,2 @@
+usr/lib/libcsnd.so
+usr/lib/lua/*/*

Modified: csound/trunk/debian/rules
===================================================================
--- csound/trunk/debian/rules	2007-09-04 04:25:05 UTC (rev 1577)
+++ csound/trunk/debian/rules	2007-09-04 04:50:16 UTC (rev 1578)
@@ -95,6 +95,10 @@
 	mkdir -p $(CURDIR)/debian/tmp/usr/lib/$(PYVERSION)/site-packages
 	mv csnd.py _csnd.so \
 		$(CURDIR)/debian/tmp/usr/lib/$(PYVERSION)/site-packages
+# symlink the lua module
+	mkdir -p $(CURDIR)/debian/tmp/usr/lib/lua/5.1/
+	ln -s $(CURDIR)/debian/tmp/usr/lib/libcsnd.so \
+		$(CURDIR)/debian/tmp/usr/lib/lua/5.1/csnd.so
 
 	dh_install -s --sourcedir=$(CURDIR)/debian/tmp/
 




More information about the Demudi-commits mailing list