[Pkg-voip-commits] r2036 - zaptel/trunk/debian/patches

Tzafrir Cohen tzafrir-guest at costa.debian.org
Mon Jul 10 20:55:59 UTC 2006


Author: tzafrir-guest
Date: 2006-07-10 20:55:58 +0000 (Mon, 10 Jul 2006)
New Revision: 2036

Added:
   zaptel/trunk/debian/patches/Makefile_kbuild.dpatch
Modified:
   zaptel/trunk/debian/patches/00list
Log:
actually adding Makefile_kbuild.dpatch

Modified: zaptel/trunk/debian/patches/00list
===================================================================
--- zaptel/trunk/debian/patches/00list	2006-07-10 20:51:31 UTC (rev 2035)
+++ zaptel/trunk/debian/patches/00list	2006-07-10 20:55:58 UTC (rev 2036)
@@ -2,7 +2,7 @@
 Makefile_deps_utils
 Makefile_uname
 Makefile_targets
-#Makefile_kbuild
+Makefile_kbuild
 # probably depends on previus Makefile_* patches (specifically: Makefile_targets)
 Makefile_bristuff
 # touches the Makefile as well:

Added: zaptel/trunk/debian/patches/Makefile_kbuild.dpatch
===================================================================
--- zaptel/trunk/debian/patches/Makefile_kbuild.dpatch	2006-07-10 20:51:31 UTC (rev 2035)
+++ zaptel/trunk/debian/patches/Makefile_kbuild.dpatch	2006-07-10 20:55:58 UTC (rev 2036)
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## Makefile_kbuild.dpatch by Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: use kbuild (the kernel build system) more extensively. This will
+## DP: be useful for recursive builds.
+## -- applied upstream in 1.2 branch
+
+ at DPATCH@
+diff -urNad zaptel-1.2.6/Makefile /tmp/dpep.x8Bqi9/zaptel-1.2.6/Makefile
+--- zaptel-1.2.6/Makefile	2006-06-22 13:14:41.994504042 +0300
++++ /tmp/dpep.x8Bqi9/zaptel-1.2.6/Makefile	2006-06-22 13:23:59.447070160 +0300
+@@ -408,10 +408,14 @@
+ 	install -m 644 tonezone.h $(INC_DIR)
+ 	install -m 644 zaptel.h torisa.h $(INC_DIR)/linux
+ 
+-install-modules: $(MODULES_BUILD)
++install-modules: install-$(BUILDVER)
++install-linux24: $(MODULES_BUILD)
+ 	install -d $(MOD_DIR)
+ 	install -m 644 $(MODULES_BUILD) $(MOD_DIR)
+ 
++install-linux26: $(MODULESKO)
++	$(KMAKE_INST)
++
+ clean:
+ 	rm -f torisatool makefw tor2fw.h radfw.h
+ 	rm -f $(BINS)


Property changes on: zaptel/trunk/debian/patches/Makefile_kbuild.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list