[Glibc-bsd-commits] r1933 - trunk/type-handling/debian

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Thu May 17 17:11:36 UTC 2007


Author: aurel32
Date: 2007-05-17 17:11:36 +0000 (Thu, 17 May 2007)
New Revision: 1933

Modified:
   trunk/type-handling/debian/changelog
   trunk/type-handling/debian/rules
Log:
Provide cache for amd64


Modified: trunk/type-handling/debian/changelog
===================================================================
--- trunk/type-handling/debian/changelog	2007-05-17 17:06:27 UTC (rev 1932)
+++ trunk/type-handling/debian/changelog	2007-05-17 17:11:36 UTC (rev 1933)
@@ -1,8 +1,9 @@
 type-handling (0.2.21) unstable; urgency=low
 
-  * Add support for ABI variants like armel. 
+  * Add support for ABI variants like armel.
+  * Provide cache for amd64. 
 
- -- Aurelien Jarno <aurel32 at debian.org>  Thu, 17 May 2007 19:06:08 +0200
+ -- Aurelien Jarno <aurel32 at debian.org>  Thu, 17 May 2007 19:11:18 +0200
 
 type-handling (0.2.20) unstable; urgency=low
 

Modified: trunk/type-handling/debian/rules
===================================================================
--- trunk/type-handling/debian/rules	2007-05-17 17:06:27 UTC (rev 1932)
+++ trunk/type-handling/debian/rules	2007-05-17 17:11:36 UTC (rev 1933)
@@ -30,7 +30,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-	rm -f "any:linux" "i386:any"
+	rm -f "*:*"
 	dh_clean
 
 build: build-stamp
@@ -40,6 +40,7 @@
 
 	TYPE_HANDLING_BOOTSTRAP=yes ./type-handling any linux	> "any:linux"
 	TYPE_HANDLING_BOOTSTRAP=yes ./type-handling i386 any	> "i386:any"
+	TYPE_HANDLING_BOOTSTRAP=yes ./type-handling amd64 any	> "amd64:any"
 	
 	touch build-stamp
 
@@ -50,8 +51,7 @@
 	dh_installdirs
 
 	install -o root -g root -m 755 type-handling $(CURDIR)/debian/type-handling/usr/bin
-	install -o root -g root -m 644 i386:any	$(CURDIR)/debian/type-handling/usr/share/type-handling
-	install -o root -g root -m 644 any:linux $(CURDIR)/debian/type-handling/usr/share/type-handling
+	install -o root -g root -m 644 *:* $(CURDIR)/debian/type-handling/usr/share/type-handling
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Glibc-bsd-commits mailing list