[SCM] Debian package checker branch, master, updated. 2.5.10-183-gb82a1c5
The following commit has been merged in the master branch:
commit b82a1c52ef42aa2636c0cd7cc1de7c16fa90a92a
Author: Peter Pentchev <roam@ringlet.net>
Date: Fri Aug 31 16:23:54 2012 +0300
c/objdump-info: Collect readelf info from set[ug]id ELF files too
Signed-off-by: Niels Thykier <niels@thykier.net>
diff --git a/collection/objdump-info b/collection/objdump-info
index 097124b..1b091f6 100755
--- a/collection/objdump-info
+++ b/collection/objdump-info
@@ -58,7 +58,7 @@ $opts{pipe_in}->blocking(1);
foreach my $bin ($info->sorted_index) {
my $finfo = $info->file_info ($bin);
- if ($finfo =~ m/^\bELF\b/) {
+ if ($finfo =~ m/\bELF\b/) {
printf {$opts{pipe_in}} "%s\0", $bin;
}
}
diff --git a/debian/changelog b/debian/changelog
index ca645d7..a05e0fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -102,9 +102,12 @@ lintian (2.5.11) UNRELEASED; urgency=low
* collection/deb-format.desc:
+ [NT] Remove unneeded changelog-file from "Needs-Info".
- * collection/objdump-info{-helper,.desc}:
+ * collection/objdump-info{,-helper,.desc}:
+ [NT] Change the output format for the collection and
bump the version of the collection accordingly.
+ + [NT] Apply patch from Peter Pentchev to ensure set{u,g}id
+ ELF binaries are properly processed, even when Lintian is
+ run as root. (Closes: #686352)
* data/fields/archive-sections:
+ [NT] Add new "tasks" section.
--
Debian package checker
Reply to: