From: Ian Beckwith Date: Wed, 9 May 2012 01:22:04 +0000 (+0100) Subject: set ck_patch as we have patched source X-Git-Tag: 302-2~8 X-Git-Url: http://erislabs.net/gitweb/?p=ckermit.git;a=commitdiff_plain;h=1fd5abe42c1eebb862d63ebd1421fc8d096ae7ef set ck_patch as we have patched source --- diff --git a/ckcmai.c b/ckcmai.c index a5640e5..c245aa2 100644 --- a/ckcmai.c +++ b/ckcmai.c @@ -113,7 +113,7 @@ char *ck_s_name = "C-Kermit"; #endif /* OS2 */ char *ck_s_who = ""; /* Where customized, "" = not. */ -char *ck_patch = ""; /* Patch info, if any. */ +char *ck_patch = "1"; /* Patch info, if any. */ #define CKVERLEN 128 char versiox[CKVERLEN]; /* Version string buffer */ diff --git a/debian/changelog b/debian/changelog index 24667b7..5d2ea62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,12 +6,13 @@ ckermit (302-2) unstable; urgency=low Thanks to Mark Wooding (Closes: #660066). * New patch: 030_fix_dialmessage: fix \v(dialmessage) when dialsta is unset. Further thanks to Mark Wooding (Closes: #660276). + * New patch: 900_ck_patch: set ck_patch as we have modified source. * Fix pending l10n issues. Debconf translations: + Dutch; (Thanks to Jeroen Schot). Closes: #660843 + Polish (Thanks to Michał Kułach). Closes: #670771 + and thanks to Christian Perrier for his usual sterling l10n work. - -- + -- Ian Beckwith Wed, 09 May 2012 02:22:36 +0100 ckermit (302-1) unstable; urgency=low diff --git a/debian/patches/900_ck_patch.patch b/debian/patches/900_ck_patch.patch new file mode 100644 index 0000000..04a3945 --- /dev/null +++ b/debian/patches/900_ck_patch.patch @@ -0,0 +1,13 @@ +Index: ckermit/ckcmai.c +=================================================================== +--- ckermit.orig/ckcmai.c 2012-01-28 23:09:40.000000000 +0000 ++++ ckermit/ckcmai.c 2012-05-09 02:21:01.000000000 +0100 +@@ -113,7 +113,7 @@ + #endif /* OS2 */ + + char *ck_s_who = ""; /* Where customized, "" = not. */ +-char *ck_patch = ""; /* Patch info, if any. */ ++char *ck_patch = "1"; /* Patch info, if any. */ + + #define CKVERLEN 128 + char versiox[CKVERLEN]; /* Version string buffer */ diff --git a/debian/patches/series b/debian/patches/series index 6f161a9..9ef71cc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 010_multiarch-makefile.patch 020_fix_ptys.patch 030_fix_dialmessage.patch +900_ck_patch.patch