[Pkg-xfce-commits] r2390 - desktop/branches/svn-snapshots/libxfce4menu/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Tue Oct 14 20:26:50 UTC 2008
Author: corsac
Date: 2008-10-14 20:26:49 +0000 (Tue, 14 Oct 2008)
New Revision: 2390
Modified:
desktop/branches/svn-snapshots/libxfce4menu/debian/changelog
desktop/branches/svn-snapshots/libxfce4menu/debian/rules
Log:
don't mess with config.{guess,sub}
Modified: desktop/branches/svn-snapshots/libxfce4menu/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/libxfce4menu/debian/changelog 2008-10-14 20:26:04 UTC (rev 2389)
+++ desktop/branches/svn-snapshots/libxfce4menu/debian/changelog 2008-10-14 20:26:49 UTC (rev 2390)
@@ -14,5 +14,6 @@
- add build-dep on libgtk2.0-dev.
* debian/rules:
- update shlib for tuco-tuco.
+ - don't mess with config.{guess,sub}
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 13 Oct 2008 21:13:06 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Tue, 14 Oct 2008 22:26:36 +0200
Modified: desktop/branches/svn-snapshots/libxfce4menu/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/libxfce4menu/debian/rules 2008-10-14 20:26:04 UTC (rev 2389)
+++ desktop/branches/svn-snapshots/libxfce4menu/debian/rules 2008-10-14 20:26:49 UTC (rev 2390)
@@ -28,13 +28,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