[Pkg-voip-commits] r6684 - in /zaptel/trunk/debian: changelog rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Jan 20 14:39:39 UTC 2009


Author: tzafrir-guest
Date: Tue Jan 20 14:39:39 2009
New Revision: 6684

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6684
Log:
Tell Zaptel we do want our custom OSLEC echo canceller (Closes: #510858).

Modified:
    zaptel/trunk/debian/changelog
    zaptel/trunk/debian/rules

Modified: zaptel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/changelog?rev=6684&op=diff
==============================================================================
--- zaptel/trunk/debian/changelog (original)
+++ zaptel/trunk/debian/changelog Tue Jan 20 14:39:39 2009
@@ -3,6 +3,7 @@
   * Fix typo 'status' init.d command. It now does something useful 
     (By Lars Bensmann)
   * Patch hrtimer_2628: Fix building ztdummy with kernel 2.6.28.
+  * Tell Zaptel we do want our custom OSLEC echo canceller (Closes: #510858).
 
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Tue, 20 Jan 2009 15:54:04 +0200
 

Modified: zaptel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/rules?rev=6684&op=diff
==============================================================================
--- zaptel/trunk/debian/rules (original)
+++ zaptel/trunk/debian/rules Tue Jan 20 14:39:39 2009
@@ -77,7 +77,7 @@
 	dh_clean -k
 	cp -a $(CURDIR)/debian/generated/* .
 	./configure
-	make $(MOD_ARGS) modules KERNEL_SOURCES=$(KSRC) MODVERSIONS=detect KERNEL=linux-$(KVERS) 
+	make $(MOD_ARGS) modules KERNEL_SOURCES=$(KSRC) MODVERSIONS=detect KERNEL=linux-$(KVERS) ECHO_CAN_NAME=$(ECHO_CAN_NAME)
 	make $(MOD_ARGS) install-modules KERNELRELEASE=$(KVERS) DESTDIR=$(CURDIR)/debian/$(PKGNAME)
 ifeq (2.6,$(shell echo $(KVERS) | cut -d. -f1-2))
 	# The 2.6 modules are way too big. This is only in kernel 2.6




More information about the Pkg-voip-commits mailing list