From: Ian Beckwith Date: Thu, 26 Feb 2009 22:58:05 +0000 (+0000) Subject: * New patch 06_speeling: fix spelling errors. X-Git-Tag: 211-12~1 X-Git-Url: http://erislabs.net/gitweb/?p=ckermit.git;a=commitdiff_plain;h=02e5bc4518f75e3f6eb30ea54ec29d45d9bf39ed * New patch 06_speeling: fix spelling errors. * 05_ck_patch: bump ck_patch value. --- diff --git a/debian/changelog b/debian/changelog index 7223c63..c23b9bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 26 Feb 2009 22:31:09 +0000 diff --git a/debian/patches/05_ck_patch b/debian/patches/05_ck_patch index de27224..6bcf2b0 100644 --- a/debian/patches/05_ck_patch +++ b/debian/patches/05_ck_patch @@ -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 index 0000000..e437780 --- /dev/null +++ b/debian/patches/06_speeling @@ -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 ", + " 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 ", diff --git a/debian/patches/series b/debian/patches/series index 110f352..ab7765d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ 03_fix-if-else 04_pam-password-prompting 05_ck_patch +06_speeling