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

lintian: r475 - in trunk: checks debian



Author: djpig
Date: 2005-08-15 00:18:10 +0200 (Mon, 15 Aug 2005)
New Revision: 475

Modified:
   trunk/checks/binaries
   trunk/debian/changelog
Log:
Remove trailing .so from SONAMEs


Modified: trunk/checks/binaries
===================================================================
--- trunk/checks/binaries	2005-08-14 22:11:50 UTC (rev 474)
+++ trunk/checks/binaries	2005-08-14 22:18:10 UTC (rev 475)
@@ -127,7 +127,7 @@
 my $match_found = 0;
 foreach my $expected_name (@sonames) {
     $expected_name =~ s/([0-9])\.so\./$1-/;
-    $expected_name =~ s/\.so\.//o;
+    $expected_name =~ s/\.so(\.|$)//o;
     $expected_name =~ s/_/-/o;
 
     if ((lc($expected_name) eq $pkg)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-14 22:11:50 UTC (rev 474)
+++ trunk/debian/changelog	2005-08-14 22:18:10 UTC (rev 475)
@@ -14,6 +14,7 @@
     + [FL] Replace any occurence of _ in the SONAME with - since the
       former isn't allowed in package names but occasionally used in
       sonames
+    + [FL] Remove trailing .so from SONAMEs
   * checks/changelog-file:
     + [FL] Detect old FSF address additionally to the even older
       one



Reply to: