[Pkg-voip-commits] r5230 - in /zaptel/trunk: ./ cwain/ debian/ debian/patches/ kernel/ kernel/cwain/ kernel/oslec/ kernel/qozap/ kernel/vzaphfc/ kernel/zaphfc/ kernel/ztgsm/ oslec/ qozap/ vzaphfc/ zaphfc/ ztgsm/

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Feb 19 15:33:29 UTC 2008


Author: tzafrir-guest
Date: Tue Feb 19 15:33:28 2008
New Revision: 5230

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5230
Log:
Zaptel 1.4.9: drivers moved under the kernel.

At this stage it builds, but some fixes may still be needed.

Added:
    zaptel/trunk/kernel/
    zaptel/trunk/kernel/cwain/
      - copied from r5219, zaptel/trunk/cwain/
    zaptel/trunk/kernel/ds1x1f.c
      - copied unchanged from r5219, zaptel/trunk/ds1x1f.c
    zaptel/trunk/kernel/opvxa1200.c
      - copied unchanged from r5219, zaptel/trunk/opvxa1200.c
    zaptel/trunk/kernel/oslec/
      - copied from r5219, zaptel/trunk/oslec/
    zaptel/trunk/kernel/oslec/oslec_wrap.c
      - copied unchanged from r5229, zaptel/trunk/oslec/oslec_wrap.c
    zaptel/trunk/kernel/qozap/
      - copied from r5219, zaptel/trunk/qozap/
    zaptel/trunk/kernel/vzaphfc/
      - copied from r5219, zaptel/trunk/vzaphfc/
    zaptel/trunk/kernel/wcopenpci.c
      - copied, changed from r5219, zaptel/trunk/wcopenpci.c
    zaptel/trunk/kernel/zaphfc/
      - copied from r5219, zaptel/trunk/zaphfc/
    zaptel/trunk/kernel/ztgsm/
      - copied from r5219, zaptel/trunk/ztgsm/
Removed:
    zaptel/trunk/cwain/
    zaptel/trunk/debian/patches/Makefile_bristuff
    zaptel/trunk/debian/patches/kbuild_src
    zaptel/trunk/debian/patches/separate_kbuild
    zaptel/trunk/ds1x1f.c
    zaptel/trunk/opvxa1200.c
    zaptel/trunk/oslec/
    zaptel/trunk/qozap/
    zaptel/trunk/vzaphfc/
    zaptel/trunk/wcopenpci.c
    zaptel/trunk/zaphfc/
    zaptel/trunk/ztgsm/
Modified:
    zaptel/trunk/debian/changelog
    zaptel/trunk/debian/docs
    zaptel/trunk/debian/patches/bri_dchan
    zaptel/trunk/debian/patches/oslec_zaptap
    zaptel/trunk/debian/patches/oslec_zaptel
    zaptel/trunk/debian/patches/proc_read
    zaptel/trunk/debian/patches/series
    zaptel/trunk/debian/patches/zaphfc-florz
    zaptel/trunk/debian/patches/zaptel_perl
    zaptel/trunk/debian/patches/zt_alarm_notify_no_master_change
    zaptel/trunk/debian/rules

Modified: zaptel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/changelog?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/debian/changelog (original)
+++ zaptel/trunk/debian/changelog Tue Feb 19 15:33:28 2008
@@ -1,8 +1,9 @@
-zaptel (1:1.4.8~dfsg-2) UNRELEASED; urgency=low
-
+zaptel (1:1.4.9~dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release (Closes: #464900).
+  - All kernel modules moved to under kernel/
   * Converting patches to quilt (because bristuff uses them).
   * Include the separate xpp changelog file.
-  * separate_kbuild: Fix building kernel 2.6.24 (Closes: #464900).
   * Fix a possible crash with oslec when a fax tone is detected:
     http://sourceforge.net/mailarchive/message.php?msg_name=20080217212421.GT15415%40xorcom.com
     (Closes: #447245).

Modified: zaptel/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/docs?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/debian/docs (original)
+++ zaptel/trunk/debian/docs Tue Feb 19 15:33:28 2008
@@ -2,7 +2,7 @@
 README.html
 README.fxotune
 README.fxsusb
-xpp/README.Astribank
-xpp/README.Astribank.html
-xpp/Changelog_xpp
+kernel/xpp/README.Astribank
+kernel/xpp/README.Astribank.html
+kernel/xpp/Changelog_xpp
 tonezones.txt

Modified: zaptel/trunk/debian/patches/bri_dchan
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/bri_dchan?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/bri_dchan (original)
+++ zaptel/trunk/debian/patches/bri_dchan Tue Feb 19 15:33:28 2008
@@ -3,10 +3,10 @@
 # Zaptel expects it as a standard channel with 1000 samples
 # per second.
 
-Index: zaptel-1.2.22/zaptel.h
+Index: zaptel-1.2.22/kernel/zaptel.h
 ===================================================================
---- zaptel-1.2.22.orig/zaptel.h	2007-12-04 10:40:30.000000000 +0100
-+++ zaptel-1.2.22/zaptel.h	2007-12-04 14:35:14.545043151 +0100
+--- zaptel-1.2.22.orig/kernel/zaptel.h	2007-12-04 10:40:30.000000000 +0100
++++ zaptel-1.2.22/kernel/zaptel.h	2007-12-04 14:35:14.545043151 +0100
 @@ -1056,6 +1056,13 @@
  	int do_ppp_error;
  	struct sk_buff_head ppp_rq;
@@ -32,10 +32,10 @@
  struct zt_span {
  	spinlock_t lock;
  	void *pvt;			/* Private stuff */
-Index: zaptel-1.2.22/zconfig.h
+Index: zaptel-1.2.22/kernel/zconfig.h
 ===================================================================
---- zaptel-1.2.22.orig/zconfig.h	2007-12-04 10:40:29.000000000 +0100
-+++ zaptel-1.2.22/zconfig.h	2007-12-04 14:35:01.329541263 +0100
+--- zaptel-1.2.22.orig/kernel/zconfig.h	2007-12-04 10:40:29.000000000 +0100
++++ zaptel-1.2.22/kernel/zconfig.h	2007-12-04 14:35:01.329541263 +0100
 @@ -166,4 +166,10 @@
   */
  /* #define FXSFLASH */
@@ -47,10 +47,10 @@
 +#define CONFIG_ZAPATA_BRI_DCHANS
 +
  #endif
-Index: zaptel-1.2.22/zaptel-base.c
+Index: zaptel-1.2.22/kernel/zaptel-base.c
 ===================================================================
---- zaptel-1.2.22.orig/zaptel-base.c	2007-12-04 10:40:31.000000000 +0100
-+++ zaptel-1.2.22/zaptel-base.c	2007-12-04 14:35:14.553042850 +0100
+--- zaptel-1.2.22.orig/kernel/zaptel-base.c	2007-12-04 10:40:31.000000000 +0100
++++ zaptel-1.2.22/kernel/zaptel-base.c	2007-12-04 14:35:14.553042850 +0100
 @@ -5226,11 +5255,40 @@
  					*(txb++) = fasthdlc_tx_run_nocheck(&ms->txhdlc);
  				}

Modified: zaptel/trunk/debian/patches/oslec_zaptap
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/oslec_zaptap?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/oslec_zaptap (original)
+++ zaptel/trunk/debian/patches/oslec_zaptap Tue Feb 19 15:33:28 2008
@@ -3,8 +3,8 @@
 ##  The zaptap device for sampling echo. Part of the oslec echo canceller.
 
 diff -urNad zaptel-1.2.17.1.xpp.r3965~/zaptel-base.c zaptel-1.2.17.1.xpp.r3965/zaptel-base.c
---- zaptel-1.2.17.1.xpp.r3965~/zaptel-base.c	2007-06-16 07:10:17.000000000 +0300
-+++ zaptel-1.2.17.1.xpp.r3965/zaptel-base.c	2007-06-16 07:55:33.000000000 +0300
+--- zaptel-1.2.17.1.xpp.r3965~/kernel/zaptel-base.c	2007-06-16 07:10:17.000000000 +0300
++++ zaptel-1.2.17.1.xpp.r3965/kernel/zaptel-base.c	2007-06-16 07:55:33.000000000 +0300
 @@ -5708,6 +5708,74 @@
  	spin_unlock_irqrestore(&chan->lock, flags);
  }

Modified: zaptel/trunk/debian/patches/oslec_zaptel
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/oslec_zaptel?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/oslec_zaptel (original)
+++ zaptel/trunk/debian/patches/oslec_zaptel Tue Feb 19 15:33:28 2008
@@ -4,8 +4,8 @@
 ## canceller. The zaptap device is not included.
 
 diff -urNad zaptel-1.4.3~dfsg~/zaptel-base.c zaptel-1.4.3~dfsg/zaptel-base.c
---- zaptel-1.4.3~dfsg~/zaptel-base.c	2007-06-16 21:33:45.000000000 +0300
-+++ zaptel-1.4.3~dfsg/zaptel-base.c	2007-06-16 21:33:47.000000000 +0300
+--- zaptel-1.4.3~dfsg~/kernel/zaptel-base.c	2007-06-16 21:33:45.000000000 +0300
++++ zaptel-1.4.3~dfsg/kernel/zaptel-base.c	2007-06-16 21:33:47.000000000 +0300
 @@ -424,6 +424,14 @@
  #include "kb1ec.h"
  #elif defined(ECHO_CAN_MG2)

Modified: zaptel/trunk/debian/patches/proc_read
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/proc_read?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/proc_read (original)
+++ zaptel/trunk/debian/patches/proc_read Tue Feb 19 15:33:28 2008
@@ -8,10 +8,10 @@
 # sysfs support should be used instead (Tzafrir). It is likely to break 
 # zapconf and genzaptelconf for drivers using it.
 
-Index: zaptel-1.2.22/zaptel.h
+Index: zaptel-1.2.22/kernel/zaptel.h
 ===================================================================
---- zaptel-1.2.22.orig/zaptel.h	2007-12-04 10:40:30.000000000 +0100
-+++ zaptel-1.2.22/zaptel.h	2007-12-04 14:35:14.545043151 +0100
+--- zaptel-1.2.22.orig/kernel/zaptel.h	2007-12-04 10:40:30.000000000 +0100
++++ zaptel-1.2.22/kernel/zaptel.h	2007-12-04 14:35:14.545043151 +0100
 @@ -1394,6 +1405,10 @@
  	int watchcounter;
  	int watchstate;
@@ -23,10 +23,10 @@
  };
  
  struct zt_transcoder_channel {
-Index: zaptel-1.2.22/zaptel-base.c
+Index: zaptel-1.2.22/kernel/zaptel-base.c
 ===================================================================
---- zaptel-1.2.22.orig/zaptel-base.c	2007-12-04 10:40:31.000000000 +0100
-+++ zaptel-1.2.22/zaptel-base.c	2007-12-04 14:35:14.553042850 +0100
+--- zaptel-1.2.22.orig/kernel/zaptel-base.c	2007-12-04 10:40:31.000000000 +0100
++++ zaptel-1.2.22/kernel/zaptel-base.c	2007-12-04 14:35:14.553042850 +0100
 @@ -584,6 +585,10 @@
  		len += sprintf(page + len, "\tIRQ misses: %d\n", spans[span]->irqmisses);
  	len += sprintf(page + len, "\n");

Modified: zaptel/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/series?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/series (original)
+++ zaptel/trunk/debian/patches/series Tue Feb 19 15:33:28 2008
@@ -1,4 +1,3 @@
-Makefile_bristuff
 oslec_zaptel
 #bristuff
 bri_dchan
@@ -7,5 +6,3 @@
 ztcfg-start_stop
 zaphfc-florz
 zaptel_perl
-kbuild_src
-separate_kbuild

Modified: zaptel/trunk/debian/patches/zaphfc-florz
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/zaphfc-florz?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/zaphfc-florz (original)
+++ zaptel/trunk/debian/patches/zaphfc-florz Tue Feb 19 15:33:28 2008
@@ -4,8 +4,8 @@
 ## Author: Florian Zumbiehl <florz at gmx.de>
 
 diff -urNad trunk~/zaphfc/Makefile trunk/zaphfc/Makefile
---- trunk~/zaphfc/Makefile	2007-07-22 05:01:06.000000000 +0300
-+++ trunk/zaphfc/Makefile	2007-08-05 14:46:58.000000000 +0300
+--- trunk~/kernel/zaphfc/Makefile	2007-07-22 05:01:06.000000000 +0300
++++ trunk/kernel/zaphfc/Makefile	2007-08-05 14:46:58.000000000 +0300
 @@ -2,12 +2,11 @@
  BRISTUFFBASE = $(shell dirname `pwd`)
  
@@ -21,9 +21,9 @@
  KFLAGS+=$(shell [ -f $(KINCLUDES)/linux/modversions.h ] && echo "-DMODVERSIONS -include $(KINCLUDES)/linux/modversions.h")
  KFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-msoft-float -fsigned-char"; fi)
  
-diff -urN bristuff-0.4.0-test1/zaphfc/zaphfc.c zaphfc_0.4.0-test1_florz-13/zaphfc.c
---- bristuff-0.4.0-test1/zaphfc/zaphfc.c	2007-04-03 11:38:45.000000000 +0200
-+++ zaphfc_0.4.0-test1_florz-13/zaphfc.c	2007-04-17 21:14:39.000000000 +0200
+diff -urN bristuff-0.4.0-test1/kernel/zaphfc/zaphfc.c zaphfc_0.4.0-test1_florz-13/zaphfc.c
+--- bristuff-0.4.0-test1/kernel/zaphfc/zaphfc.c	2007-04-03 11:38:45.000000000 +0200
++++ zaphfc_0.4.0-test1_florz-13/kernel/zaphfc/zaphfc.c	2007-04-17 21:14:39.000000000 +0200
 @@ -7,19 +7,21 @@
   *
   * Klaus-Peter Junghanns <kpj at junghanns.net>
@@ -1163,8 +1163,8 @@
 +/* vim:set sw=4: */
 +
 diff -urN bristuff-0.4.0-test1/zaphfc/zaphfc.h zaphfc_0.4.0-test1_florz-13/zaphfc.h
---- bristuff-0.4.0-test1/zaphfc/zaphfc.h	2005-02-26 23:30:32.000000000 +0100
-+++ zaphfc_0.4.0-test1_florz-13/zaphfc.h	2005-03-02 20:43:04.000000000 +0100
+--- bristuff-0.4.0-test1/kernel/zaphfc/zaphfc.h	2005-02-26 23:30:32.000000000 +0100
++++ zaphfc_0.4.0-test1_florz-13/kernel/zaphfc/zaphfc.h	2005-03-02 20:43:04.000000000 +0100
 @@ -135,8 +135,12 @@
  /* bits in HFCD_MST_MODE */
  #define hfc_MST_MODE_MASTER	     0x01

Modified: zaptel/trunk/debian/patches/zaptel_perl
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/zaptel_perl?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/zaptel_perl (original)
+++ zaptel/trunk/debian/patches/zaptel_perl Tue Feb 19 15:33:28 2008
@@ -6,8 +6,8 @@
 ## there)
 
 diff -urNad zaptel-1.4.5~dfsg~/xpp/utils/Makefile zaptel-1.4.5~dfsg/xpp/utils/Makefile
---- zaptel-1.4.5~dfsg~/xpp/utils/Makefile	2007-08-01 23:41:21.000000000 +0100
-+++ zaptel-1.4.5~dfsg/xpp/utils/Makefile	2007-08-19 20:09:48.000000000 +0100
+--- zaptel-1.4.5~dfsg~/kernel/xpp/utils/Makefile	2007-08-01 23:41:21.000000000 +0100
++++ zaptel-1.4.5~dfsg/kernel/xpp/utils/Makefile	2007-08-19 20:09:48.000000000 +0100
 @@ -23,7 +23,7 @@
  MANDIR		= $(mandir)/man8
  HOTPLUG_USB_DIR	= /etc/hotplug/usb

Modified: zaptel/trunk/debian/patches/zt_alarm_notify_no_master_change
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/zt_alarm_notify_no_master_change?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/zt_alarm_notify_no_master_change (original)
+++ zaptel/trunk/debian/patches/zt_alarm_notify_no_master_change Tue Feb 19 15:33:28 2008
@@ -4,10 +4,10 @@
 # Currently only used by qozap.
 
 @DPATCH@
-Index: zaptel-1.2.22/zaptel.h
+Index: zaptel-1.2.22/kernel/zaptel.h
 ===================================================================
---- zaptel-1.2.22.orig/zaptel.h	2007-12-04 10:40:30.000000000 +0100
-+++ zaptel-1.2.22/zaptel.h	2007-12-04 14:35:14.545043151 +0100
+--- zaptel-1.2.22.orig/kernel/zaptel.h	2007-12-04 10:40:30.000000000 +0100
++++ zaptel-1.2.22/kernel/zaptel.h	2007-12-04 14:35:14.545043151 +0100
 @@ -1508,6 +1523,9 @@
  /* Notify a change possible change in alarm status */
  void zt_alarm_notify(struct zt_span *span);
@@ -18,10 +18,10 @@
  /* Initialize a tone state */
  void zt_init_tone_state(struct zt_tone_state *ts, struct zt_tone *zt);
  
-Index: zaptel-1.2.22/zaptel-base.c
+Index: zaptel-1.2.22/kernel/zaptel-base.c
 ===================================================================
---- zaptel-1.2.22.orig/zaptel-base.c	2007-12-04 10:40:31.000000000 +0100
-+++ zaptel-1.2.22/zaptel-base.c	2007-12-04 14:35:14.553042850 +0100
+--- zaptel-1.2.22.orig/kernel/zaptel-base.c	2007-12-04 10:40:31.000000000 +0100
++++ zaptel-1.2.22/kernel/zaptel-base.c	2007-12-04 14:35:14.553042850 +0100
 @@ -138,6 +138,7 @@
  EXPORT_SYMBOL(zt_qevent_lock);
  EXPORT_SYMBOL(zt_hooksig);

Modified: zaptel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/rules?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/debian/rules (original)
+++ zaptel/trunk/debian/rules Tue Feb 19 15:33:28 2008
@@ -39,7 +39,7 @@
 # between kernel and userspace. As things stand now I'd like to work
 # around problems with bilding stuff with HOSTCC by simply providing 
 # the generated headers as part of the source:
-GENERATED_SOURCES := version.h radfw.h tor2fw.h
+GENERATED_SOURCES := version.h
 
 EXTRA_MODS=ds1x1f opvxa1200
 
@@ -53,7 +53,6 @@
   BRISTUFF_EXAMPLES:=$(MOD_EXAMPLES_DIR)/*
   # bristuff modules that are copied from a subdirectory to the current 
   # directory.
-  GENERATED_SOURCES+=$(BRISTUFF_MODULES:%=%.c) $(BRISTUFF_MODULES:%=%.h)
   EXTRA_MODS+=$(BRISTUFF_MODULES)
   EXTRA_SUBDIRS += vzaphfc
 endif
@@ -117,10 +116,13 @@
 build-stamp: tonezones.txt
 	dh_testdir
 	
+	for mod in $(BRISTUFF_MODULES); do for i in c h; do \
+		ln -s $$mod/$$mod.$$i kernel/$$mod.$$i; \
+	done; done
 	./configure
 	$(MAKE) $(GENERATED_SOURCES)
 	$(ASCIIDOC_SET_PATH) ; \
-	$(MAKE) programs README.html xpp/README.Astribank.html
+	$(MAKE) programs README.html kernel/xpp/README.Astribank.html
 	touch $@
 
 clean: clean-unpatched unpatch
@@ -172,14 +174,13 @@
 	
 	# driver source code
 	mkdir -p $(TARDIR)/debian/generated
-	cp Makefile Makefile.kernel26 Kbuild configure install-sh makeopts.in .version *.c *.h *.rbt $(TARDIR)/
-	for dir in build_tools firmware include vzaphfc oct612x oslec \
-		wct4xxp wctc4xxp wctdm24xxp wcte12xp xpp; do \
+	cp Makefile configure install-sh makeopts.in .version *.c *.h $(TARDIR)/
+	for dir in build_tools firmware include kernel; do \
 	  if [ -d $$dir ]; then cp -r $$dir $(TARDIR); fi; \
 	done
 	cp -a $(GENERATED_SOURCES) $(TARDIR)/debian/generated/
-	dh_install -i zaptel.h usr/include/zaptel/
-	dh_install -pzaptel-firmware xpp/firmwares/*.hex usr/share/zaptel/
+	dh_install -i kernel/zaptel.h usr/include/zaptel/
+	dh_install -pzaptel-firmware kernel/xpp/firmwares/*.hex usr/share/zaptel/
 	
 	# Packaging infrastructure
 	cp -r debian/rules debian/changelog debian/copyright\
@@ -192,7 +193,7 @@
 ifeq (1,$(USE_BRISTUFF))
 	set -e; for module in cwain qozap zaphfc ztgsm; do \
 		mkdir -p $(MOD_EXAMPLES_DIR)/$$module; \
-		cp -a $$module/*.conf* $(MOD_EXAMPLES_DIR)/$$module; \
+		cp -a kernel/$$module/*.conf* $(MOD_EXAMPLES_DIR)/$$module; \
 	done
 else
 	mkdir -p $(MOD_EXAMPLES_DIR)/bristuff_stub
@@ -226,7 +227,7 @@
 	# should be removed, eventually. Still left for compatibility
 	dh_installinit --update-rcd-params="defaults 15 30"
 	dh_installexamples -a zaptel.conf.sample \
-	  oslec/oslec-ctrl-panel.sh
+	  kernel/oslec/oslec-ctrl-panel.sh
 
 	
 	#dh_installmodules -a
@@ -256,9 +257,9 @@
 	@@mkdir -p $(TARBALL_DIR)/
 	@@cd $(TARBALL_DIR) ; \
 	tar xfz ../$(UPFILENAME)
-	@@rm -rf $(TARBALL_DIR)/zaptel-$(UPVERSION)/wct4xxp/OCT*.ima
-	@@rm -rf $(TARBALL_DIR)/zaptel-$(UPVERSION)/wctc4xxp/*.bin
-	@@rm -rf $(TARBALL_DIR)/zaptel-$(UPVERSION)/xpp/firmwares/*.hex
+	@@rm -rf $(TARBALL_DIR)/zaptel-$(UPVERSION)/kernel/wct4xxp/OCT*.ima
+	@@rm -rf $(TARBALL_DIR)/zaptel-$(UPVERSION)/kernel/wctc4xxp/*.bin
+	@@rm -rf $(TARBALL_DIR)/zaptel-$(UPVERSION)/kernel/xpp/firmwares/*.hex
 	@@cd $(TARBALL_DIR) ; \
 	tar cfz ../$(FILENAME) *
 	@@echo Cleaning up...

Copied: zaptel/trunk/kernel/wcopenpci.c (from r5219, zaptel/trunk/wcopenpci.c)
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/kernel/wcopenpci.c?rev=5230&op=diff
==============================================================================
--- zaptel/trunk/wcopenpci.c (original)
+++ zaptel/trunk/kernel/wcopenpci.c Tue Feb 19 15:33:28 2008
@@ -49,7 +49,7 @@
 
 #ifdef STANDALONE_ZAPATA
  #include "zaptel.h"
- #include "version.h"
+ #include "../version.h"
  #include "proslic.h"
  #include "wctdm.h"
 #else




More information about the Pkg-voip-commits mailing list