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

Bug#311471: lintian: Please support the ppc64 architecture



Package: lintian
Version: 1.23.8
Severity: wishlist
Tags: patch

Please add support for the ppc64 architecture in 'checks/common_data.pm'
and 'checks/fields.desc'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/lintian-1.23.8/checks/common_data.pm ./checks/common_data.pm
--- ../tmp-orig/lintian-1.23.8/checks/common_data.pm	2005-01-14 18:19:55.000000000 +0100
+++ ./checks/common_data.pm	2005-06-01 09:23:08.305184986 +0200
@@ -14,7 +14,8 @@
 
 %known_archs = map { $_ => 1 }
     ('alpha', 'amd64', 'arm', 'hppa', 'hurd-i386', 'i386', 'ia64', 'mips',
-	 'mipsel', 'm68k', 'powerpc', 's390', 'sh', 'sparc', 'any', 'all');
+	 'mipsel', 'm68k', 'powerpc', 'ppc64', 's390', 'sh', 'sparc',
+	 'any', 'all');
 
 %known_sections = map { $_ => 1 }
     ('admin', 'base', 'comm', 'devel', 'doc', 'editors', 'electronics',
diff -urN ../tmp-orig/lintian-1.23.8/checks/fields.desc ./checks/fields.desc
--- ../tmp-orig/lintian-1.23.8/checks/fields.desc	2004-12-26 00:40:20.000000000 +0100
+++ ./checks/fields.desc	2005-06-01 09:23:36.322358422 +0200
@@ -70,7 +70,7 @@
 Type: warning
 Info: In addition to the special values `all' and `any', the architecture
  names alpha, amd64, arm, hppa, hurd-i386, i386, ia64, m68k, mips, mipsel,
- powerpc, s390, sh, and sparc are currently in use.  The special value
+ powerpc, ppc64, s390, sh, and sparc are currently in use.  The special value
  `source' is only used in .changes files and does not make sense in a binary
  package or a .dsc file.
 



Reply to: