[Pkg-xfce-commits] r2414 - desktop/trunk/xfce4-appfinder/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Thu Oct 16 06:38:37 UTC 2008


Author: corsac
Date: 2008-10-16 06:38:37 +0000 (Thu, 16 Oct 2008)
New Revision: 2414

Modified:
   desktop/trunk/xfce4-appfinder/debian/changelog
   desktop/trunk/xfce4-appfinder/debian/rules
Log:
* debian/rules:
  - stop messing with config.{guess,sub}.

Modified: desktop/trunk/xfce4-appfinder/debian/changelog
===================================================================
--- desktop/trunk/xfce4-appfinder/debian/changelog	2008-10-16 06:37:39 UTC (rev 2413)
+++ desktop/trunk/xfce4-appfinder/debian/changelog	2008-10-16 06:38:37 UTC (rev 2414)
@@ -3,8 +3,10 @@
   * debian/control:
     - update my email address.
     - update standards version to 3.7.3 
+  * debian/rules:
+    - stop messing with config.{guess,sub}.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 28 Apr 2008 10:16:40 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 16 Oct 2008 08:38:25 +0200
 
 xfce4-appfinder (4.4.2-1) unstable; urgency=low
 

Modified: desktop/trunk/xfce4-appfinder/debian/rules
===================================================================
--- desktop/trunk/xfce4-appfinder/debian/rules	2008-10-16 06:37:39 UTC (rev 2413)
+++ desktop/trunk/xfce4-appfinder/debian/rules	2008-10-16 06:38:37 UTC (rev 2414)
@@ -34,12 +34,6 @@
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 
 	dh_clean 
 




More information about the Pkg-xfce-commits mailing list