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

[SCM] Debian package checker branch, master, updated. 2.4.3-232-g7c045b7



The following commit has been merged in the master branch:
commit 7c045b78fb9697e6829073afbf71cdd2978a14c2
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sun Feb 13 21:33:35 2011 -0600

    Drop some checks for versioned deps that can be satisfied in stable
    
    * checks/rules:
      + [RG] Drop some checks for versioned dependencies that can now be
        satisfied in stable (squeeze).  Thanks, Cyril Brulebois.
        (Closes: #612137)

diff --git a/checks/rules b/checks/rules
index 358db41..61bc175 100644
--- a/checks/rules
+++ b/checks/rules
@@ -35,7 +35,6 @@ our @GLOBAL_CLEAN_DEPENDS =
     (
      [ 'ant | ant1.7' => qr'^include\s*/usr/share/cdbs/1/rules/ant\.mk' ],
      [ cdbs => qr'^include\s+/usr/share/cdbs/' ],
-     [ 'cdbs (>= 0.4.73~)' => qr'^include\s+/usr/share/cdbs/1/class/(?:scons|perl-build)\.mk' ],
      [ cdbs => qr'^include\s+/usr/share/R/debian/r-cran\.mk' ],
      [ dbs => qr'^include\s+/usr/share/dbs/' ],
      [ 'dh-make-php' => qr'^include\s+/usr/share/cdbs/1/class/pear\.mk' ],
@@ -57,7 +56,6 @@ our @GLOBAL_CLEAN_DEPENDS =
 # Build-Depends-Indep as appropriate; and optional tags as above.
 my @GLOBAL_DEPENDS =
     (
-     [ 'debhelper (>= 7.1.0~)' => qr'^\t\s*dh_ocaml\s+.*--(?:runtime-map|no-defined-map|checksum)' ],
      [ 'dh-ocaml (>= 0.9~), ocaml-nox (>= 3.11.1-3~)' => qr'^\t\s*dh_ocaml(?:init|doc)\s' ],
      [ $PYTHON_DEPEND => qr'^\t\s*dh_python\s', 'missing-dh_python-build-dependency' ],
      [ 'python-central' => qr'^\t\s*dh_pycentral\s' ],
@@ -78,8 +76,8 @@ 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\s.*--with\s+(?:\S+,)*quilt' ],
+     [ quilt => qr'^\t\s*dh_quilt_.+' ],
+     [ quilt => qr'^\t\s*dh\s.*--with\s+(?:\S+,)*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 6636429..89fa0dc 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -132,6 +132,10 @@ lintian (2.5.0) UNRELEASED; urgency=low
   * checks/patch-systems{,.desc}
     + [NT] Added check for new unneeded-build-dep-on-quilt.
       (Closes: #582767)
+  * checks/rules:
+    + [RG] Drop some checks for versioned dependencies that can now be
+      satisfied in stable (squeeze).  Thanks, Cyril Brulebois.
+      (Closes: #612137)
   * checks/scripts:
     + [NT] Added mscgen as interpreter.
   * checks/standards-version:

-- 
Debian package checker


Reply to: