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

[SCM] Debian package checker branch, master, updated. 1.24.4-110-g461090e



The following commit has been merged in the master branch:
commit 62c48f238ff57eec8daa545784ea26f1bbc01de3
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Fri Sep 12 01:21:17 2008 +0200

    checks/fields: Add ant to @rule_clean_depends.  (Closes: #498135)

diff --git a/checks/fields b/checks/fields
index 045b51c..670cd34 100644
--- a/checks/fields
+++ b/checks/fields
@@ -87,6 +87,7 @@ my @global_depends = (
 # regex matches in one of clean, build-arch, binary-arch, or a rule they
 # depend on, this package is allowed (and required) in Build-Depends.
 my @rule_clean_depends = (
+	[ ant => '^\t\s*ant\s' ],
 	[ debhelper => '^\t\s*dh_.+' ],
 	[ dpatch => '^\t\s*dpatch\s' ],
 	[ 'libmodule-build-perl' => '(^\t|\|\|)\s*(perl|\$\(PERL\))\s+Build\b' ],
diff --git a/debian/changelog b/debian/changelog
index 6adcb60..bf252fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,7 @@ lintian (2.0.0~rc1) experimental; urgency=low
       not listed first.  As with Depends, an info tag will still be issued
       for such packages.  (Closes: #496875)
     + [FL] Check Enhances together with the other relational fields.
+    + [FL] Add ant to @rule_clean_depends.  (Closes: #498135)
   * checks/files{,.desc}:
     + [RA,FL] Patches from Raphael Geissert:
       - Check for embedding copies of jsjac and jsMath.

-- 
Debian package checker


Reply to: