[med-svn] r4677 - trunk/packages/R/r-cran-randomforest/trunk/debian

Charles Plessy plessy at alioth.debian.org
Wed Mar 24 04:16:45 UTC 2010


Author: plessy
Date: 2010-03-24 04:16:45 +0000 (Wed, 24 Mar 2010)
New Revision: 4677

Added:
   trunk/packages/R/r-cran-randomforest/trunk/debian/README.Debian
Modified:
   trunk/packages/R/r-cran-randomforest/trunk/debian/changelog
   trunk/packages/R/r-cran-randomforest/trunk/debian/control
   trunk/packages/R/r-cran-randomforest/trunk/debian/copyright
   trunk/packages/R/r-cran-randomforest/trunk/debian/rules
Log:
New upstream release and misc. packaging changes.

  * Incremented Standards-Version (debian/control) to reflect compliance
    with Policy 3.8.4.
  * Depend on a version equal or superior than the R upstream release that
    was used to build this package, using a R:Depends substvar
    (debian/control, debian/rules).
  * Added notes to explain how this package is tested (debian/README.Debian).


Added: trunk/packages/R/r-cran-randomforest/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-randomforest/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/R/r-cran-randomforest/trunk/debian/README.Debian	2010-03-24 04:16:45 UTC (rev 4677)
@@ -0,0 +1,7 @@
+Notes on how this package is tested.
+────────────────────────────────────
+
+After building on the maintainer's computer, this package was locally installed
+and the library loaded into R in order to confirm its integrity.
+
+ -- Charles Plessy <plessy at debian.org>  Wed, 24 Mar 2010 12:49:09 +0900

Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-randomforest/trunk/debian/changelog	2010-03-23 15:19:59 UTC (rev 4676)
+++ trunk/packages/R/r-cran-randomforest/trunk/debian/changelog	2010-03-24 04:16:45 UTC (rev 4677)
@@ -1,3 +1,15 @@
+r-cran-randomforest (4.5-34-1) unstable; urgency=low
+
+  * New upstream release.
+  * Incremented Standards-Version (debian/control) to reflect compliance
+    with Policy 3.8.4.
+  * Depend on a version equal or superior than the R upstream release that
+    was used to build this package, using a R:Depends substvar
+    (debian/control, debian/rules).
+  * Added notes to explain how this package is tested (debian/README.Debian).
+
+ -- Charles Plessy <plessy at debian.org>  Wed, 24 Mar 2010 12:43:58 +0900
+
 r-cran-randomforest (4.5-33-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-randomforest/trunk/debian/control	2010-03-23 15:19:59 UTC (rev 4676)
+++ trunk/packages/R/r-cran-randomforest/trunk/debian/control	2010-03-24 04:16:45 UTC (rev 4677)
@@ -6,14 +6,14 @@
 Uploaders: Steffen Moeller <moeller at debian.org>,
            Charles Plessy <plessy at debian.org>
 Build-Depends: debhelper (>= 7), cdbs, r-base-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-randomforest/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-randomforest/trunk/
 Homepage: http://cran.r-project.org/web/packages/randomForest/
 
 Package: r-cran-randomforest
 Architecture: any
-Depends: ${shlibs:Depends}, r-base-core
+Depends: ${shlibs:Depends}, ${R:Depends}
 Recommends: r-cran-rcolorbrewer
 Description: GNU R package implementing the random forest classificator
  RandomForest implements Breiman’s random forest algorithm (based on Breiman

Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-randomforest/trunk/debian/copyright	2010-03-23 15:19:59 UTC (rev 4676)
+++ trunk/packages/R/r-cran-randomforest/trunk/debian/copyright	2010-03-24 04:16:45 UTC (rev 4677)
@@ -1,6 +1,6 @@
 Name: randomForest
 Contact: Andy Liaw <andy_liaw at merck.com>
-Source: http://cran.r-project.org/src/contrib/randomForest_4.5-33.tar.gz
+Source: http://cran.r-project.org/src/contrib/randomForest_4.5-34.tar.gz
 
 Copyright:
  The Fortran original of this package was created by Leo Breiman

Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-randomforest/trunk/debian/rules	2010-03-23 15:19:59 UTC (rev 4676)
+++ trunk/packages/R/r-cran-randomforest/trunk/debian/rules	2010-03-24 04:16:45 UTC (rev 4677)
@@ -2,3 +2,7 @@
 # 							-*- makefile -*-
 
 include /usr/share/R/debian/r-cran.mk
+
+# Require a number equal or superior than the R version the package was built with.
+install/r-$(debRreposname)-$(cranName)::
+	echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/'))" >> debian/r-$(debRreposname)-$(cranName).substvars




More information about the debian-med-commit mailing list