Author: djpig
Date: 2006-02-03 00:57:23 +0100 (Fri, 03 Feb 2006)
New Revision: 556

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
Log:
Add armeb to %non_standard_archs as requested by
Martin Michlmayr. (Closes: #350653)


Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm 2006-02-02 23:54:09 UTC (rev 555)
+++ trunk/checks/common_data.pm 2006-02-02 23:57:23 UTC (rev 556)
@@ -17,7 +17,7 @@
      'm68k', 'powerpc', 's390', 'sparc', 'any', 'all');
 
 %non_standard_archs = map { $_ => 1 }
-    ('amd64', 'ppc64', 'sh', 'kfreebsd-i386', 'knetbsd-i386');
+    ('amd64', 'armeb', 'ppc64', 'sh', 'kfreebsd-i386', 'knetbsd-i386');
 
 
 %known_sections = map { $_ => 1 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-02-02 23:54:09 UTC (rev 555)
+++ trunk/debian/changelog      2006-02-02 23:57:23 UTC (rev 556)
@@ -3,6 +3,9 @@
   * checks/changelog-file:
     + [FL] Add line number to output of wrong-bug-number-in-closes.
       Inspired by #349761 from Steinar H. Gunderson.
+  * checks/common_data.pm:
+    + [FL] Add armeb to %non_standard_archs as requested by
+      Martin Michlmayr. (Closes: #350653)
   * checks/debhelper:
     + [RA] Recognize setting DH_COMPAT with := in addition to = in
       debian/rules.  (Closes: #349272)


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

Reply via email to