The following commit has been merged in the master branch:
commit 321b07c6e0a6d08ffcf2f5e034a14aa180234f0e
Author: Russ Allbery <r...@debian.org>
Date:   Sat Jan 17 11:56:28 2009 -0800

    Don't trigger empty-debian-diff on native packages

diff --git a/checks/cruft b/checks/cruft
index f8c4e70..c10a4bb 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -119,7 +119,7 @@ if (defined $info->field('build-depends')) {
 # wanted function.  We don't want to make them global because we'll then leak
 # that data across packages in a large Lintian run.
 my %warned;
-check_diffstat("diffstat", \%warned);
+check_diffstat("diffstat", \%warned) unless $info->native;
 my $wanted = sub { find_cruft($pkg, $info, \%warned, $atdinbd) };
 find($wanted, 'unpacked');
 

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to debian-lint-maint-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to