[Pkg-xfce-commits] r2422 - desktop/trunk/xfwm4/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Thu Oct 16 06:42:51 UTC 2008
Author: corsac
Date: 2008-10-16 06:42:51 +0000 (Thu, 16 Oct 2008)
New Revision: 2422
Modified:
desktop/trunk/xfwm4/debian/changelog
desktop/trunk/xfwm4/debian/rules
Log:
* debian/rules:
- stop messing with config.{guess,sub}.
Modified: desktop/trunk/xfwm4/debian/changelog
===================================================================
--- desktop/trunk/xfwm4/debian/changelog 2008-10-16 06:42:11 UTC (rev 2421)
+++ desktop/trunk/xfwm4/debian/changelog 2008-10-16 06:42:51 UTC (rev 2422)
@@ -20,8 +20,10 @@
- 12_fix-iconization
Loosen the rule that prevents an application from iconifying itself when
skip_taskbar is set (r28012, Xfce #4434). closes: #491817
+ * debian/rules:
+ - stop messing with config.{guess,sub}.
- -- Yves-Alexis Perez <corsac at debian.org> Thu, 02 Oct 2008 15:58:57 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 16 Oct 2008 08:42:34 +0200
xfwm4 (4.4.2-5) unstable; urgency=low
Modified: desktop/trunk/xfwm4/debian/rules
===================================================================
--- desktop/trunk/xfwm4/debian/rules 2008-10-16 06:42:11 UTC (rev 2421)
+++ desktop/trunk/xfwm4/debian/rules 2008-10-16 06:42:51 UTC (rev 2422)
@@ -43,11 +43,6 @@
-rm -f configure-stamp build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
- -test -r /usr/share/misc/config.sub && \
- cp -f /usr/share/misc/config.sub config.sub
- -test -r /usr/share/misc/config.guess && \
- cp -f /usr/share/misc/config.guess config.guess
-
dh_clean
install: build
More information about the Pkg-xfce-commits
mailing list