[Pkg-dspam-commits] [pkg-dspam-commits] r205 - in branches/unstable/debian: . patches

Julien Valroff julien-guest at alioth.debian.org
Mon Aug 24 10:47:47 UTC 2009


Author: julien-guest
Date: Mon Aug 24 10:47:47 2009
New Revision: 205

Log:
Apply fix to #522645

Added:
   branches/unstable/debian/patches/fix_sqlite_build.dpatch   (contents, props changed)
Modified:
   branches/unstable/debian/changelog
   branches/unstable/debian/control
   branches/unstable/debian/patches/00list

Modified: branches/unstable/debian/changelog
==============================================================================
--- branches/unstable/debian/changelog	Mon Aug 24 10:39:52 2009	(r204)
+++ branches/unstable/debian/changelog	Mon Aug 24 10:47:47 2009	(r205)
@@ -1,3 +1,11 @@
+dspam (3.6.8-10) unstable; urgency=low
+
+  * Add myself as uploader
+  * Add patch from upstream git to allow build against
+    newer sqlite versions (Closes: #522645)
+
+ -- Julien Valroff <julien at kirya.net>  Mon, 24 Aug 2009 12:43:22 +0200
+
 dspam (3.6.8-9) unstable; urgency=low
 
   [ Kurt B. Kaiser ]

Modified: branches/unstable/debian/control
==============================================================================
--- branches/unstable/debian/control	Mon Aug 24 10:39:52 2009	(r204)
+++ branches/unstable/debian/control	Mon Aug 24 10:47:47 2009	(r205)
@@ -2,7 +2,7 @@
 Section: mail
 Priority: optional
 Maintainer: Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>
-Uploaders: Matthijs Mohlmann <matthijs at cacholong.nl>, Christoph Haas <haas at debian.org>, Kurt B. Kaiser <kbk at shore.net>, Jesus Climent <mooch at debian.org>, Rudolf Weber <rudolf at faveve.uni-stuttgart.de>, Aurelien Labrosse <aurelien.labrosse at free.fr>
+Uploaders: Matthijs Mohlmann <matthijs at cacholong.nl>, Christoph Haas <haas at debian.org>, Kurt B. Kaiser <kbk at shore.net>, Jesus Climent <mooch at debian.org>, Rudolf Weber <rudolf at faveve.uni-stuttgart.de>, Aurelien Labrosse <aurelien.labrosse at free.fr>, Julien Valroff <julien at kirya.net>
 XS-DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 4.0), libpq-dev, dpatch (>= 2.0.0), libtool, automake1.9, autotools-dev, libmysqlclient15-dev, libdb4.5-dev, libsqlite3-dev, libldap2-dev
 Standards-Version: 3.7.3

Modified: branches/unstable/debian/patches/00list
==============================================================================
--- branches/unstable/debian/patches/00list	Mon Aug 24 10:39:52 2009	(r204)
+++ branches/unstable/debian/patches/00list	Mon Aug 24 10:47:47 2009	(r205)
@@ -23,3 +23,4 @@
 cleanup-manpages.dpatch
 use_ldap_deprecated.dpatch
 cssclean-csscompress.dpatch
+fix_sqlite_build.dpatch

Added: branches/unstable/debian/patches/fix_sqlite_build.dpatch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/unstable/debian/patches/fix_sqlite_build.dpatch	Mon Aug 24 10:47:47 2009	(r205)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_sqlite_build.dpatch by Julien Valroff <julien at kirya.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Patch taken from upstream git to allow build against newer
+## DP: sqlite versions
+
+ at DPATCH@
+diff -urNad dspam-3.6.8~/m4/sqlite_drv.m4 dspam-3.6.8/m4/sqlite_drv.m4
+--- dspam-3.6.8~/m4/sqlite_drv.m4	2009-08-24 12:41:58.518906570 +0200
++++ dspam-3.6.8/m4/sqlite_drv.m4	2009-08-24 12:42:33.779173491 +0200
+@@ -210,7 +210,7 @@
+             continue
+         fi
+ 
+-        DS_LIBTOOL_RUN_IFELSE([AC_LANG_PROGRAM([[
++        AC_LINK_IFELSE([AC_LANG_PROGRAM([[
+             #include <stdio.h>
+             #include <sqlite.h>
+             #include <stdlib.h>



More information about the Pkg-dspam-commits mailing list