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

[SCM] Debian package checker branch, master, updated. 2.5.1-2-ga684a35



The following commit has been merged in the master branch:
commit a684a3526f20729642dac4fac6bf10ae18c292b6
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jun 19 13:56:23 2011 +0200

    Added lib/${MA_DIR} a valid location for public SO files
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/binaries b/checks/binaries
index 7f1fa74..f70b7a8 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -189,6 +189,7 @@ sub lib_soname_path {
 	return 1 if $path =~ m%^(?:\.?/)?lib/[^/]+$%;
 	return 1 if $path =~ m%^(?:\.?/)?usr/lib/[^/]+$%;
 	return 1 if $path =~ m%^(?:\.?/)?usr/X11R6/lib/[^/]+$%;
+	return 1 if defined $dir && $path =~ m%(?:\.?/)?lib/$dir/[^/]++$%;
 	return 1 if defined $dir && $path =~ m%(?:\.?/)?usr/lib/$dir/[^/]++$%;
     }
     return 0;
diff --git a/debian/changelog b/debian/changelog
index 5a98d6a..4ba40d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 lintian (2.5.2) UNRELEASED; urgency=low
 
+  * checks/binaries:
+    + [NT] Added lib/${MULTIARCH_DIR} to the list of paths to
+      check for public shared libraries.  Thanks to Sven Joachim
+      for the report and the patch.  (Closes: #630698)
   * checks/circular-deps.desc:
     + [NT] Fixed typo; thanks to Nicolás Alvarez for the report
       and patch.  (Closes: #630925)

-- 
Debian package checker


Reply to: