[Pkg-xfce-commits] r2408 - desktop/trunk/libxfce4mcs/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Thu Oct 16 06:31:45 UTC 2008
Author: corsac
Date: 2008-10-16 06:31:45 +0000 (Thu, 16 Oct 2008)
New Revision: 2408
Modified:
desktop/trunk/libxfce4mcs/debian/changelog
desktop/trunk/libxfce4mcs/debian/rules
Log:
* debian/rules:
- stop messing with config.{guess,sub}.
Modified: desktop/trunk/libxfce4mcs/debian/changelog
===================================================================
--- desktop/trunk/libxfce4mcs/debian/changelog 2008-10-16 06:31:10 UTC (rev 2407)
+++ desktop/trunk/libxfce4mcs/debian/changelog 2008-10-16 06:31:45 UTC (rev 2408)
@@ -1,3 +1,10 @@
+libxfce4mcs (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:31:30 +0200
+
libxfce4mcs (4.4.2-4) unstable; urgency=low
* debian/control:
Modified: desktop/trunk/libxfce4mcs/debian/rules
===================================================================
--- desktop/trunk/libxfce4mcs/debian/rules 2008-10-16 06:31:10 UTC (rev 2407)
+++ desktop/trunk/libxfce4mcs/debian/rules 2008-10-16 06:31:45 UTC (rev 2408)
@@ -31,13 +31,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
-
rm -rf `pwd`/debian/tmp-install
dh_clean
More information about the Pkg-xfce-commits
mailing list