[Pkg-xfce-commits] r2403 - desktop/branches/svn-snapshots/xfce4-appfinder/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Thu Oct 16 06:25:16 UTC 2008
Author: corsac
Date: 2008-10-16 06:25:16 +0000 (Thu, 16 Oct 2008)
New Revision: 2403
Modified:
desktop/branches/svn-snapshots/xfce4-appfinder/debian/changelog
desktop/branches/svn-snapshots/xfce4-appfinder/debian/rules
Log:
* debian/rules:
- stop messing with config.{guess,sub}.
Modified: desktop/branches/svn-snapshots/xfce4-appfinder/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/xfce4-appfinder/debian/changelog 2008-10-16 06:24:11 UTC (rev 2402)
+++ desktop/branches/svn-snapshots/xfce4-appfinder/debian/changelog 2008-10-16 06:25:16 UTC (rev 2403)
@@ -12,8 +12,10 @@
* debian/control:
- update build-deps for Fuzzy.
- add build-dep on libgtk2.0-dev, libxfconf-0-dev, libthunar-vfs-1-dev.
+ * debian/rules:
+ - stop messing with config.{guess,sub}.
- -- Yves-Alexis Perez <corsac at debian.org> Tue, 14 Oct 2008 21:41:10 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 16 Oct 2008 08:25:02 +0200
xfce4-appfinder (4.4.2-1) unstable; urgency=low
Modified: desktop/branches/svn-snapshots/xfce4-appfinder/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfce4-appfinder/debian/rules 2008-10-16 06:24:11 UTC (rev 2402)
+++ desktop/branches/svn-snapshots/xfce4-appfinder/debian/rules 2008-10-16 06:25:16 UTC (rev 2403)
@@ -34,12 +34,6 @@
# 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
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
- cp -f /usr/share/misc/config.guess config.guess
-endif
dh_clean
More information about the Pkg-xfce-commits
mailing list