[SCM] Debian package checker branch, master, updated. 2.5.1-9-g048b969
The following commit has been merged in the master branch:
commit 048b969d9657b88f55ee4fe91285ca34b1f20f62
Author: Niels Thykier <niels@thykier.net>
Date: Sat Jun 25 11:00:42 2011 +0200
Added .gox as an unstrippable object file
diff --git a/checks/binaries b/checks/binaries
index f70b7a8..049323f 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -286,7 +286,7 @@ foreach my $file (@{$info->sorted_file_info}) {
# Is it an object file (which generally can not be stripped),
# a kernel module, debugging symbols, or perhaps a debugging package?
unless ($file =~ m,\.k?o$, or $pkg =~ m/-dbg$/ or $pkg =~ m/debug/
- or $file =~ m,/lib/debug/,) {
+ or $file =~ m,/lib/debug/, or $file =~ m,\.gox$,o) {
if ($fileinfo =~ m/executable/
and $strings =~ m/^Caml1999X0[0-9][0-9]$/m) {
# Check for OCaml custom executables (#498138)
diff --git a/debian/changelog b/debian/changelog
index c72a3d8..9f94f31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ lintian (2.5.2) UNRELEASED; urgency=low
+ [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)
+ + [NT] Recognise .gox files as object files that cannot be
+ stripped. Thanks to Matthias Klose for the report.
+ (Closes: #624521)
* checks/circular-deps.desc:
+ [NT] Fixed typo; thanks to Nicolás Alvarez for the report
and patch. (Closes: #630925)
--
Debian package checker
Reply to: