* New patch 06_speeling: fix spelling errors.
authorIan Beckwith <ianb@erislabs.net>
Thu, 26 Feb 2009 22:58:05 +0000 (22:58 +0000)
committerIan Beckwith <ianb@erislabs.net>
Thu, 26 Feb 2009 22:58:05 +0000 (22:58 +0000)
* 05_ck_patch: bump ck_patch value.

debian/changelog
debian/patches/05_ck_patch
debian/patches/06_speeling [new file with mode: 0644]
debian/patches/series

index 7223c63..c23b9bf 100644 (file)
@@ -6,6 +6,8 @@ ckermit (211-12) unstable; urgency=low
   * control: add Homepage: field.
   * postinst, postrm, config: switch from /bin/sh -e to set -e.
   * Standards-version: 3.8.0.
+  * New patch 06_speeling: fix spelling errors.
+  * 05_ck_patch: bump ck_patch value.
 
  -- Ian Beckwith <ianb@erislabs.net>  Thu, 26 Feb 2009 22:31:09 +0000
 
index de27224..6bcf2b0 100644 (file)
@@ -1,12 +1,14 @@
 As requested by upstream, set ck_patch to indicate changes from upstream source.
---- ckermit-211.orig/ckcmai.c
-+++ ckermit-211/ckcmai.c
+Index: ckermit/ckcmai.c
+===================================================================
+--- ckermit.orig/ckcmai.c      2009-02-26 22:41:45.000000000 +0000
++++ ckermit/ckcmai.c   2009-02-26 22:54:52.000000000 +0000
 @@ -97,7 +97,7 @@
  #endif /* OS2 */
  
  char *ck_s_who = "";                    /* Where customized, "" = not. */
 -char *ck_patch = "";                    /* Patch info, if any. */
-+char *ck_patch = "2";                    /* Patch info, if any. */
++char *ck_patch = "3";                    /* Patch info, if any. */
  
  #define CKVERLEN 128
  char versiox[CKVERLEN];                 /* Version string buffer  */
diff --git a/debian/patches/06_speeling b/debian/patches/06_speeling
new file mode 100644 (file)
index 0000000..e437780
--- /dev/null
@@ -0,0 +1,26 @@
+Index: ckermit/ckcftp.c
+===================================================================
+--- ckermit.orig/ckcftp.c      2009-02-26 22:51:59.000000000 +0000
++++ ckermit/ckcftp.c   2009-02-26 22:53:18.000000000 +0000
+@@ -8623,7 +8623,7 @@
+ #endif /* NOCSETS */
+     "  /SERVER-RENAME:text",
+     "    Each server source file is to be renamed on the server as indicated",
+-    "    immediately after, but only if, it has arrived succesfully.",
++    "    immediately after, but only if, it has arrived successfully.",
+     "  /SMALLER-THAN:number",
+     "    Download only those files smaller than the given number of bytes.",
+     "  /TEXT",                          /* /ASCII */
+Index: ckermit/ckuus2.c
+===================================================================
+--- ckermit.orig/ckuus2.c      2009-02-26 22:51:52.000000000 +0000
++++ ckermit/ckuus2.c   2009-02-26 22:52:53.000000000 +0000
+@@ -3660,7 +3660,7 @@
+ " ",
+ "SET DIAL RETRIES <number>",
+ "  How many times to redial each number if the dialing result is busy or no",
+-"  no answer, until the call is succesfully answered.  The default is 0",
++"  no answer, until the call is successfully answered.  The default is 0",
+ "  because automatic redialing is illegal in some countries.",
+ " ",
+ "SET DIAL INTERVAL <number>",
index 110f352..ab7765d 100644 (file)
@@ -3,3 +3,4 @@
 03_fix-if-else
 04_pam-password-prompting
 05_ck_patch
+06_speeling