[Pkg-voip-commits] r1521 - zaptel/trunk/debian/patches
Kilian Krause
kilian at costa.debian.org
Thu Mar 30 20:52:33 UTC 2006
Author: kilian
Date: 2006-03-30 20:52:32 +0000 (Thu, 30 Mar 2006)
New Revision: 1521
Added:
zaptel/trunk/debian/patches/Makefile_gendigits.dpatch
Modified:
zaptel/trunk/debian/patches/00list
zaptel/trunk/debian/patches/gendigits.dpatch
Log:
fixup gendigits, add workaround to Makefile
Modified: zaptel/trunk/debian/patches/00list
===================================================================
--- zaptel/trunk/debian/patches/00list 2006-03-30 20:43:46 UTC (rev 1520)
+++ zaptel/trunk/debian/patches/00list 2006-03-30 20:52:32 UTC (rev 1521)
@@ -13,3 +13,5 @@
xpp_fixes
#dot_version
bristuff
+Makefile_gendigits
+gendigits
Added: zaptel/trunk/debian/patches/Makefile_gendigits.dpatch
===================================================================
--- zaptel/trunk/debian/patches/Makefile_gendigits.dpatch 2006-03-30 20:43:46 UTC (rev 1520)
+++ zaptel/trunk/debian/patches/Makefile_gendigits.dpatch 2006-03-30 20:52:32 UTC (rev 1521)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## Makefiles_gendigits.dpatch by Kilian Krause <kilian at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad zaptel-1.2.5/Makefile /tmp/dpep.lRxQzx/zaptel-1.2.5/Makefile
+--- zaptel-1.2.5/Makefile 2006-02-18 19:02:23.000000000 +0200
++++ /tmp/dpep.lRxQzx/zaptel-1.2.5/Makefile 2006-03-30 23:47:34.000000000 +0300
+@@ -229,7 +229,7 @@
+ $(CC) -o $@ $^
+
+ tones.h: gendigits
+- ./gendigits
++ ./gendigits >$@
+
+ tor2fw.h: makefw tormenta2.rbt
+ ./makefw tormenta2.rbt tor2fw > tor2fw.h
Property changes on: zaptel/trunk/debian/patches/Makefile_gendigits.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Modified: zaptel/trunk/debian/patches/gendigits.dpatch
===================================================================
--- zaptel/trunk/debian/patches/gendigits.dpatch 2006-03-30 20:43:46 UTC (rev 1520)
+++ zaptel/trunk/debian/patches/gendigits.dpatch 2006-03-30 20:52:32 UTC (rev 1521)
@@ -6,7 +6,7 @@
@DPATCH@
--- ../build-area/zaptel-1.2.5/gendigits.c 2005-11-29 19:42:08.000000000 +0100
-+++ debian/build/source/gendigits.c 2006-03-30 22:30:51.000000000 +0200
++++ zaptel/gendigits.c 2006-03-30 22:30:51.000000000 +0200
@@ -95,7 +95,7 @@
return(ulawbyte);
}
More information about the Pkg-voip-commits
mailing list