[Pkg-voip-commits] r2083 - zaptel/trunk/debian

Tzafrir Cohen tzafrir-guest at costa.debian.org
Wed Jul 19 20:06:22 UTC 2006


Author: tzafrir-guest
Date: 2006-07-19 20:06:17 +0000 (Wed, 19 Jul 2006)
New Revision: 2083

Modified:
   zaptel/trunk/debian/changelog
   zaptel/trunk/debian/rules
Log:
* Copying Makefile as before to the source package,
  Copying some extra files now needed for building (Closes: #378864)
 


Modified: zaptel/trunk/debian/changelog
===================================================================
--- zaptel/trunk/debian/changelog	2006-07-19 20:05:11 UTC (rev 2082)
+++ zaptel/trunk/debian/changelog	2006-07-19 20:06:17 UTC (rev 2083)
@@ -1,6 +1,8 @@
 zaptel (1:1.2.7-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Copying Makefile as before to the source package,
+    Copying some extra files now needed for building (Closes: #378864)
 
  -- Mark Purcell <msp at debian.org>  Mon, 17 Jul 2006 21:57:42 +0100
 

Modified: zaptel/trunk/debian/rules
===================================================================
--- zaptel/trunk/debian/rules	2006-07-19 20:05:11 UTC (rev 2082)
+++ zaptel/trunk/debian/rules	2006-07-19 20:06:17 UTC (rev 2083)
@@ -131,8 +131,8 @@
 	# driver source code
 	mkdir -p $(TARDIR)/debian
 	#cp -r debian/makefiles/* $(TARDIR)/
-	cp .version *.c *.h *.rbt $(TARDIR)/
-	for dir in build_tools cwain qozap vzaphfc xpp zaphfc ztgsm; do \
+	cp Makefile .version *.c *.h *.rbt *.ima $(TARDIR)/
+	for dir in build_tools include cwain qozap vzaphfc xpp zaphfc ztgsm; do \
 	  if [ -d $$dir ]; then cp -r $$dir $(TARDIR); fi; \
 	done
 	dh_install -i zaptel.h torisa.h usr/include/linux/




More information about the Pkg-voip-commits mailing list