[Pkg-voip-commits] r2825 - gnugk/trunk/debian/patches

Kilian Krause kilian at alioth.debian.org
Tue Dec 19 23:01:32 CET 2006


Author: kilian
Date: 2006-12-19 23:01:32 +0100 (Tue, 19 Dec 2006)
New Revision: 2825

Removed:
   gnugk/trunk/debian/patches/getMsgDestination.dpatch
Modified:
   gnugk/trunk/debian/patches/00list
Log:
remove backported patch as is in new release already.


Modified: gnugk/trunk/debian/patches/00list
===================================================================
--- gnugk/trunk/debian/patches/00list	2006-12-19 18:16:01 UTC (rev 2824)
+++ gnugk/trunk/debian/patches/00list	2006-12-19 22:01:32 UTC (rev 2825)
@@ -1,4 +1,3 @@
 01_manual.dpatch
 05_makefile.dpatch
-getMsgDestination
 02_gcc4.1

Deleted: gnugk/trunk/debian/patches/getMsgDestination.dpatch
===================================================================
--- gnugk/trunk/debian/patches/getMsgDestination.dpatch	2006-12-19 18:16:01 UTC (rev 2824)
+++ gnugk/trunk/debian/patches/getMsgDestination.dpatch	2006-12-19 22:01:32 UTC (rev 2825)
@@ -1,30 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## getMsgDestination.dpatch by Kilian Krause <kilian at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix compilation with gcc 4.0.3. Backported from CVS HEAD.
-
- at DPATCH@
-diff -urNad gnugk-2.2.3-2~/RasTbl.h gnugk-2.2.3-2/RasTbl.h
---- gnugk-2.2.3-2~/RasTbl.h	2005-08-09 12:48:48.000000000 +0000
-+++ gnugk-2.2.3-2/RasTbl.h	2005-12-31 14:35:04.000000000 +0000
-@@ -377,19 +377,6 @@
- 	endptr FindByAliases(const H225_ArrayOf_AliasAddress & alias) const;
- 	endptr FindEndpoint(const H225_ArrayOf_AliasAddress & alias, bool RoundRobin, bool SearchOuterZone = true);
- 
--	template<class MsgType> endptr getMsgDestination(const MsgType & msg, unsigned int & reason,
--	                                                 bool SearchOuterZone = true)
--	{
--	  endptr ep;
--	  bool ok = getGkDestAnalysisList().getMsgDestination(msg, EndpointList, listLock,
--	                                                      ep, reason);
--	  if (!ok && SearchOuterZone) {
--            ok = getGkDestAnalysisList().getMsgDestination(msg, OuterZoneList, listLock,
--	                                                   ep, reason);
--	  }
--	  return (ok) ? ep : endptr(0);
--	}
--
- 	void ClearTable();
- 	void CheckEndpoints();
- 




More information about the Pkg-voip-commits mailing list