[Pkg-mailman-hackers] Pkg-mailman commit - rev 248 - trunk/debian
Lionel Elie Mamane
lmamane at costa.debian.org
Sat Nov 26 09:03:46 UTC 2005
Author: lmamane
Date: 2005-11-26 09:03:46 +0000 (Sat, 26 Nov 2005)
New Revision: 248
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
Ensure package is built with autoconf 2.5x, not autoconf 2.13
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-11-26 08:36:44 UTC (rev 247)
+++ trunk/debian/changelog 2005-11-26 09:03:46 UTC (rev 248)
@@ -29,8 +29,9 @@
- List the other maintainers
* Depend on adduser, used in preinst
* Move away from deprecated user.group syntax in chown
+ * Ensure package is built with autoconf 2.5x, not autoconf 2.13
- -- Lionel Elie Mamane <lmamane at debian.org> Sat, 26 Nov 2005 09:36:13 +0100
+ -- Lionel Elie Mamane <lmamane at debian.org> Sat, 26 Nov 2005 10:03:23 +0100
mailman (2.1.5-9) unstable; urgency=medium
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2005-11-26 08:36:44 UTC (rev 247)
+++ trunk/debian/rules 2005-11-26 09:03:46 UTC (rev 248)
@@ -32,7 +32,11 @@
@debconf-updatepo
Makefile:
- autoconf
+ if [ -x /usr/bin/autoconf2.50 ]; then \
+ autoconf2.50; \
+ else \
+ autoconf; \
+ fi
./configure --prefix=/var/lib/$(package) --with-username=list \
--with-groupname=list \
--with-mail-gid=daemon --with-cgi-gid=www-data \
More information about the Pkg-mailman-hackers
mailing list