[Pkg-xfce-commits] r2401 - desktop/branches/svn-snapshots/exo/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Thu Oct 16 06:21:17 UTC 2008


Author: corsac
Date: 2008-10-16 06:21:17 +0000 (Thu, 16 Oct 2008)
New Revision: 2401

Modified:
   desktop/branches/svn-snapshots/exo/debian/changelog
   desktop/branches/svn-snapshots/exo/debian/rules
Log:
* debian/rules:
  - stop messing with config.{guess,sub}.

Modified: desktop/branches/svn-snapshots/exo/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/exo/debian/changelog	2008-10-16 06:10:10 UTC (rev 2400)
+++ desktop/branches/svn-snapshots/exo/debian/changelog	2008-10-16 06:21:17 UTC (rev 2401)
@@ -19,8 +19,10 @@
     - update build-deps for Fuzzy.
   * debian/libexo-0.3-0.shlibs:
     - update shlibs for Fuzzy.
+  * debian/rules:
+    - stop messing with config.{guess,sub}.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 13 Oct 2008 10:06:31 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 16 Oct 2008 08:21:02 +0200
 
 exo (0.3.4-8) experimental; urgency=low
 

Modified: desktop/branches/svn-snapshots/exo/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/exo/debian/rules	2008-10-16 06:10:10 UTC (rev 2400)
+++ desktop/branches/svn-snapshots/exo/debian/rules	2008-10-16 06:21:17 UTC (rev 2401)
@@ -47,13 +47,6 @@
 build-stamp:  config.status
 	dh_testdir
 
-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
-
 	# Add here commands to compile the package.
 	$(MAKE)
 
@@ -67,14 +60,6 @@
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
 
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	rm -f config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	rm -f config.guess
-endif
-
-
 	dh_clean 
 
 install: build




More information about the Pkg-xfce-commits mailing list