[Pkg-voip-commits] r3974 - in openh323/trunk/debian: . patches

kilian at alioth.debian.org kilian at alioth.debian.org
Sat Aug 11 09:48:05 UTC 2007


Author: kilian
Date: 2007-08-11 09:48:05 +0000 (Sat, 11 Aug 2007)
New Revision: 3974

Added:
   openh323/trunk/debian/patches/printon_with_notrace.dpatch
Modified:
   openh323/trunk/debian/changelog
   openh323/trunk/debian/patches/00list
Log:
* Don't build notrace version with -DPASN_NOPRINTON to fix FTBFS in gnugk.

Modified: openh323/trunk/debian/changelog
===================================================================
--- openh323/trunk/debian/changelog	2007-08-11 09:43:24 UTC (rev 3973)
+++ openh323/trunk/debian/changelog	2007-08-11 09:48:05 UTC (rev 3974)
@@ -1,8 +1,9 @@
 openh323 (1.18.0.dfsg-3) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Don't build notrace version with -DPASN_NOPRINTON to fix FTBFS in gnugk.
 
- -- Kilian Krause <kilian at debian.org>  Sat, 21 Jul 2007 12:59:42 +0200
+ -- Kilian Krause <kilian at debian.org>  Sat, 11 Aug 2007 11:47:38 +0200
 
 openh323 (1.18.0.dfsg-2) unstable; urgency=low
 

Modified: openh323/trunk/debian/patches/00list
===================================================================
--- openh323/trunk/debian/patches/00list	2007-08-11 09:43:24 UTC (rev 3973)
+++ openh323/trunk/debian/patches/00list	2007-08-11 09:48:05 UTC (rev 3974)
@@ -2,5 +2,6 @@
 03_Makefile.in
 10_openh323u.mak
 notrace
+printon_with_notrace
 ixjuser.h
 ixjlid.h

Added: openh323/trunk/debian/patches/printon_with_notrace.dpatch
===================================================================
--- openh323/trunk/debian/patches/printon_with_notrace.dpatch	                        (rev 0)
+++ openh323/trunk/debian/patches/printon_with_notrace.dpatch	2007-08-11 09:48:05 UTC (rev 3974)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## printon_with_notrace.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 openh323-1.18.0.dfsg~/openh323u.mak.in openh323-1.18.0.dfsg/openh323u.mak.in
+--- openh323-1.18.0.dfsg~/openh323u.mak.in	2005-01-03 07:25:51.000000000 +0100
++++ openh323-1.18.0.dfsg/openh323u.mak.in	2007-08-11 11:46:02.845851015 +0200
+@@ -208,7 +208,7 @@
+ endif # OH323_LIBDIR
+ 
+ ifeq ($(NOTRACE), 1)
+-STDCCFLAGS += -DPASN_NOPRINTON -DPASN_LEANANDMEAN
++STDCCFLAGS += -DPASN_LEANANDMEAN
+ OH323_SUFFIX = n
+ else
+ STDCCFLAGS += -DPTRACING


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




More information about the Pkg-voip-commits mailing list