[Pkg-voip-commits] r1461 - in openh323/branches/sarge/debian: . patches

Kilian Krause kilian at costa.debian.org
Thu Mar 16 23:04:20 UTC 2006


Author: kilian
Date: 2006-03-16 23:04:19 +0000 (Thu, 16 Mar 2006)
New Revision: 1461

Modified:
   openh323/branches/sarge/debian/changelog
   openh323/branches/sarge/debian/patches/ixjuser.h.dpatch
Log:
backport ixjuser fix to sarge&breezy, too.


Modified: openh323/branches/sarge/debian/changelog
===================================================================
--- openh323/branches/sarge/debian/changelog	2006-03-16 22:59:35 UTC (rev 1460)
+++ openh323/branches/sarge/debian/changelog	2006-03-16 23:04:19 UTC (rev 1461)
@@ -1,11 +1,17 @@
-openh323 (1.18.0-1) UNRELEASED; urgency=low
+openh323 (1.18.0-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * debian/patches/ixjuser.h: Fix building on Ubuntu.
+
+ -- Kilian Krause <kilian at debian.org>  Thu, 16 Mar 2006 23:59:11 +0100
+
+openh323 (1.18.0-1) unstable; urgency=low
+
   * New upstream release (Atlas_release tag).
   * hushed version.h error message when tarball not yet extracted
   * Removed unneeded dependency on libpt-dbg
 
- -- Kilian Krause <kilian at debian.org>  Mon, 13 Mar 2006 00:10:18 +0100
+ -- Kilian Krause <kilian at debian.org>  Tue, 14 Mar 2006 00:43:23 +0000
 
 openh323 (1.17.4-1) unstable; urgency=low
 

Modified: openh323/branches/sarge/debian/patches/ixjuser.h.dpatch
===================================================================
--- openh323/branches/sarge/debian/patches/ixjuser.h.dpatch	2006-03-16 22:59:35 UTC (rev 1460)
+++ openh323/branches/sarge/debian/patches/ixjuser.h.dpatch	2006-03-16 23:04:19 UTC (rev 1461)
@@ -360,7 +360,7 @@
 +typedef struct {
 +	int elements_used;
 +	IXJ_CADENCE_TERM termination;
-+	IXJ_CADENCE_ELEMENT __user *ce;
++	IXJ_CADENCE_ELEMENT *ce;
 +} IXJ_CADENCE;
 +
 +#define IXJCTL_TONE_CADENCE		_IOW ('q', 0xCA, IXJ_CADENCE *)




More information about the Pkg-voip-commits mailing list