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

Hector Garcia hector at costa.debian.org
Mon Aug 14 16:40:05 UTC 2006


Author: hector
Date: 2006-08-14 16:40:04 +0000 (Mon, 14 Aug 2006)
New Revision: 321

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Removed the find which deleted ../$(package)*dsc.asc. It is not needed.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-08-14 16:36:11 UTC (rev 320)
+++ trunk/debian/changelog	2006-08-14 16:40:04 UTC (rev 321)
@@ -24,6 +24,7 @@
     (Closes: #365881)
   * Documented on README.Debian the apache + suexec case. (Closes: #360905)
   * Updated Uploaders
+  * Removed the find which deleted ../$(package)*dsc.asc. It is not needed.
 
   [ Riccardo Setti ]
   * epoch 1. Now people should upgrade mailman without problems. (closes: #366438)

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2006-08-14 16:36:11 UTC (rev 320)
+++ trunk/debian/rules	2006-08-14 16:40:04 UTC (rev 321)
@@ -50,7 +50,6 @@
 	rm -f debian/mailman.postrm.ucf
 	dh_clean
 	rm -rf $$(find . -name "*~")
-	find .. -name $(package)*dsc.asc -size 0 -maxdepth 1 -exec rm {} ";"
 	chmod +x debian/{prerm,postinst}
 
 binary-indep:	checkroot build




More information about the Pkg-mailman-hackers mailing list