[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.4.3-250-gc10a385



The following commit has been merged in the master branch:
commit 85f213f82a83fe461e402a3338dcd655c4446e5d
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sat Feb 19 20:00:21 2011 -0600

    Add commented-out detections for mipsn32 and sparcv9b

diff --git a/checks/binaries b/checks/binaries
index 6b6db59..1ef2a72 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -52,6 +52,7 @@ our %ARCH_REGEX = (
 	'm68k' 		 => qr'ELF 32-bit MSB .* 680[02]0',
 	'mips' 		 => qr'ELF 32-bit MSB .* MIPS',
 	'mipsel' 	 => qr'ELF 32-bit LSB .* MIPS',
+#	'mipsn32' 	 => qr'ELF 32-bit LSB .* MIPS.* N32',
 	'mips64' 	 => qr'ELF 64-bit MSB .* MIPS',
 	'mipsel64'       => qr'ELF 64-bit LSB .* MIPS',
 	'powerpc'        => qr'ELF 32-bit MSB .* PowerPC',
@@ -61,6 +62,7 @@ our %ARCH_REGEX = (
 	's390x'   	 => qr'ELF 64-bit MSB .* S.390',
 	'sh4'   	 => qr'ELF 32-bit LSB .* Renesas SH',
 	'sparc'   	 => qr'ELF 32-bit MSB .* SPARC',
+#	'sparcv9b'   	 => qr'ELF 32-bit MSB .* SPARC.* V8\+',
 	'sparc64' 	 => qr'ELF 64-bit MSB .* SPARC');
 
 our %ARCH_64BIT_EQUIVS = (

-- 
Debian package checker


Reply to: