[Pkg-voip-commits] r2949 - openh323/trunk/debian/patches

Kilian Krause kilian at alioth.debian.org
Fri Jan 5 00:22:31 CET 2007


Author: kilian
Date: 2007-01-05 00:22:30 +0100 (Fri, 05 Jan 2007)
New Revision: 2949

Removed:
   openh323/trunk/debian/patches/02_transport.h.dpatch
Log:
remove obsolete patch.


Deleted: openh323/trunk/debian/patches/02_transport.h.dpatch
===================================================================
--- openh323/trunk/debian/patches/02_transport.h.dpatch	2007-01-04 23:14:05 UTC (rev 2948)
+++ openh323/trunk/debian/patches/02_transport.h.dpatch	2007-01-04 23:22:30 UTC (rev 2949)
@@ -1,47 +0,0 @@
-#! /bin/sh -e
-## 02_transports.h.dpatch by Tim Johann <t1m at phrogstar.de>
-##
-## DP: Fixes the libraries' file names
-
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
-
-if [ $# -ne 1 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-
-case "$1" in
-	-patch) patch $patch_opts -p1 < $0;;
-	-unpatch) patch $patch_opts -p1 -R < $0;;
-	*)
-		echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-		exit 1;;
-esac
-
-exit 0
- at DPATCH@
---- openh323/include/transports.h	2003-04-10 11:44:55.000000000 +0200
-+++ openh323-1.12.0/include/transports.h	2003-08-16 01:26:30.000000000 +0200
-@@ -248,10 +248,10 @@
- 
-     /**Create a listener based on this transport address.
- 
--       For example an address of "ip$10.0.0.1:1720" would create a TCP
-+       For example an address of "#ip$10.0.0.1:1720#" would create a TCP
-        listening socket that would be bound to the specific interface
-        10.0.0.1 and listens on port 1720. Note that the address
--       "ip$*:1720" can be used to bind to INADDR_ANY.
-+       "#ip$*:1720#" can be used to bind to INADDR_ANY.
- 
-        Also note that if the address has a trailing '+' character then the
-        socket will be bound using the REUSEADDR option.
-@@ -262,7 +262,7 @@
- 
-     /**Create a listener compatible for this address type.
-        This is similar to CreateListener() but does not use the TSAP specified
--       in the H323Transport. For example an address of "ip$10.0.0.1:1720"
-+       in the H323Transport. For example an address of "#ip$10.0.0.1:1720#"
-        would create a TCP listening socket that would be bound to the specific
-        interface 10.0.0.1 but listens on a random OS allocated port number.
-       */




More information about the Pkg-voip-commits mailing list