[SCM] Debian package checker branch, master, updated. 2.5.0-43-ge4c5e97
The following commit has been merged in the master branch:
commit e4c5e972d0028b3ef95c9f84b640ae6f9ba7e395
Author: Colin Watson <cjwatson@debian.org>
Date: Fri Jun 10 15:14:04 2011 +0100
Don't issue missing-pre-dependency-on-multiarch-support for udebs
diff --git a/checks/files b/checks/files
index 4d0c501..e9efaf4 100644
--- a/checks/files
+++ b/checks/files
@@ -729,7 +729,7 @@ foreach my $file (@{$info->sorted_index}) {
}
}
- if ($pkg !~ m/^libc[0-9]/o && $file =~ m,^(?:usr/)?lib/([^/]+)/lib[^/]+(?:-\d[^/]*\.so|\.so\.[^/]+)$,o) {
+ if ($type ne 'udeb' && $pkg !~ m/^libc[0-9]/o && $file =~ m,^(?:usr/)?lib/([^/]+)/lib[^/]+(?:-\d[^/]*\.so|\.so\.[^/]+)$,o) {
my $subdir = $1;
$TRIPLETS = Lintian::Data->new('files/triplets', '\s+')
unless defined($TRIPLETS);
diff --git a/debian/changelog b/debian/changelog
index f3eacef..a79fd91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,8 @@ lintian (2.5.1) UNRELEASED; urgency=low
(Closes: #628754)
+ [NT] Added bad-perm-for-file-in-etc-sudoers.d tag.
(Closes: #588831)
+ + [CW] Don't issue missing-pre-dependency-on-multiarch-support for
+ udebs.
* checks/java{,.desc}:
+ [NT] Sort the jar files by name, so they are checked in the same
order.
--
Debian package checker
Reply to: