[Pkg-mailman-hackers] Pkg-mailman commit - rev 625 - in trunk/debian: . patches

Lionel Elie Mamane lmamane at alioth.debian.org
Fri May 22 07:01:35 UTC 2009


Author: lmamane
Date: 2009-05-22 07:01:34 +0000 (Fri, 22 May 2009)
New Revision: 625

Added:
   trunk/debian/patches/02_force_autoconf_2.50.patch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
Use autoconf >= 2.50, not 2.13.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-05-22 06:55:27 UTC (rev 624)
+++ trunk/debian/changelog	2009-05-22 07:01:34 UTC (rev 625)
@@ -5,13 +5,14 @@
   * apply fix from upstream to 77_header_folding_in_attachments
     to fix bug it introduces: messages with lines starting with
     "From" are split into several messages in the archive.
+  * Use autoconf >= 2.50, not 2.13
 
   [ Thijs Kinkhorst ]
   * Apply patch from Tanguy Ortolo updating postfix-to-mailman
     instructions to avoid backscatter mail (Closes: #520040).
   * Remove obsolete unicodify_archives for upgrading sarge->etch.
 
- -- Lionel Elie Mamane <lmamane at debian.org>  Fri, 22 May 2009 08:52:19 +0200
+ -- Lionel Elie Mamane <lmamane at debian.org>  Fri, 22 May 2009 09:01:11 +0200
 
 mailman (1:2.1.12-1) unstable; urgency=low
 

Added: trunk/debian/patches/02_force_autoconf_2.50.patch
===================================================================
--- trunk/debian/patches/02_force_autoconf_2.50.patch	                        (rev 0)
+++ trunk/debian/patches/02_force_autoconf_2.50.patch	2009-05-22 07:01:34 UTC (rev 625)
@@ -0,0 +1,17 @@
+Patch: 02_force_autoconf_2.50.patch
+Author: Lionel Elie Mamane <lionel at mamane.lu>
+Get Debian's autoconf wrapper to use autoconf >= 2.50 (like upstream
+uses) and not autoconf 2.13.
+Index: mailman-2.1.12/configure.in
+===================================================================
+--- mailman-2.1.12.orig/configure.in	2009-05-22 08:57:20.541033289 +0200
++++ mailman-2.1.12/configure.in	2009-05-22 08:57:27.805439774 +0200
+@@ -16,7 +16,7 @@
+ 
+ dnl Process this file with autoconf to produce a configure script.
+ AC_REVISION($Revision: 8122 $)
+-AC_PREREQ(2.0)
++AC_PREREQ(2.50)
+ AC_INIT(src/common.h)
+ 
+ 

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2009-05-22 06:55:27 UTC (rev 624)
+++ trunk/debian/patches/series	2009-05-22 07:01:34 UTC (rev 625)
@@ -1,4 +1,5 @@
 01_defaults.debian.patch
+02_force_autoconf_2.50.patch
 07_snooze.patch
 10_wrapper_uid.patch
 15_mailmanctl_daemonize.patch




More information about the Pkg-mailman-hackers mailing list