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

[SCM] Debian package checker branch, master, updated. 2.2.12-17-g90160de



The following commit has been merged in the master branch:
commit 90160dee9b76c529dea265e0c6417f911b336520
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Fri Jun 26 19:25:24 2009 +0100

    Allow r-base-dev in Build-Depends
    
    * checks/fields:
      + [ADB] If the Debian r-cran makefile include is used in the rules file,
        cdbs, debhelper and r-base-dev are required in Build-Depends.  Thanks,
        Charles Plessy.  (Closes: #534684)

diff --git a/checks/fields b/checks/fields
index 1438d8e..20af81a 100644
--- a/checks/fields
+++ b/checks/fields
@@ -121,15 +121,18 @@ our $PYTHON_DEPEND = 'python | python-dev | python-all | python-all-dev | '
 our @GLOBAL_CLEAN_DEPENDS = (
 	[ ant => qr'^include\s*/usr/share/cdbs/1/rules/ant\.mk' ],
 	[ cdbs => qr'^include\s+/usr/share/cdbs/' ],
+	[ 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' ],
 	[ debhelper => qr'^include\s+/usr/share/cdbs/1/rules/debhelper\.mk' ],
+	[ debhelper => qr'^include\s+/usr/share/R/debian/r-cran\.mk' ],
 	[ dpatch => qr'^include\s+/usr/share/cdbs/1/rules/dpatch\.mk' ],
 	[ 'gnome-pkg-tools' => qr'^include\s+/usr/share/gnome-pkg-tools/' ],
 	[ quilt => qr'^include\s+/usr/share/cdbs/1/rules/patchsys-quilt\.mk' ],
 	[ dpatch => qr'^include\s+/usr/share/dpatch/' ],
 	[ quilt => qr'^include\s+/usr/share/quilt/' ],
 	[ 'ruby-pkg-tools' => qr'^include\s+/usr/share/ruby-pkg-tools/1/class/' ],
+	[ 'r-base-dev' => qr'^include\s+/usr/share/R/debian/r-cran\.mk' ],
 	[ $PYTHON_DEPEND => qr'/usr/share/cdbs/1/class/python-distutils\.mk', 'missing-python-build-dependency' ],
 );
 
diff --git a/debian/changelog b/debian/changelog
index 6a01919..805d346 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ lintian (2.2.13) UNRELEASED; urgency=low
       on libtool.  Thanks, Kurt Roeckx.  (Closes: #534134)
     + [RA] Fix typo in *-contains-ht-tags-file description.  Patch from
       Peter Pentchev.  (Closes: #534218)
+  * checks/fields:
+    + [ADB] If the Debian r-cran makefile include is used in the rules file,
+      cdbs, debhelper and r-base-dev are required in Build-Depends.  Thanks,
+      Charles Plessy.  (Closes: #534684)
   * checks/files{,.desc}:
     + [RA] Allow non-core Python packages to install files into
       /usr/lib/python*/dist-packages, the extension location for Python

-- 
Debian package checker


Reply to: