X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=debian%2Fpatches%2F050_ck_patch.patch;fp=debian%2Fpatches%2F050_ck_patch.patch;h=6bcf2b08846918b8b5b44bb7a837ca4f35dba821;hb=7dd57e901a88e5a8f45ec28b954d6034481c04a3;hp=0000000000000000000000000000000000000000;hpb=6429176cfa5dc5522b219a1268410d9e0bebc074;p=ckermit.git diff --git a/debian/patches/050_ck_patch.patch b/debian/patches/050_ck_patch.patch new file mode 100644 index 0000000..6bcf2b0 --- /dev/null +++ b/debian/patches/050_ck_patch.patch @@ -0,0 +1,14 @@ +As requested by upstream, set ck_patch to indicate changes from upstream source. +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 = "3"; /* Patch info, if any. */ + + #define CKVERLEN 128 + char versiox[CKVERLEN]; /* Version string buffer */