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

lintian: r327 - in trunk: checks debian



Author: jeroen
Date: 2004-07-06 02:11:23 +0200 (Tue, 06 Jul 2004)
New Revision: 327

Modified:
   trunk/checks/common_data.pm
   trunk/checks/fields.desc
   trunk/debian/changelog
Log:
* checks/common-data.pm:
  + [JvW] Added amd64 to list of known architectures, as the name has
    settled and it'll likely enter the archive soonish (Closes: #257503)


Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2004-07-05 22:25:02 UTC (rev 326)
+++ trunk/checks/common_data.pm	2004-07-06 00:11:23 UTC (rev 327)
@@ -13,8 +13,8 @@
 # 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',

Modified: trunk/checks/fields.desc
===================================================================
--- trunk/checks/fields.desc	2004-07-05 22:25:02 UTC (rev 326)
+++ trunk/checks/fields.desc	2004-07-06 00:11:23 UTC (rev 327)
@@ -69,10 +69,10 @@
 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
- a .dsc file.
+ 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
 Type: error

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-07-05 22:25:02 UTC (rev 326)
+++ trunk/debian/changelog	2004-07-06 00:11:23 UTC (rev 327)
@@ -25,6 +25,8 @@
       parse error
   * checks/common-data.pm:
     + [JvW] Add libgl(u)-dev to list of virtual packages (Closes: #255595)
+    + [JvW] Added amd64 to list of known architectures, as the name has
+      settled and it'll likely enter the archive soonish (Closes: #257503)
   * checks/control-file{,.desc}:
     + [HE] Introduced new check script. New checks:
       - build-info-in-binary-control-file-section, triggered



Reply to: