[Pkg-voip-commits] r1096 - in yate/trunk/debian: . patches
Kilian Krause
kilian at costa.debian.org
Sat Dec 31 15:51:46 UTC 2005
Author: kilian
Date: 2005-12-31 15:51:46 +0000 (Sat, 31 Dec 2005)
New Revision: 1096
Added:
yate/trunk/debian/patches/zapchan.dpatch
Modified:
yate/trunk/debian/control
yate/trunk/debian/patches/00list
Log:
would compile as is.. any takers to test this? ;)
Modified: yate/trunk/debian/control
===================================================================
--- yate/trunk/debian/control 2005-12-31 15:44:33 UTC (rev 1095)
+++ yate/trunk/debian/control 2005-12-31 15:51:46 UTC (rev 1096)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, dpatch, libpri-dev, libopenh323-dev (>= 1.15.3-4), libortp0-dev, libiax-dev, libgsm1-dev, zaptel-source, libgtk1.2-dev, postgresql-dev, libqt3-mt-dev (>= 3:3.3.4-7), libspandsp-dev
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, dpatch, libpri-dev, libopenh323-dev (>= 1.15.3-4), libortp2-dev, libiax-dev, libgsm1-dev, zaptel-source, libgtk1.2-dev, postgresql-dev, libqt3-mt-dev (>= 3:3.3.4-7), libspandsp-dev
Standards-Version: 3.6.1
Package: yate
Modified: yate/trunk/debian/patches/00list
===================================================================
--- yate/trunk/debian/patches/00list 2005-12-31 15:44:33 UTC (rev 1095)
+++ yate/trunk/debian/patches/00list 2005-12-31 15:51:46 UTC (rev 1096)
@@ -1,3 +1,4 @@
gcc4
amd64
noapidocs
+zapchan
Added: yate/trunk/debian/patches/zapchan.dpatch
===================================================================
--- yate/trunk/debian/patches/zapchan.dpatch 2005-12-31 15:44:33 UTC (rev 1095)
+++ yate/trunk/debian/patches/zapchan.dpatch 2005-12-31 15:51:46 UTC (rev 1096)
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## zapchan.dpatch by <john at localhost.localdomain>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad yate-0.8.7+cvs20050604~/modules/zapchan.cpp yate-0.8.7+cvs20050604/modules/zapchan.cpp
+--- yate-0.8.7+cvs20050604~/modules/zapchan.cpp 2005-03-28 08:27:37.000000000 -0600
++++ yate-0.8.7+cvs20050604/modules/zapchan.cpp 2005-12-13 16:32:47.000000000 -0600
+@@ -201,12 +201,12 @@
+
+ #endif
+
+-static void pri_err_cb(char *s)
++static void pri_err_cb(pri* unused, char *s)
+ {
+ Debug("PRI",DebugWarn,"%s",s);
+ }
+
+-static void pri_msg_cb(char *s)
++static void pri_msg_cb(pri* unused, char *s)
+ {
+ Debug("PRI",DebugInfo,"%s",s);
+ }
Property changes on: yate/trunk/debian/patches/zapchan.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-voip-commits
mailing list