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

[SCM] Debian package checker branch, master, updated. 2.3.0-18-ga87efa5



The following commit has been merged in the master branch:
commit a87efa571b763d6f64abb33623f4e75a52e80c2b
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Mon Dec 28 14:09:40 2009 -0600

    Recognise hppa64 binaries as 64 bits version of hppa
    
    checks/binaries:
      + [RG] Recognise hppa64 binaries and ignore them on the
        binary-from-other-architecture check for hppa. (Closes: #562788)

diff --git a/checks/binaries b/checks/binaries
index 9489f60..09978e0 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -37,6 +37,7 @@ our %ARCH_REGEX = (
 	'armeb'          => qr'ELF 32-bit MSB .* ARM',
 	'armel'          => qr'ELF 32-bit LSB .* \(SYSV\)',
 	'hppa'           => qr'ELF 32-bit MSB .* PA-RISC',
+	'hppa64'         => qr'ELF 64-bit MSB .* PA-RISC',
 	'hurd-i386' 	 => qr'ELF 32-bit LSB .* Intel 80386, .* (?:GNU/Hurd|(?!GNU))',
 	'i386'      	 => qr'ELF 32-bit LSB .* 80386, .* (?:GNU/Linux|(?!GNU))',
 	'ia64'      	 => qr'ELF 64-bit LSB .* IA-64',
@@ -57,6 +58,7 @@ our %ARCH_REGEX = (
 	'sparc64' 	 => qr'ELF 64-bit MSB .* SPARC');
 
 our %arch_64bit_equivs = (
+	'hppa'		=> 'hppa64',
 	'i386'		=> 'amd64',
 	'kfreebsd-i386'	=> 'kfreebsd-amd64',
 	'mips'		=> 'mips64',
diff --git a/debian/changelog b/debian/changelog
index bcbc641..2cb5025 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ lintian (2.3.1) UNRELEASED; urgency=low
   * {checks,collection}/*.desc:
     + [RG] Remove Unpack-Level fields and depend on the 'unpacked'
       collection script as needed.
+  * checks/binaries:
+    + [RG] Recognise hppa64 binaries and ignore them on the
+      binary-from-other-architecture check for hppa. (Closes: #562788)
   * checks/init.d.desc:
     + [RG] Bump severity of init.d-script-sourcing-without-test to serious.
   * checks/init.d{,.desc}:

-- 
Debian package checker


Reply to: