r7616 - in /trunk/mime-tools/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Sep 16 18:49:06 UTC 2007


Author: dmn
Date: Sun Sep 16 18:49:06 2007
New Revision: 7616

URL: http://svn.debian.org/wsvn/?sc=1&rev=7616
Log:
* Add more files to dh_clean.
  Closes: #442676 -- FTBFS twice in a row

Modified:
    trunk/mime-tools/debian/changelog
    trunk/mime-tools/debian/rules

Modified: trunk/mime-tools/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/mime-tools/debian/changelog?rev=7616&op=diff
==============================================================================
--- trunk/mime-tools/debian/changelog (original)
+++ trunk/mime-tools/debian/changelog Sun Sep 16 18:49:06 2007
@@ -1,8 +1,10 @@
 mime-tools (5.420-2) UNRELEASED; urgency=low
 
   * Do not ignore errors from $(MAKE) distclean
-
- -- Damyan Ivanov <dmn at debian.org>  Sun, 16 Sep 2007 21:32:10 +0300
+  * Add more files to dh_clean.
+    Closes: #442676 -- FTBFS twice in a row
+
+ -- Damyan Ivanov <dmn at debian.org>  Sun, 16 Sep 2007 21:47:29 +0300
 
 mime-tools (5.420-1) unstable; urgency=low
 

Modified: trunk/mime-tools/debian/rules
URL: http://svn.debian.org/wsvn/trunk/mime-tools/debian/rules?rev=7616&op=diff
==============================================================================
--- trunk/mime-tools/debian/rules (original)
+++ trunk/mime-tools/debian/rules Sun Sep 16 18:49:06 2007
@@ -29,7 +29,11 @@
 clean:	checkroot
 	rm -f build-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean
+	dh_clean testout/msg-629-1.txt testout/msg-629-3.rtx \
+	    testout/msg-629-2.txt testout/msg-629-4.txt testout/msg-629-5.txt \
+	    testout/3d-eye-1.gif testout/3d-eye.gif testout/3d-vise-1.gif \
+	    testout/3d-vise.gif testout/Ref.tlog testout/Entity.tlog \
+	    testout/Gauntlet.tlog
 
 binary-indep:	checkroot build
 	dh_clean




More information about the Pkg-perl-cvs-commits mailing list