[Pkg-xfce-commits] r2349 - desktop/trunk/xfprint4/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Sun Oct 5 08:16:33 UTC 2008
Author: corsac
Date: 2008-10-05 08:16:33 +0000 (Sun, 05 Oct 2008)
New Revision: 2349
Modified:
desktop/trunk/xfprint4/debian/changelog
desktop/trunk/xfprint4/debian/rules
Log:
* debian/rules:
- stop messing with config.{guess,sub}. Fix FTBFS on powerpc and arm
buildds.
Modified: desktop/trunk/xfprint4/debian/changelog
===================================================================
--- desktop/trunk/xfprint4/debian/changelog 2008-10-04 13:33:41 UTC (rev 2348)
+++ desktop/trunk/xfprint4/debian/changelog 2008-10-05 08:16:33 UTC (rev 2349)
@@ -1,3 +1,11 @@
+xfprint4 (4.4.2-7) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - stop messing with config.{guess,sub}. Fix FTBFS on powerpc and arm
+ buildds.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 05 Oct 2008 09:53:51 +0200
+
xfprint4 (4.4.2-6) unstable; urgency=low
* debian/control:
Modified: desktop/trunk/xfprint4/debian/rules
===================================================================
--- desktop/trunk/xfprint4/debian/rules 2008-10-04 13:33:41 UTC (rev 2348)
+++ desktop/trunk/xfprint4/debian/rules 2008-10-05 08:16:33 UTC (rev 2349)
@@ -26,13 +26,6 @@
build: build-stamp
build-stamp: config.status
-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_testdir
$(MAKE)
touch build-stamp
@@ -45,13 +38,6 @@
[ ! -f Makefile ] || $(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
- rm -f config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
- rm -f config.guess
-endif
-
dh_clean
install: build
More information about the Pkg-xfce-commits
mailing list