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

lintian: r932 - in trunk: checks debian



Author: cjwatson
Date: 2007-07-30 10:57:57 +0200 (Mon, 30 Jul 2007)
New Revision: 932

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
Log:
  + [CW] Update architectures to dpkg 1.14.5, adding solaris-* and lpia.

Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2007-07-24 02:32:22 UTC (rev 931)
+++ trunk/checks/common_data.pm	2007-07-30 08:57:57 UTC (rev 932)
@@ -48,19 +48,20 @@
 # foo-<cpu> rules.  Note that linux is not present in the current dpkg and
 # hence is not present here.
 %all_oses = map { $_ => 1 }
-    ('kfreebsd', 'knetbsd', 'hurd', 'freebsd', 'openbsd', 'netbsd', 'darwin');
+    ('kfreebsd', 'knetbsd', 'hurd', 'freebsd', 'openbsd', 'netbsd', 'darwin',
+     'solaris');
 
 # Yes, this includes combinations that are rather unlikely to ever exist, like
 # hurd-sh3, but the chances of those showing up as errors are rather low and
 # this reduces the necessary updating.
 #
-# armel is a special case, so handle it separately here.  (It's handled
-# separately in /usr/share/dpkg/triplettable.)
+# armel and lpia are special cases, so handle them separately here.  (They're
+# handled separately in /usr/share/dpkg/triplettable.)
 %non_standard_archs = map { $_ => 1 }
     grep { !$known_archs{$_} }
         (keys %all_cpus,
          map { my $os = $_; map { "$os-$_" } keys %all_cpus } keys %all_oses),
-    ('armel');
+    ('armel', 'lpia');
 
 
 %known_sections = map { $_ => 1 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-07-24 02:32:22 UTC (rev 931)
+++ trunk/debian/changelog	2007-07-30 08:57:57 UTC (rev 932)
@@ -2,6 +2,7 @@
 
   * checks/common_data.pm:
     + [CW] Add automaken as a known virtual package.
+    + [CW] Update architectures to dpkg 1.14.5, adding solaris-* and lpia.
   * checks/cruft{.desc,}:
     + [RA] Check for .git directories in source packages.  Thanks, Julien
       Cristau.  (Closes: #433516)



Reply to: