[Pkg-xfce-commits] r2412 - desktop/trunk/libxfcegui4/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Thu Oct 16 06:36:13 UTC 2008


Author: corsac
Date: 2008-10-16 06:36:13 +0000 (Thu, 16 Oct 2008)
New Revision: 2412

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

Modified: desktop/trunk/libxfcegui4/debian/changelog
===================================================================
--- desktop/trunk/libxfcegui4/debian/changelog	2008-10-16 06:35:28 UTC (rev 2411)
+++ desktop/trunk/libxfcegui4/debian/changelog	2008-10-16 06:36:13 UTC (rev 2412)
@@ -1,3 +1,10 @@
+libxfcegui4 (4.4.2-5) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - stop messing with config.{guess,sub}.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 16 Oct 2008 08:35:50 +0200
+
 libxfcegui4 (4.4.2-4) unstable; urgency=low
 
   * another “brown paper bag” release.

Modified: desktop/trunk/libxfcegui4/debian/rules
===================================================================
--- desktop/trunk/libxfcegui4/debian/rules	2008-10-16 06:35:28 UTC (rev 2411)
+++ desktop/trunk/libxfcegui4/debian/rules	2008-10-16 06:36:13 UTC (rev 2412)
@@ -33,13 +33,6 @@
 
 	[ ! -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
 
 install: build




More information about the Pkg-xfce-commits mailing list