[Pkg-citadel-commit] r318 - webcit/trunk/debian/patches

meskes at alioth.debian.org meskes at alioth.debian.org
Wed Apr 1 10:26:19 UTC 2009


Author: meskes
Date: 2009-04-01 10:26:18 +0000 (Wed, 01 Apr 2009)
New Revision: 318

Modified:
   webcit/trunk/debian/patches/743-744.diff
Log:
Relaxed libcitadel dependency.


Modified: webcit/trunk/debian/patches/743-744.diff
===================================================================
--- webcit/trunk/debian/patches/743-744.diff	2009-04-01 10:22:08 UTC (rev 317)
+++ webcit/trunk/debian/patches/743-744.diff	2009-04-01 10:26:18 UTC (rev 318)
@@ -769,148 +769,6 @@
     <a href="delete_msg?msgid=<?MAIL:SUMM:N>" onclick="return confirm('<?_("Delete this message?")>');"><span>[</span><?_("Delete")><span>]</span> </a> 
  <??("X", 14)>
     <a href="#" onclick="window.open('msgheaders/<?MAIL:SUMM:N>', 'headers<?MAIL:SUMM:N>', 'toolbar=no,location=no,directories=no,copyhistory=no,status=yes,scrollbars=yes,resizable=yes,width=600,height=400'); "><span>[</span><?_("Headers")><span>]</span></a>
-diff -ruN webcit-7.43-dfsg.orig/sysdep.h.in~ webcit-7.43-dfsg/sysdep.h.in~
---- webcit-7.43-dfsg.orig/sysdep.h.in~	2008-04-11 16:29:10.000000000 +0200
-+++ webcit-7.43-dfsg/sysdep.h.in~	1970-01-01 01:00:00.000000000 +0100
-@@ -1,138 +0,0 @@
--/* sysdep.h.in.  Generated from configure.ac by autoheader.  */
--
--/* define, if the user suplied a data-directory to use. */
--#undef DATADIR
--
--/* where to find our mail editor */
--#undef EDITORDIR
--
--/* whether we have NLS support */
--#undef ENABLE_NLS
--
--/* Define to 1 if you have the `backtrace' function. */
--#undef HAVE_BACKTRACE
--
--/* Define to 1 if you have the <fcntl.h> header file. */
--#undef HAVE_FCNTL_H
--
--/* Define to 1 if you have the `gettext' function. */
--#undef HAVE_GETTEXT
--
--/* whether we have iconv for charset conversion */
--#undef HAVE_ICONV
--
--/* Define to 1 if you have the <iconv.h> header file. */
--#undef HAVE_ICONV_H
--
--/* Define to 1 if you have the <inttypes.h> header file. */
--#undef HAVE_INTTYPES_H
--
--/* Define to 1 if you have the `pthread' library (-lpthread). */
--#undef HAVE_LIBPTHREAD
--
--/* Define to 1 if you have the `pthreads' library (-lpthreads). */
--#undef HAVE_LIBPTHREADS
--
--/* Define to 1 if you have the <limits.h> header file. */
--#undef HAVE_LIMITS_H
--
--/* Define to 1 if you have the <memory.h> header file. */
--#undef HAVE_MEMORY_H
--
--/* whethe we have openssl */
--#undef HAVE_OPENSSL
--
--/* should we put our non volatile files elsewhere? */
--#undef HAVE_RUN_DIR
--
--/* Define to 1 if you have the `snprintf' function. */
--#undef HAVE_SNPRINTF
--
--/* Define to 1 if you have the <stdint.h> header file. */
--#undef HAVE_STDINT_H
--
--/* Define to 1 if you have the <stdlib.h> header file. */
--#undef HAVE_STDLIB_H
--
--/* Define to 1 if you have the `strftime_l' function. */
--#undef HAVE_STRFTIME_L
--
--/* Define to 1 if you have the <strings.h> header file. */
--#undef HAVE_STRINGS_H
--
--/* Define to 1 if you have the <string.h> header file. */
--#undef HAVE_STRING_H
--
--/* Define to 1 if you have the <sys/stat.h> header file. */
--#undef HAVE_SYS_STAT_H
--
--/* Define to 1 if you have the <sys/time.h> header file. */
--#undef HAVE_SYS_TIME_H
--
--/* Define to 1 if you have the <sys/types.h> header file. */
--#undef HAVE_SYS_TYPES_H
--
--/* Define to 1 if you have the <unistd.h> header file. */
--#undef HAVE_UNISTD_H
--
--/* Define to 1 if you have the `uselocale' function. */
--#undef HAVE_USELOCALE
--
--/* whether we have zlib */
--#undef HAVE_ZLIB
--
--/* Define to 1 if you have the <zlib.h> header file. */
--#undef HAVE_ZLIB_H
--
--/* where to find our pot files */
--#undef LOCALEDIR
--
--/* Define to the address where bug reports for this package should be sent. */
--#undef PACKAGE_BUGREPORT
--
--/* Define to the full name of this package. */
--#undef PACKAGE_NAME
--
--/* Define to the full name and version of this package. */
--#undef PACKAGE_STRING
--
--/* Define to the one symbol short name of this package. */
--#undef PACKAGE_TARNAME
--
--/* Define to the version of this package. */
--#undef PACKAGE_VERSION
--
--/* Program dirs */
--#undef PROG_SUBDIRS
--
--/* Define as the return type of signal handlers (`int' or `void'). */
--#undef RETSIGTYPE
--
--/* define, where the config should go in unix style */
--#undef RUNDIR
--
--/* were should we put our keys? */
--#undef SSL_DIR
--
--/* Define to 1 if you have the ANSI C header files. */
--#undef STDC_HEADERS
--
--/* define this to the Citadel home directory */
--#undef WEBCITDIR
--
--/* where to find our templates and pics */
--#undef WWWDIR
--
--/* Enable GNU extensions on systems that have them.  */
--#ifndef _GNU_SOURCE
--# undef _GNU_SOURCE
--#endif
--
--/* Define to empty if `const' does not conform to ANSI C. */
--#undef const
--
--/* Define to `long' if <sys/types.h> does not define. */
--#undef off_t
--
--/* Define to `unsigned' if <sys/types.h> does not define. */
--#undef size_t
 diff -ruN webcit-7.43-dfsg.orig/webcit.c webcit-7.43-dfsg/webcit.c
 --- webcit-7.43-dfsg.orig/webcit.c	2009-02-20 19:31:00.000000000 +0100
 +++ webcit-7.43-dfsg/webcit.c	2009-04-01 12:10:42.000000000 +0200
@@ -932,10 +790,9 @@
  #define CLIENT_ID		4
 -#define CLIENT_VERSION		743		/* This version of WebCit */
 -#define MINIMUM_CIT_VERSION	743		/* min required Citadel ver */
--#define	LIBCITADEL_MIN		743		/* min required libcitadel ver */
+ #define	LIBCITADEL_MIN		743		/* min required libcitadel ver */
 +#define CLIENT_VERSION		744		/* This version of WebCit */
 +#define MINIMUM_CIT_VERSION	744		/* min required Citadel ver */
-+#define	LIBCITADEL_MIN		744		/* min required libcitadel ver */
  #define DEFAULT_HOST		"localhost"	/* Default Citadel server */
  #define DEFAULT_PORT		"504"
  #define TARGET			"webcit01"	/* Target for inline URL's */




More information about the Pkg-citadel-commit mailing list