--- r-cran-randomforest-4.5-33.orig/debian/watch +++ r-cran-randomforest-4.5-33/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://cran.r-project.org/src/contrib/randomForest_([-0-9\.]*)\.tar\.gz + --- r-cran-randomforest-4.5-33.orig/debian/rules +++ r-cran-randomforest-4.5-33/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/R/debian/r-cran.mk --- r-cran-randomforest-4.5-33.orig/debian/upstream-metadata.yaml +++ r-cran-randomforest-4.5-33/debian/upstream-metadata.yaml @@ -0,0 +1,5 @@ +Archive: http://cran.r-project.org/src/contrib/Archive/randomForest/ +Contact: Andy Liaw +CRAN: RandomForest +Homepage: http://cran.r-project.org/web/packages/randomForest/ +Name: RandomForest --- r-cran-randomforest-4.5-33.orig/debian/control +++ r-cran-randomforest-4.5-33/debian/control @@ -0,0 +1,24 @@ +Source: r-cran-randomforest +Section: gnu-r +Priority: optional +Maintainer: Debian Med Packaging Team +DM-Upload-Allowed: yes +Uploaders: Steffen Moeller , + Charles Plessy +Build-Depends: debhelper (>= 7), cdbs, r-base-dev +Standards-Version: 3.8.3 +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 +Recommends: r-cran-rcolorbrewer +Description: GNU R package implementing the random forest classificator + RandomForest implements Breiman’s random forest algorithm (based on Breiman + and Cutler’s original Fortran code) for classification and regression. It can + also be used in unsupervised mode for assessing proximities among data points. + . + The technique uses multiple decision trees and combines their individual + votes. --- r-cran-randomforest-4.5-33.orig/debian/copyright +++ r-cran-randomforest-4.5-33/debian/copyright @@ -0,0 +1,38 @@ +Name: randomForest +Contact: Andy Liaw +Source: http://cran.r-project.org/src/contrib/randomForest_4.5-33.tar.gz + +Copyright: + The Fortran original of this package was created by Leo Breiman + and Adele Cutler. The R port was performed by its current maintainer + Andy Liaw and Matthew Wiener. +License: GPL-2+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +On a the Debian operating system, the text of the GNU GPL license version 2 can +be consulted in the file ‘/usr/share/common-licenses/GPL-2’. + +Comment: From http://stat-www.berkeley.edu/users/breiman/RandomForests/ + Random Forests(tm) is a trademark of Leo Breiman and Adele Cutler and is + licensed exclusively to Salford Systems for the commercial release of the + software. Our trademarks also include RF(tm), RandomForests(tm), + RandomForest(tm) and Random Forest(tm). + +Files: src/* +Copyright: © 2001-2009 Leo Breiman, Adele Cutler and Merck & Co., Inc. +License: GPL-2+ +(see above) + +Files: debian/* +Copyright: © 2009 Steffen Moeller + © 2009 Charles Plessy +License: GPL-2+ +(see above) --- r-cran-randomforest-4.5-33.orig/debian/changelog +++ r-cran-randomforest-4.5-33/debian/changelog @@ -0,0 +1,31 @@ +r-cran-randomforest (4.5-33-1) unstable; urgency=low + + * New upstream release. + * Added comment on trademarks in debian/copyright. + * Added various informations in debian/upstream-metadata.yaml. + * debian/control: + - Changed section to gnu-r and incremented Standards-Version to + reflect conformance with Policy 3.8.3. + - Use non-versionned dependance on r-base (satisfied in Lenny). + + -- Charles Plessy Wed, 21 Oct 2009 18:53:28 +0900 + +r-cran-randomforest (4.5-30-1) unstable; urgency=low + + * New upstream release (Closes: #518259). + * debian/control: + - DM-Upload-Allowed: yes. + - Depends on debhelper 7 (and uses it with debian/compat). + - Removed versionning on build-dependancy on r-base-dev. + - Added myself as Uploader. + - Corrected description (Closes: #518253, #518142). + * Converted debian/copyright to machine-readable format and added + myself to the Hall of Fame. + + -- Charles Plessy Sun, 15 Mar 2009 15:06:34 +0900 + +r-cran-randomforest (4.5-28-1) unstable; urgency=low + + * Initial release (closes: #510970). + + -- Steffen Moeller Tue, 06 Jan 2009 11:06:58 +0100 --- r-cran-randomforest-4.5-33.orig/debian/compat +++ r-cran-randomforest-4.5-33/debian/compat @@ -0,0 +1 @@ +7