[Pkg-mailman-hackers] Pkg-mailman commit - rev 658 - trunk/debian

Thijs Kinkhorst thijs at alioth.debian.org
Mon May 24 15:16:51 UTC 2010


Author: thijs
Date: 2010-05-24 15:16:47 +0000 (Mon, 24 May 2010)
New Revision: 658

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
solve Lintian warning
W patch-system-but-direct-changes-in-diff configure


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-05-24 14:30:23 UTC (rev 657)
+++ trunk/debian/changelog	2010-05-24 15:16:47 UTC (rev 658)
@@ -4,8 +4,10 @@
   * Eliminate update_rc.d warning by not passing runlevel 1 at stop.
   * Add 25_site_logo patch by Paul Wise (closes: #267243).
   * Do not compress PDF's under /u/s/d/mailman (closes: #582259).
+  * Back up ./configure before running autoconf, so it can be restored
+    in clean as not to generate irrelevant diff.gz content.
 
- -- Thijs Kinkhorst <thijs at debian.org>  Mon, 24 May 2010 16:29:08 +0200
+ -- Thijs Kinkhorst <thijs at debian.org>  Mon, 24 May 2010 17:15:37 +0200
 
 mailman (1:2.1.13-2) unstable; urgency=low
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2010-05-24 14:30:23 UTC (rev 657)
+++ trunk/debian/rules	2010-05-24 15:16:47 UTC (rev 658)
@@ -33,6 +33,7 @@
 	@debconf-updatepo
 
 Makefile:
+	cp configure configure.orig
 	autoconf
 	./configure --prefix=/var/lib/$(package) --with-username=list \
 		--with-groupname=list \
@@ -49,6 +50,7 @@
 	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