[Pkg-mol-commits] r128 - mol/trunk/debian

Aurélien GÉRÔME ag-guest at alioth.debian.org
Mon Feb 26 02:59:30 CET 2007


Author: ag-guest
Date: 2007-02-26 02:59:29 +0100 (Mon, 26 Feb 2007)
New Revision: 128

Modified:
   mol/trunk/debian/changelog
   mol/trunk/debian/rules
Log:
Fix the clean rule in debian/rules to get an idempotent diff.gz after
a rebuild.


Modified: mol/trunk/debian/changelog
===================================================================
--- mol/trunk/debian/changelog	2007-02-23 23:38:05 UTC (rev 127)
+++ mol/trunk/debian/changelog	2007-02-26 01:59:29 UTC (rev 128)
@@ -2,8 +2,10 @@
 
   * Update German debconf templates translation. (Closes: #397152)
   * Update Czech debconf templates translation. (Closes: #408653)
+  * Fix the clean rule in debian/rules to get an idempotent diff.gz
+    after a rebuild.
 
- -- Aurélien GÉRÔME <ag at roxor.cx>  Sat, 24 Feb 2007 00:30:45 +0100
+ -- Aurélien GÉRÔME <ag at roxor.cx>  Mon, 26 Feb 2007 02:53:14 +0100
    
 mol (0.9.71.dfsg-4) unstable; urgency=low
 

Modified: mol/trunk/debian/rules
===================================================================
--- mol/trunk/debian/rules	2007-02-23 23:38:05 UTC (rev 127)
+++ mol/trunk/debian/rules	2007-02-26 01:59:29 UTC (rev 128)
@@ -54,12 +54,12 @@
 	rm -f configure-stamp build-stamp
 
 # remove the manpages
-	rm -f *.[17]
+	rm -f debian/*.[17]
 
 # clean the package, including auto-generated stuff that distclean overlooks
 	-$(MAKE) clean
 	rm -rf obj-ppc
-#	rm -f .config.cmd .config.old
+	rm -f .config*
 #	cd src/vconfig; rm -f modes-y.c modes-y.h modes-l.c
 #	rm -f src/shared/config.h.in
 #	rm -f src/kmod/mpc107/Makefile src/cpu/mpc107/Makefile src/cpu/ppc/asm_offsets.h




More information about the Pkg-mol-commits mailing list