[Pkg-voip-commits] r3312 - zaptel/branches/experimental/debian

Mark Purcell msp at alioth.debian.org
Sat Mar 24 15:16:11 CET 2007


Author: msp
Date: 2007-03-24 14:16:11 +0000 (Sat, 24 Mar 2007)
New Revision: 3312

Modified:
   zaptel/branches/experimental/debian/changelog
   zaptel/branches/experimental/debian/rules
Log:
* $(MAKE) install-libs needed to install libs to libtonezone

Modified: zaptel/branches/experimental/debian/changelog
===================================================================
--- zaptel/branches/experimental/debian/changelog	2007-03-24 13:54:21 UTC (rev 3311)
+++ zaptel/branches/experimental/debian/changelog	2007-03-24 14:16:11 UTC (rev 3312)
@@ -1,8 +1,7 @@
-zaptel (1:1.4.1~dfsg-1) UNRELEASED; urgency=low
+zaptel (1:1.4.1~dfsg-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-  * TODO: Need to reinstate patches/Makefile_targets to ensure libtonezone gets
-	both the necessary .so & .la files, currently preventing asterisk build
+  * $(MAKE) install-libs needed to install libs to libtonezone
 
  -- Mark Purcell <msp at debian.org>  Sat, 24 Mar 2007 12:31:52 +0000
 

Modified: zaptel/branches/experimental/debian/rules
===================================================================
--- zaptel/branches/experimental/debian/rules	2007-03-24 13:54:21 UTC (rev 3311)
+++ zaptel/branches/experimental/debian/rules	2007-03-24 14:16:11 UTC (rev 3312)
@@ -121,6 +121,7 @@
 	# Add here commands to install the package into debian/tmp
 	
 	$(MAKE) install-programs INSTALL_PREFIX=$(CURDIR)/debian/tmp
+	$(MAKE) install-libs INSTALL_PREFIX=$(CURDIR)/debian/tmp
 	$(MAKE) -C xpp/utils install DESTDIR=$(CURDIR)/debian/tmp
 	/sbin/ldconfig -n $(CURDIR)/debian/tmp/usr/lib
 	install -D -m 644 tonezone.h $(CURDIR)/debian/tmp/usr/include/zaptel/tonezone.h




More information about the Pkg-voip-commits mailing list