[Pkg-xfce-commits] r2887 - goodies/xfdiff/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sun Mar 1 11:00:59 UTC 2009


Author: corsac
Date: 2009-03-01 11:00:59 +0000 (Sun, 01 Mar 2009)
New Revision: 2887

Modified:
   goodies/xfdiff/debian/changelog
   goodies/xfdiff/debian/rules
Log:
- debian/rules:
  - don't ignore errors in make distclean.

Modified: goodies/xfdiff/debian/changelog
===================================================================
--- goodies/xfdiff/debian/changelog	2009-03-01 10:54:54 UTC (rev 2886)
+++ goodies/xfdiff/debian/changelog	2009-03-01 11:00:59 UTC (rev 2887)
@@ -10,11 +10,12 @@
     - update standards version to 3.8.0.
     - remove Rudy and Martin from Uploaders. Thanks to them.
     - update my email address.
+  - debian/rules:
+    - don't ignore errors in make distclean.
 
   [ Simon Huggins ]
   * debian/control: Move fake Homepage field to a real one now dpkg
     supports it.
   * Add Vcs-* headers to debian/control
 
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 01 Mar 2009 11:26:59 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 01 Mar 2009 12:00:42 +0100

Modified: goodies/xfdiff/debian/rules
===================================================================
--- goodies/xfdiff/debian/rules	2009-03-01 10:54:54 UTC (rev 2886)
+++ goodies/xfdiff/debian/rules	2009-03-01 11:00:59 UTC (rev 2887)
@@ -32,7 +32,7 @@
 	dh_testdir
 	dh_testroot
 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean build-stamp config.log xfdiff4.1
 




More information about the Pkg-xfce-commits mailing list