[SCM] Debian package checker branch, master, updated. 2.5.0-53-g8de1c7c
The following commit has been merged in the master branch:
commit 8de1c7c6a72f0a68dfd734d06aaedbe9e1456f19
Author: Niels Thykier <niels@thykier.net>
Date: Tue Jun 14 17:00:35 2011 +0200
Removed ldconfig-symlink-before-shlib-in-deb
The code checking for this tag has been out-commented for nearly
3 years now.
diff --git a/checks/shared-libs b/checks/shared-libs
index 91895ae..ac32a5f 100644
--- a/checks/shared-libs
+++ b/checks/shared-libs
@@ -223,11 +223,6 @@ for my $shlib_file (keys %SONAME) {
} else {
tag 'ldconfig-symlink-is-not-a-symlink', "$shlib_file $link_file";
}
-
- # symlink after shlib?
- #if ($info->index->{$link_file} < $info->index->{$shlib_file}) {
- # tag "ldconfig-symlink-before-shlib-in-deb", "$link_file";
- #}
}
}
diff --git a/checks/shared-libs.desc b/checks/shared-libs.desc
index 377cd0f..e09fd84 100644
--- a/checks/shared-libs.desc
+++ b/checks/shared-libs.desc
@@ -69,13 +69,6 @@ Info: The package should not only include the shared library itself, but also
library matches the info in the shlibs file.
Ref: policy 8.1
-Tag: ldconfig-symlink-before-shlib-in-deb
-Severity: important
-Certainty: certain
-Info: In the package contents list, the shared library has to come before
- any symbolic links referencing the shared library.
-Ref: policy 8.1
-
Tag: dev-pkg-without-shlib-symlink
Severity: normal
Certainty: certain
diff --git a/debian/changelog b/debian/changelog
index ec76239..72b2c61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ lintian (2.5.1) UNRELEASED; urgency=low
- non-empty-dependency_libs-in-la-file
+ Removed:
- uses-dh-python-with-no-pycompat
+ - ldconfig-symlink-before-shlib-in-deb
* checks/binaries:
+ [NT] Applied patch from Paul Wise to detect binaries embeddeding
@@ -67,6 +68,7 @@ lintian (2.5.1) UNRELEASED; urgency=low
(Closes: #605012)
* checks/shared-libs{,.desc}:
+ [NT] Added non-empty-dependency_libs-in-la-file. (Closes: #628673)
+ + [NT] Removed ldconfig-symlink-before-shlib-in-deb.
* collection/java:
+ [NT] Fixed a regex that would accept any file ending with "jar" to
diff --git a/t/COVERAGE b/t/COVERAGE
index 976f65a..9be5985 100644
--- a/t/COVERAGE
+++ b/t/COVERAGE
@@ -150,7 +150,6 @@ scripts maintainer-script-needs-depends-on-update-inetd
scripts mknod-in-maintainer-script
shared-libs dev-pkg-without-shlib-symlink
-shared-libs ldconfig-symlink-before-shlib-in-deb
shared-libs ldconfig-symlink-is-not-a-symlink
shared-libs ldconfig-symlink-referencing-wrong-file
shared-libs non-dev-pkg-with-shlib-symlink
--
Debian package checker
Reply to: