[Pkg-xfce-commits] r2421 - desktop/trunk/xfdesktop4/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Thu Oct 16 06:42:11 UTC 2008
Author: corsac
Date: 2008-10-16 06:42:11 +0000 (Thu, 16 Oct 2008)
New Revision: 2421
Modified:
desktop/trunk/xfdesktop4/debian/changelog
desktop/trunk/xfdesktop4/debian/rules
Log:
* debian/rules:
- stop messing with config.{guess,sub}.
Modified: desktop/trunk/xfdesktop4/debian/changelog
===================================================================
--- desktop/trunk/xfdesktop4/debian/changelog 2008-10-16 06:41:38 UTC (rev 2420)
+++ desktop/trunk/xfdesktop4/debian/changelog 2008-10-16 06:42:11 UTC (rev 2421)
@@ -5,8 +5,10 @@
* debian/control:
- updated standards version to 3.8.0. No change needed.
- update description based on xfce.org one.
+ * debian/rules:
+ - stop messing with config.{guess,sub}.
- -- Yves-Alexis Perez <corsac at debian.org> Wed, 24 Sep 2008 11:26:31 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 16 Oct 2008 08:41:56 +0200
xfdesktop4 (4.4.2-7) unstable; urgency=low
Modified: desktop/trunk/xfdesktop4/debian/rules
===================================================================
--- desktop/trunk/xfdesktop4/debian/rules 2008-10-16 06:41:38 UTC (rev 2420)
+++ desktop/trunk/xfdesktop4/debian/rules 2008-10-16 06:42:11 UTC (rev 2421)
@@ -43,13 +43,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