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

[SCM] Debian package checker branch, master, updated. 2.5.10-185-g4b323d6



The following commit has been merged in the master branch:
commit 4b323d6463ba635667716673ca0bf93d7241523d
Author: Leo 'costela' Antunes <costela@debian.org>
Date:   Tue Oct 2 19:47:03 2012 +0200

    c/shared-libs: Add missing "+" in libtool regex
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/shared-libs b/checks/shared-libs
index 2f7b34e..f108a03 100644
--- a/checks/shared-libs
+++ b/checks/shared-libs
@@ -228,7 +228,7 @@ for my $shlib_file (keys %SONAME) {
     }
 
     # libtool "-release" variant
-    $link_file =~ s/-[\d\.]\.so$/.so/o;
+    $link_file =~ s/-[\d\.]+\.so$/.so/o;
     # determine shlib link name (w/o version)
     $link_file =~ s/\.so.+$/.so/o;
 
diff --git a/debian/changelog b/debian/changelog
index fa6a148..0c8cfab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -88,9 +88,11 @@ lintian (2.5.11) UNRELEASED; urgency=low
     + [NT] Check for untranslatable templates that should be
       translatable.  Thanks to David Prévot for the report and the
       patch.  (Closes: #686179)
-  * checks/shared-libs.desc:
+  * checks/shared-libs{,.desc}:
     + [NT] Clearify the description of dev-pkg-without-shlib-symlink
       to mention that the dev symlink is always expected in /usr.
+    + [NT] Add missing "+" in libtool regex.  Thanks to Leo 'costela'
+      Antunes for the report.
   * checks/scripts{,.desc}:
     + [NT] Retire check for dpkg-maintscript-helper in preinst.
       (Closes: #685497)

-- 
Debian package checker


Reply to: