set ck_patch as we have patched source
authorIan Beckwith <ianb@erislabs.net>
Wed, 9 May 2012 01:22:04 +0000 (02:22 +0100)
committerIan Beckwith <ianb@erislabs.net>
Wed, 9 May 2012 01:22:43 +0000 (02:22 +0100)
ckcmai.c
debian/changelog
debian/patches/900_ck_patch.patch [new file with mode: 0644]
debian/patches/series

index a5640e5..c245aa2 100644 (file)
--- 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  */
index 24667b7..5d2ea62 100644 (file)
@@ -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 <ianb@debian.org>  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 (file)
index 0000000..04a3945
--- /dev/null
@@ -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  */
index 6f161a9..9ef71cc 100644 (file)
@@ -1,3 +1,4 @@
 010_multiarch-makefile.patch
 020_fix_ptys.patch
 030_fix_dialmessage.patch
+900_ck_patch.patch