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

Bug#257503: lintian: support for amd64.



Package: lintian
Version: 1.23.0
Tags: patch

Could you please apply the attached patch to add support for the
amd64 arch?


Kurt

--- ./checks/common_data.pm.orig	2004-07-03 23:28:43.355235364 +0200
+++ ./checks/common_data.pm	2004-07-03 23:29:24.359846405 +0200
@@ -13,8 +13,9 @@
 # simple defines for commonly needed data
 
 %known_archs = map { $_ => 1 }
-    ('alpha', 'arm', 'hppa', 'hurd-i386', 'i386', 'ia64', 'mips', 'mipsel',
-     'm68k', 'powerpc', 's390', 'sh', 'sparc', 'any', 'all');
+    ('alpha', 'amd64', 'arm', 'hppa', 'hurd-i386', 'i386', 'ia64',
+     'mips', 'mipsel', 'm68k', 'powerpc', 's390', 'sh', 'sparc',
+     'any', 'all');
 
 %known_sections = map { $_ => 1 }
     ('admin', 'base', 'comm', 'devel', 'doc', 'editors', 'electronics',
--- ./checks/fields.desc.orig	2004-07-03 23:30:56.619221428 +0200
+++ ./checks/fields.desc	2004-07-03 23:31:51.730257077 +0200
@@ -60,9 +60,9 @@
 Tag: unknown-architecture
 Type: warning
 Info: In addition to the special values `all' and `any', the architecture
- names alpha, arm, hppa, hurd-i386, i386, ia64, m68k, mips, mipsel, powerpc,
- 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
+ names alpha, amd64, arm, hppa, hurd-i386, i386, ia64, m68k, mips, mipsel,
+ powerpc, 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.
 
 Tag: too-many-architectures

Reply to: