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

[SCM] Debian package checker branch, master, updated. 2.5.8-11-g577f333



The following commit has been merged in the master branch:
commit 577f333cdf04060b30b0aadd48c3fef037e503ab
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Jun 14 09:17:10 2012 +0200

    Clarify dev-pkg-without-shlib-symlink is emitted for lib pkgs
    
    Clarify that dev-pkg-without-shlib-symlink is emitted for libary
    packages and not the "-dev" packages.  While the latter seems more
    intuative for some (most?) users, Lintian currently detects the
    missing dev symlinks when checking the library package.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/shared-libs.desc b/checks/shared-libs.desc
index 7d13f39..4ed3e20 100644
--- a/checks/shared-libs.desc
+++ b/checks/shared-libs.desc
@@ -76,6 +76,9 @@ Info: A "-dev" package is supposed to install a "libsomething.so" symbolic
  link referencing the corresponding shared library. Notice how the link name
  doesn't include the version number -- this is because such a link is used
  by the linker when other programs are built against this shared library.
+ .
+ Implementation detail: This tag is emitted for the library package and not
+ the "-dev" package.
 Ref: policy 8.4
 
 Tag: non-dev-pkg-with-shlib-symlink
diff --git a/debian/changelog b/debian/changelog
index 4d04949..8d212ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ lintian (2.5.9) UNRELEASED; urgency=low
       dev-pkg-without-shlib-symlink false positives.  Thanks to
       Aurelien Jarno and Stephen M. Webb for the report and the
       patch.  (Closes: #675826, #675832)
+    + [NT] Clarify that dev-pkg-without-shlib-symlink is emitted
+      on library and not "-dev" packages.
 
   * data/scripts/interpreters:
     + [NT] Replace ngp2 with ngraph.  Thanks to Koichi Akabe for

-- 
Debian package checker


Reply to: