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

Thijs Kinkhorst thijs at alioth.debian.org
Sat Oct 8 14:53:46 UTC 2011


Author: thijs
Date: 2011-10-08 14:53:46 +0000 (Sat, 08 Oct 2011)
New Revision: 691

Removed:
   trunk/debian/patches/02_force_autoconf_2.50.patch
Modified:
   trunk/debian/patches/series
   trunk/debian/rules
Log:
really no need anymore to be fiddling around with autoreconf'ing


Deleted: trunk/debian/patches/02_force_autoconf_2.50.patch
===================================================================
--- trunk/debian/patches/02_force_autoconf_2.50.patch	2011-10-08 14:38:40 UTC (rev 690)
+++ trunk/debian/patches/02_force_autoconf_2.50.patch	2011-10-08 14:53:46 UTC (rev 691)
@@ -1,17 +0,0 @@
-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: b/configure.in
-===================================================================
---- a/configure.in	2010-05-24 17:50:51.000000000 +0200
-+++ b/configure.in	2010-05-24 17:50:59.000000000 +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	2011-10-08 14:38:40 UTC (rev 690)
+++ trunk/debian/patches/series	2011-10-08 14:53:46 UTC (rev 691)
@@ -1,5 +1,4 @@
 01_defaults.debian.patch
-02_force_autoconf_2.50.patch
 07_snooze.patch
 10_wrapper_uid.patch
 16_update_debian.patch

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2011-10-08 14:38:40 UTC (rev 690)
+++ trunk/debian/rules	2011-10-08 14:53:46 UTC (rev 691)
@@ -33,8 +33,6 @@
 	@debconf-updatepo
 
 Makefile:
-	cp configure configure.orig
-	autoconf
 	./configure --prefix=/var/lib/$(package) --with-username=list \
 		--with-groupname=list \
 		--with-mail-gid=daemon --with-cgi-gid=www-data \
@@ -50,7 +48,6 @@
 	rm -f debian/preinst
 	dh_clean
 	chmod +x debian/{prerm,postinst}
-	[ ! -f configure.orig ] || mv -f configure.orig configure
 
 binary-indep:	build
 	dh_testdir




More information about the Pkg-mailman-hackers mailing list