[Glibc-bsd-commits] r1926 - in trunk/type-handling: . debian

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Tue May 15 21:21:55 UTC 2007


Author: aurel32
Date: 2007-05-15 21:21:55 +0000 (Tue, 15 May 2007)
New Revision: 1926

Modified:
   trunk/type-handling/debian/changelog
   trunk/type-handling/type-handling
Log:
  * Really uses cache, patch by Sjoerd Simons (Closes: bug#424035).



Modified: trunk/type-handling/debian/changelog
===================================================================
--- trunk/type-handling/debian/changelog	2007-05-15 09:17:24 UTC (rev 1925)
+++ trunk/type-handling/debian/changelog	2007-05-15 21:21:55 UTC (rev 1926)
@@ -1,3 +1,9 @@
+type-handling (0.2.20) unstable; urgency=low
+
+  * Really uses cache, patch by Sjoerd Simons (Closes: bug#424035).
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Tue, 15 May 2007 23:19:22 +0200
+
 type-handling (0.2.19) unstable; urgency=low
 
   * Don't provide anything containing x86_64, as the underscore symbol is 

Modified: trunk/type-handling/type-handling
===================================================================
--- trunk/type-handling/type-handling	2007-05-15 09:17:24 UTC (rev 1925)
+++ trunk/type-handling/type-handling	2007-05-15 21:21:55 UTC (rev 1926)
@@ -40,7 +40,7 @@
 # check if we have a cached result for this
 if test -e "/usr/share/type-handling/${cpus}:${systems}" \
   && [ ":${TYPE_HANDLING_BOOTSTRAP}" = ":" ] \
-  && [ "${negated}:${reverted}" = ":" ] ; then
+  && [ "${negated}:${reverted}" = "0:0" ] ; then
   cat "/usr/share/type-handling/${cpus}:${systems}"
   exit
 fi




More information about the Glibc-bsd-commits mailing list