[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: Whitelist pbuilder for dir-or-file-in-build-tree'



This is an automated email from the git hooks/post-receive script.

broucaries-guest pushed a commit to branch master
in repository lintian.

commit dea7c36ea3a89017b7abd4aeb9be559faeb19ffb
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Sun Oct 11 00:07:00 2015 +0200

    Whitelist pbuilder for dir-or-file-in-build-tree'
---
 checks/files.pm  | 2 +-
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/checks/files.pm b/checks/files.pm
index 42f1272..6cf9c53 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -447,7 +447,7 @@ sub run {
             or $fname =~ m,^var/lib/buildd/,
             or $fname =~ m,^build/,
             or $fname =~ m,^tmp/buildd/,) {
-            unless ($source_pkg eq 'sbuild') {
+            unless ($source_pkg eq 'sbuild' || $source_pkg eq 'pbuilder') {
                 tag 'dir-or-file-in-build-tree', $file;
             }
         }
diff --git a/debian/changelog b/debian/changelog
index d82fc10..61c7396 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ lintian (2.5.39) UNRELEASED; urgency=medium
     + [BR] Avoid false positive in minified javascript by
       detecting line with only one colon.
       (Closes: #792365).
+  * checks/files.pm:
+    + [BR] Whitelist pbuilder for dir-or-file-in-build-tree.
 
   * data/spelling/corrections*:
     + [JW] Add more corrections.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: