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

[SCM] Debian package checker branch, master, updated. 2.2.14-9-g37374b7



The following commit has been merged in the master branch:
commit bfe7da944c7cb63591d82e0ecc58e98caa2a1454
Author: Cesare Tirabassi <norsetto@ubuntu.com>
Date:   Sat Sep 12 13:34:21 2009 -0700

    Fix false positives on dh_quilt calls in debian/rules
    
    * checks/rules:
      + [RA] Anchor the dh_quilt regex to not trigger on commented-out
        calls.  Patch from Cesare Tirabassi.  (Closes: #543259)

diff --git a/checks/rules b/checks/rules
index df17447..5bf103c 100644
--- a/checks/rules
+++ b/checks/rules
@@ -89,7 +89,7 @@ my @RULE_CLEAN_DEPENDS =
      [ "po-debconf" => qr'^\t\s*debconf-updatepo\s' ],
      [ $PYTHON_DEPEND => qr'^\t\s*python\s', 'missing-python-build-dependency' ],
      [ $PYTHON_DEPEND => qr'\ssetup\.py\b', 'missing-python-build-dependency' ],
-     [ 'quilt (>= 0.46-7~)' => qr'\t\s*dh_quilt_.+' ],
+     [ 'quilt (>= 0.46-7~)' => qr'^\t\s*dh_quilt_.+' ],
      [ quilt => qr'^\t\s*(\S+=\S+\s+)*quilt\s' ],
      [ yada => qr'^\t\s*yada\s' ],
     );
diff --git a/debian/changelog b/debian/changelog
index 539f737..917f9eb 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ lintian (2.2.15) UNRELEASED; urgency=low
     + [ADB] Add HTTPS to the list of recognised protocols for URLs in manpages
       which should not cause manpage-has-errors-from-man to be emitted.
       (Closes: #543641)
+  * checks/rules:
+    + [RA] Anchor the dh_quilt regex to not trigger on commented-out
+      calls.  Patch from Cesare Tirabassi.  (Closes: #543259)
 
   * reporting/{html_reports,templates/clean.tmpl}:
     + [JP] Don't link to full report if the maintainer only has clean

-- 
Debian package checker


Reply to: