[Pkg-samba-maint] r3136 - in trunk/ctdb/debian: . patches

sathieu at alioth.debian.org sathieu at alioth.debian.org
Thu Dec 10 15:12:37 UTC 2009


Author: sathieu
Date: 2009-12-10 15:12:30 +0000 (Thu, 10 Dec 2009)
New Revision: 3136

Added:
   trunk/ctdb/debian/patches/60-spelling-errors.diff
Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/patches/05-hurd.diff
   trunk/ctdb/debian/patches/series
Log:
  * New 60-spelling-errors.diff, thanks to lintian


Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2009-12-10 14:58:43 UTC (rev 3135)
+++ trunk/ctdb/debian/changelog	2009-12-10 15:12:30 UTC (rev 3136)
@@ -7,6 +7,7 @@
     - refreshed patches
   * debian/uupdate-wrapper can now pull master branch with:
     ./debian/uupdate-wrapper --version master
+  * New 60-spelling-errors.diff, thanks to lintian
 
  -- Mathieu Parent <sathieu at debian.org>  Wed, 11 Nov 2009 22:41:43 +0100
 

Modified: trunk/ctdb/debian/patches/05-hurd.diff
===================================================================
--- trunk/ctdb/debian/patches/05-hurd.diff	2009-12-10 14:58:43 UTC (rev 3135)
+++ trunk/ctdb/debian/patches/05-hurd.diff	2009-12-10 15:12:30 UTC (rev 3136)
@@ -2,7 +2,7 @@
 
 Author: Marc Dequènes (Duck) <duck at duckcorp.org>
 
-Upstream status: TODO
+Upstream status: https://bugzilla.samba.org/show_bug.cgi?id=6424
 
 Index: b/configure
 ===================================================================

Added: trunk/ctdb/debian/patches/60-spelling-errors.diff
===================================================================
--- trunk/ctdb/debian/patches/60-spelling-errors.diff	                        (rev 0)
+++ trunk/ctdb/debian/patches/60-spelling-errors.diff	2009-12-10 15:12:30 UTC (rev 3136)
@@ -0,0 +1,47 @@
+Goal: Correction of spelling errors thanks to lintian
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: https://bugzilla.samba.org/show_bug.cgi?id=6935
+
+From 4e44118f5b08454369cdc3a700ad1b852db72207 Mon Sep 17 00:00:00 2001
+From: Mathieu Parent <math.parent at gmail.com>
+Date: Fri, 27 Nov 2009 21:45:51 +0100
+Subject: [PATCH] Correction of spelling errors.
+
+* interupted -> interrupted
+* dont -> don't
+---
+ lib/replace/getpass.c |    2 +-
+ server/ctdbd.c        |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lib/replace/getpass.c b/lib/replace/getpass.c
+index d91d029..787cd1d 100644
+--- a/lib/replace/getpass.c
++++ b/lib/replace/getpass.c
+@@ -211,7 +211,7 @@ char *rep_getpass(const char *prompt)
+ 	catch_signal(SIGINT, SIGNAL_CAST SIG_DFL);
+ 
+ 	if (gotintr) {
+-		printf("Interupted by signal.\n");
++		printf("Interrupted by signal.\n");
+ 		fflush(stdout);
+ 		exit(1);
+ 	}
+diff --git a/server/ctdbd.c b/server/ctdbd.c
+index 8647aad..a8f13a9 100644
+--- a/server/ctdbd.c
++++ b/server/ctdbd.c
+@@ -135,7 +135,7 @@ int main(int argc, const char *argv[])
+ 		{ "no-recmaster", 0, POPT_ARG_NONE, &options.no_recmaster, 0, "disable recmaster role on this node", NULL },
+ 		{ "lvs", 0, POPT_ARG_NONE, &options.lvs, 0, "lvs is enabled on this node", NULL },
+ 		{ "script-log-level", 0, POPT_ARG_INT, &options.script_log_level, DEBUG_ERR, "log level of event script output", NULL },
+-		{ "nopublicipcheck", 0, POPT_ARG_NONE, &options.no_publicipcheck, 0, "dont check we have/dont have the correct public ip addresses", NULL },
++		{ "nopublicipcheck", 0, POPT_ARG_NONE, &options.no_publicipcheck, 0, "don't check we have/don't have the correct public ip addresses", NULL },
+ 		POPT_TABLEEND
+ 	};
+ 	int opt, ret;
+-- 
+1.6.5
+

Modified: trunk/ctdb/debian/patches/series
===================================================================
--- trunk/ctdb/debian/patches/series	2009-12-10 14:58:43 UTC (rev 3135)
+++ trunk/ctdb/debian/patches/series	2009-12-10 15:12:30 UTC (rev 3136)
@@ -1,3 +1,4 @@
 02_ctdb_diagnostics.diff
 05-hurd.diff
 10_no-lib64.diff
+60-spelling-errors.diff




More information about the Pkg-samba-maint mailing list