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

lintian: r1331 - in trunk: checks debian



Author: rra
Date: 2008-06-03 19:14:09 +0200 (Tue, 03 Jun 2008)
New Revision: 1331

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
Log:
* checks/common_data.pm:
  + [RA] armel is now a standard architecture.

Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2008-06-03 01:18:41 UTC (rev 1330)
+++ trunk/checks/common_data.pm	2008-06-03 17:14:09 UTC (rev 1331)
@@ -33,7 +33,7 @@
 # From /usr/share/dpkg/archtable, included here to make lintian results
 # consistent no matter what dpkg one has installed.
 %known_archs = map { $_ => 1 }
-    ('i386', 'ia64', 'alpha', 'amd64', 'arm', 'hppa', 'm68k', 'mips',
+    ('i386', 'ia64', 'alpha', 'amd64', 'arm', 'armel', 'hppa', 'm68k', 'mips',
      'mipsel', 'powerpc', 's390', 'sparc', 'hurd-i386', 'any', 'all');
 
 # From /usr/share/dpkg/cputable, included here to make lintian results

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-03 01:18:41 UTC (rev 1330)
+++ trunk/debian/changelog	2008-06-03 17:14:09 UTC (rev 1331)
@@ -1,5 +1,7 @@
 lintian (1.23.50) unstable; urgency=low
 
+  * checks/common_data.pm:
+    + [RA] armel is now a standard architecture.
   * checks/control-file{.desc,}:
     + [RA] Check for self-dependencies in the source package since the
       current dpkg-gencontrol silently fixes them but they may indicate


Reply to: