[Pkg-xfce-commits] r2214 - desktop/trunk/exo/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Wed Aug 13 21:21:42 UTC 2008


Author: corsac
Date: 2008-08-13 21:21:41 +0000 (Wed, 13 Aug 2008)
New Revision: 2214

Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/rules
Log:
debian/rules: rm config.{sub.guess} in clean and copy it in build.

Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2008-08-13 21:09:55 UTC (rev 2213)
+++ desktop/trunk/exo/debian/changelog	2008-08-13 21:21:41 UTC (rev 2214)
@@ -5,8 +5,9 @@
       mounted crypto-fs. Thanks Colin Leroy (Xfce #3349).
   * debian/control:
     - updated standards version to 3.8.0. No change needed.
+  * debian/rules: rm config.{sub.guess} in clean and copy it in build.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 12 Aug 2008 22:01:09 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 13 Aug 2008 23:21:36 +0200
 
 exo (0.3.4-7) unstable; urgency=low
 

Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules	2008-08-13 21:09:55 UTC (rev 2213)
+++ desktop/trunk/exo/debian/rules	2008-08-13 21:21:41 UTC (rev 2214)
@@ -47,6 +47,13 @@
 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)
 
@@ -59,11 +66,12 @@
 
 	# 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
+  rm -f config.sub
 endif
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
+  rm -f config.guess
 endif
 
 




More information about the Pkg-xfce-commits mailing list