[Pkg-galago-commit] r213 - packages/unstable/libgalago/debian

Loïc Minier lool at costa.debian.org
Fri Jun 23 13:09:13 UTC 2006


Author: lool
Date: 2006-06-23 13:08:40 +0000 (Fri, 23 Jun 2006)
New Revision: 213

Modified:
   packages/unstable/libgalago/debian/changelog
   packages/unstable/libgalago/debian/rules
Log:
* Update config.sub and config.guess if available and within a source tree.

Modified: packages/unstable/libgalago/debian/changelog
===================================================================
--- packages/unstable/libgalago/debian/changelog	2006-06-23 13:04:19 UTC (rev 212)
+++ packages/unstable/libgalago/debian/changelog	2006-06-23 13:08:40 UTC (rev 213)
@@ -18,8 +18,9 @@
     -l flags in the Libs of the pkg-config file: libdbus-1-dev,
     libdbus-glib-1-dev, libglib2.0-dev.
   * Bump up Debhelper compatibility level to 5.
+  * Update config.sub and config.guess if available and within a source tree.
 
- -- Loic Minier <lool at dooz.org>  Fri, 23 Jun 2006 14:57:35 +0200
+ -- Loic Minier <lool at dooz.org>  Fri, 23 Jun 2006 15:06:13 +0200
 
 libgalago (0.3.3-3) unstable; urgency=low
 

Modified: packages/unstable/libgalago/debian/rules
===================================================================
--- packages/unstable/libgalago/debian/rules	2006-06-23 13:04:19 UTC (rev 212)
+++ packages/unstable/libgalago/debian/rules	2006-06-23 13:08:40 UTC (rev 213)
@@ -53,12 +53,12 @@
 
 	# Add here commands to clean up after the build process.
 	-$(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
+	# update config.sub and config.guess if available and within a source
+	# tree
+	-test -r /usr/share/misc/config.sub && test -r config.sub && \
+		cp -f /usr/share/misc/config.sub config.sub
+	-test -r /usr/share/misc/config.guess && test -r config.guess && \
+		cp -f /usr/share/misc/config.guess config.guess
 
 
 	dh_clean




More information about the Pkg-galago-commit mailing list