The following commit has been merged in the master branch:
commit d8dabee96da7e3e7918a4daf7f976ccbf7700cc3
Author: Adam D. Barratt <[EMAIL PROTECTED]>
Date:   Thu Dec 4 19:35:36 2008 +0000

    Only trigger quilt-series-but-no-build-dep if patches/series is a file.
    
    * checks/patch-systems:
      + [ADB] Don't complain about a missing quilt build-dependency if
        the package contains a directory named debian/patches/series.
        (Closes: #507761)

diff --git a/checks/patch-systems b/checks/patch-systems
index a481d32..2a79452 100644
--- a/checks/patch-systems
+++ b/checks/patch-systems
@@ -169,7 +169,8 @@ sub run {
                        }
                }
        } else {
-               if (-r "debfiles/patches/series") {
+               if (-r "debfiles/patches/series" and
+                   -f "debfiles/patches/series") {
                        # 3.0 (quilt) sources don't need quilt as dpkg-source 
will do the work
                        tag "quilt-series-but-no-build-dep" unless 
$quilt_format;
                }
diff --git a/debian/changelog b/debian/changelog
index eb8db24..4856f94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ lintian (2.1.1) unstable; urgency=low
   * checks/changelog{,.desc}:
     + [ADB] Warn when the version of a package changes to Debian native.
       Based on a patch by Michal Čihař.  (Closes: #504070)
+  * checks/patch-systems:
+    + [ADB] Don't complain about a missing quilt build-dependency if
+      the package contains a directory named debian/patches/series.
+      (Closes: #507761)
   * checks/scripts:
     + [ADB] Enhance the test for command-with-path-in-maintainer-script to
       better match executions of the command rather than the use of its name

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to