Author: rra
Date: 2006-06-25 05:35:57 +0200 (Sun, 25 Jun 2006)
New Revision: 684

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
Log:
* checks/common_data.pm:
  + [RA] Add amd64 to the standard architectures.  (Closes: #367324)

Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm 2006-06-25 03:31:54 UTC (rev 683)
+++ trunk/checks/common_data.pm 2006-06-25 03:35:57 UTC (rev 684)
@@ -14,9 +14,11 @@
 
 # simple defines for commonly needed data
 
+# From /usr/share/dpkg/archtable, included here to make lintian results
+# consistent no matter what dpkg one has installed.
 %known_archs = map { $_ => 1 }
-    ('alpha', 'arm', 'hppa', 'hurd-i386', 'i386', 'ia64', 'mips', 'mipsel',
-     'm68k', 'powerpc', 's390', 'sparc', 'any', 'all');
+    ('i386', 'ia64', 'alpha', 'amd64', 'arm', 'hppa', 'm68k', 'mips',
+     'mipsel', 'powerpc', 's390', 'sparc', 'hurd-i386', 'any', 'all');
 
 # From /usr/share/dpkg/cputable, included here to make lintian results
 # consistent no matter what dpkg one has installed.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-06-25 03:31:54 UTC (rev 683)
+++ trunk/debian/changelog      2006-06-25 03:35:57 UTC (rev 684)
@@ -7,6 +7,8 @@
       description from style checks and document this in the log
       description of the tags most likely to trigger on internal
       templates.  (Closes: #368206)
+  * checks/common_data.pm:
+    + [RA] Add amd64 to the standard architectures.  (Closes: #367324)
   * checks/fields:
     + [RA] Allow build-depend on quilt if clean depends on the xsfclean
       rule, for packages maintained by the X Strike Force.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to