[Pkg-voip-commits] r10453 - in /gnugk/trunk/debian: changelog init.d patches/spelling-error-in-binary.patch

msp at alioth.debian.org msp at alioth.debian.org
Sun Apr 13 06:23:21 UTC 2014


Author: msp
Date: Sun Apr 13 06:23:21 2014
New Revision: 10453

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10453
Log:
* NOT RELEASED YET
* New upstream release
  - Fixes "Test your package against libssh 0.6.x" (Closes: #739492)
* Fix "does not create pid file" patch from Naoto (Closes: #734676)
* Update debian/init.d - init.d-script-does-not-source-init-functions
* Refresh spelling-error-in-binary.patch

Modified:
    gnugk/trunk/debian/changelog
    gnugk/trunk/debian/init.d
    gnugk/trunk/debian/patches/spelling-error-in-binary.patch

Modified: gnugk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/changelog?rev=10453&op=diff
==============================================================================
--- gnugk/trunk/debian/changelog	(original)
+++ gnugk/trunk/debian/changelog	Sun Apr 13 06:23:21 2014
@@ -1,3 +1,15 @@
+gnugk (2:3.5-1) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+  * New upstream release
+    - Fixes "Test your package against libssh 0.6.x" (Closes: #739492)
+  * Fix "does not create pid file" patch from Naoto (Closes: #734676)
+  * Update debian/init.d - init.d-script-does-not-source-init-functions
+  * Refresh spelling-error-in-binary.patch
+
+ -- Mark Purcell <msp at debian.org>  Sun, 13 Apr 2014 15:56:12 +1000
+
 gnugk (2:3.4-2-1) unstable; urgency=low
 
   * New upstream release

Modified: gnugk/trunk/debian/init.d
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/init.d?rev=10453&op=diff
==============================================================================
--- gnugk/trunk/debian/init.d	(original)
+++ gnugk/trunk/debian/init.d	Sun Apr 13 06:23:21 2014
@@ -24,6 +24,8 @@
 DESC='H.323 gatekeeper'
 ARGS="--config $CONFIG --output /var/log/gnugk/gnugk.log --pid /var/run/gnugk/gnugk.pid"
 
+. /lib/lsb/init-functions
+
 test -x $DAEMON -a -f $CONFIG|| exit 0
 # we need to be able to run the daemon, eh ;)
 
@@ -41,6 +43,7 @@
 case "$1" in
   start)
 	echo -n "Starting $DESC: "
+	[ -d /var/run/$NAME ] || install -d -o$NAME -g$NAME -m755 /var/run/$NAME
 	start-stop-daemon --start --quiet \
 		--chuid $NAME --pidfile /var/run/$NAME/$NAME.pid \
 		--background --exec $DAEMON -- $ARGS

Modified: gnugk/trunk/debian/patches/spelling-error-in-binary.patch
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/patches/spelling-error-in-binary.patch?rev=10453&op=diff
==============================================================================
--- gnugk/trunk/debian/patches/spelling-error-in-binary.patch	(original)
+++ gnugk/trunk/debian/patches/spelling-error-in-binary.patch	Sun Apr 13 06:23:21 2014
@@ -1,13 +1,18 @@
-Index: gnugk-3.4/Toolkit.cxx
+Description: mix minor spelling errors detected by lintian
+ Lintian found a spelling error in the given binary. Lintian has a list of
+ common misspellings that it looks for. It does not have a dictionary like a
+ spelling checker does.
+
+Index: gnugk-3.5/Toolkit.cxx
 ===================================================================
---- gnugk-3.4.orig/Toolkit.cxx	2013-09-11 01:49:47.000000000 +1000
-+++ gnugk-3.4/Toolkit.cxx	2013-09-28 08:18:06.000000000 +1000
-@@ -518,7 +518,7 @@
- 			} else {
- 				RouteEntry entry(explicitRoute);
- 				if (Toolkit::Instance()->IsGKHome(entry.GetDestination())) {
--					PTRACE(2, "Adding explict route: " << entry.GetNetwork() << "/" << entry.GetNetMask() << "->" << entry.GetDestination());
-+					PTRACE(2, "Adding explicit route: " << entry.GetNetwork() << "/" << entry.GetNetMask() << "->" << entry.GetDestination());
+--- gnugk-3.5.orig/Toolkit.cxx	2014-04-13 16:12:53.532627187 +1000
++++ gnugk-3.5/Toolkit.cxx	2014-04-13 16:12:57.896549754 +1000
+@@ -521,7 +521,7 @@
+ 					PTRACE(2, "Adding explicit route: " << entry.GetNetwork() << "/" << entry.GetNetMask() << "->" << entry.GetDestination());
  					e++;
  				} else {
- 					PTRACE(1, "Ignoring explict route (invalid source IP): "
+-					PTRACE(1, "Ignoring explict route (invalid source IP): "
++					PTRACE(1, "Ignoring explicit route (invalid source IP): "
+ 						<< entry.GetNetwork() << "/" << entry.GetNetMask() << "->" << entry.GetDestination());
+ 					explicitRoutes.RemoveAt(e);
+ 				}




More information about the Pkg-voip-commits mailing list