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

[SCM] Debian package checker branch, master, updated. 2.0.0-46-gaac0421



The following commit has been merged in the master branch:
commit aac042118af6e623b9aa3d4ef133c7931d0be239
Author: Russ Allbery <rra@debian.org>
Date:   Sun Nov 23 12:31:32 2008 -0800

    Stop checking for a libmodule-build-perl build dependency
    
    * checks/fields:
      + [RA] Stop checking for a libmodule-build-perl build dependency since
        Module::Build now comes with Perl.  Thanks, Raphael Hertzog.
        (Closes: #506697)

diff --git a/checks/fields b/checks/fields
index 70c5234..84ed8c3 100644
--- a/checks/fields
+++ b/checks/fields
@@ -90,7 +90,6 @@ 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' ],
 	[ "po-debconf" => '^\t\s*debconf-updatepo\s' ],
 	[ $python_depend => '^\t\s*python\s', 'missing-python-build-dependency' ],
 	[ $python_depend => '\ssetup\.py\b', 'missing-python-build-dependency' ],
diff --git a/debian/changelog b/debian/changelog
index 06b4433..740cb5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,9 @@ lintian (2.1.0) unstable; urgency=low
     + [ADB] Ignore non-dependency fields when considering whether a
       versioned dependency is satisfied by the perl core packages.
       Based on a patch by Niko Tyni.  (Closes: #500720)
+    + [RA] Stop checking for a libmodule-build-perl build dependency since
+      Module::Build now comes with Perl.  Thanks, Raphael Hertzog.
+      (Closes: #506697)
   * checks/infofiles:
     + [FL] Use $known_shells_regex from common_data.
   * checks/menus:

-- 
Debian package checker


Reply to: