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

lintian: r514 - in trunk: checks debian



Author: djpig
Date: 2005-12-17 18:31:16 +0100 (Sat, 17 Dec 2005)
New Revision: 514

Modified:
   trunk/checks/binaries
   trunk/checks/common_data.pm
   trunk/debian/changelog
Log:
support c2a suffix in soname check, too (Closes: #340856)


Modified: trunk/checks/binaries
===================================================================
--- trunk/checks/binaries	2005-12-17 15:54:06 UTC (rev 513)
+++ trunk/checks/binaries	2005-12-17 17:31:16 UTC (rev 514)
@@ -132,7 +132,7 @@
 # try to identify transition strings
 my $base_pkg = $pkg;
 $base_pkg =~ s/c102\b//o;
-$base_pkg =~ s/c2\b//o;
+$base_pkg =~ s/c2a?\b//o;
 $base_pkg =~ s/\dg$//o;
 $base_pkg =~ s/-udeb$//o;
 $base_pkg =~ s/^lib64/lib/o;

Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2005-12-17 15:54:06 UTC (rev 513)
+++ trunk/checks/common_data.pm	2005-12-17 17:31:16 UTC (rev 514)
@@ -13,7 +13,7 @@
 # simple defines for commonly needed data
 
 %known_archs = map { $_ => 1 }
-    ('alpha', 'arm', 'hppa', 'hurd-i386', 'i386', 'ia64', 'mips', 'mipsel', 
+    ('alpha', 'arm', 'hppa', 'hurd-i386', 'i386', 'ia64', 'mips', 'mipsel',
      'm68k', 'powerpc', 's390', 'sparc', 'any', 'all');
 
 %non_standard_archs = map { $_ => 1 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-12-17 15:54:06 UTC (rev 513)
+++ trunk/debian/changelog	2005-12-17 17:31:16 UTC (rev 514)
@@ -11,6 +11,8 @@
     + [FL] Some fixes to the statistics code to make the fixes
       in frontend/lintian possible
   
+  * checks/binaries:
+    + [FL] support c2a suffix in soname check, too (Closes: #340856)
   * checks/debhelper:
     + [FL] debhelper compat level 3 is deprecated as well now (Closes: #340222)
 



Reply to: