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

[SCM] Debian package checker branch, master, updated. 2.3.3-51-gaf6d9de



The following commit has been merged in the master branch:
commit ad028646c93fd488c960d79e19d324a226a373c8
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sat Mar 20 23:20:11 2010 -0600

    Require a versioned b-d on cdbs if scons.mk or perl-build.mk are used
    
    * checks/rules:
      + [RG] Require a versioned build-dependency on cdbs if scons.mk or
        perl-build.mk are used.  (Closes: #574744)

diff --git a/checks/rules b/checks/rules
index bc4e62c..a3ae42a 100644
--- a/checks/rules
+++ b/checks/rules
@@ -35,6 +35,7 @@ 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' ],
diff --git a/debian/changelog b/debian/changelog
index 2e27c05..a6b8b65 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,8 @@ lintian (2.3.4) UNRELEASED; urgency=low
   * checks/rules:
     + [RA] Allow ant1.7 to satisfy a build requirement for ant.  Thanks,
       Rene Engelhard.  (Closes: #572430)
+    + [RG] Require a versioned build-dependency on cdbs if scons.mk or
+      perl-build.mk are used.  (Closes: #574744)
   * checks/scripts:
     + [ADB] Update the list of octave interpreters, adding octave3.2
       (Closes: #574048) and removing octave2.1 (only available in lenny

-- 
Debian package checker


Reply to: