[Pkg-voip-commits] r6234 - in /gnugk/trunk/debian: changelog rules

paravoid at alioth.debian.org paravoid at alioth.debian.org
Fri Oct 3 14:12:13 UTC 2008


Author: paravoid
Date: Fri Oct  3 14:12:12 2008
New Revision: 6234

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6234
Log:
Re-enable SRV support that was disabled due to an upstream bug.
Thanks to MESZAROS Mihaly. (Closes: #501030)

Modified:
    gnugk/trunk/debian/changelog
    gnugk/trunk/debian/rules

Modified: gnugk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/changelog?rev=6234&op=diff
==============================================================================
--- gnugk/trunk/debian/changelog (original)
+++ gnugk/trunk/debian/changelog Fri Oct  3 14:12:12 2008
@@ -1,3 +1,10 @@
+gnugk (2:2.2.7-3-2) unstable; urgency=low
+
+  * Re-enable SRV support that was disabled due to an upstream bug.
+    Thanks to MESZAROS Mihaly. (Closes: #501030)
+
+ -- Faidon Liambotis <paravoid at debian.org>  Fri, 03 Oct 2008 12:40:54 +0300
+
 gnugk (2:2.2.7-3-1) unstable; urgency=low
 
   * New upstream release

Modified: gnugk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/rules?rev=6234&op=diff
==============================================================================
--- gnugk/trunk/debian/rules (original)
+++ gnugk/trunk/debian/rules Fri Oct  3 14:12:12 2008
@@ -8,6 +8,9 @@
 export PWLIBDIR=/usr/share/pwlib
 export PREFIX=/usr
 export RELATED_PKG_MAKEFILE=1
+
+# pwlib_compat.h does not set this on OpenH323 >= 1.19 by mistake
+export STDCCFLAGS+= -DhasSRV=1
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)




More information about the Pkg-voip-commits mailing list