On Sun, May 27, 2007 at 06:27:57PM +0200, Faustino da Silva wrote:
> Use the patch:
> 
> --8<---------------cut here---------------start------------->8---
> --- zaptel-1.4.2.1~dfsg/debian/rules.ORG    2007-05-27 
> 15:00:05.000000000 +0200
> +++ zaptel-1.4.2.1~dfsg/debian/rules    2007-05-27 14:57:14.000000000 +0200
> @@ -6,6 +6,7 @@
> #export DH_VERBOSE=1
> 
> # This is the debhelper compatibility version to use.
> +export DH_COMPAT=4
> USE_BRISTUFF=1
> export HOTPLUG_FIRMWARE=1

Here's a patch from my local copy. I currently have some problems testing 
it as my local copy has some irrelevant other changes I need to clean up.

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]       
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
Index: debian/rules
===================================================================
--- debian/rules	(revision 3620)
+++ debian/rules	(working copy)
@@ -141,7 +141,7 @@
 	# driver source code
 	mkdir -p $(TARDIR)/debian/generated
 	cp Makefile Makefile.kernel26 configure install-sh makeopts.in .version *.c *.h *.rbt $(TARDIR)/
-	for dir in build_tools include vzaphfc oct612x wct4xxp wctc4xxp xpp; do \
+	for dir in build_tools firmware include vzaphfc oct612x wct4xxp wctc4xxp xpp; do \
 	  if [ -d $$dir ]; then cp -r $$dir $(TARDIR); fi; \
 	done
 	cp -a $(GENERATED_SOURCES) $(TARDIR)/debian/generated/
@@ -149,7 +149,7 @@
 	
 	# Packaging infrastructure
 	cp -r debian/*-modules.* debian/rules debian/changelog debian/copyright\
-	  debian/control \
+	  debian/control debian/compat \
 	  debian/control.modules.in \
 	  $(TARDIR)/debian/
 	

Reply via email to