Author: plessy Date: 2009-03-11 04:23:49 +0000 (Wed, 11 Mar 2009) New Revision: 3173
Added: trunk/packages/R/r-cran-randomforest/trunk/debian/compat 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 Log: Ready for upload, but there are problems with building in Sid. Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/changelog 2009-03-11 02:24:42 UTC (rev 3172) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/changelog 2009-03-11 04:23:49 UTC (rev 3173) @@ -1,3 +1,20 @@ +r-cran-randomforest (4.5-30-1) UNRELEASED; urgency=low + + TODO: cowbuilder complains that libcairo2 and libx11-6 are broken. + Let's wait a few days to see if it works better. + + * 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 <[email protected]> Wed, 11 Mar 2009 12:53:50 +0900 + r-cran-randomforest (4.5-28-1) unstable; urgency=low * Initial release (closes: #510970). Added: trunk/packages/R/r-cran-randomforest/trunk/debian/compat =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/compat (rev 0) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/compat 2009-03-11 04:23:49 UTC (rev 3173) @@ -0,0 +1 @@ +7 Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/control 2009-03-11 02:24:42 UTC (rev 3172) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/control 2009-03-11 04:23:49 UTC (rev 3173) @@ -2,8 +2,10 @@ Section: science Priority: optional Maintainer: Debian-Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 5.0.0), cdbs, r-base-dev (>= 2.7.0~20080408) +DM-Upload-Allowed: yes +Uploaders: Steffen Moeller <[email protected]>, + Charles Plessy <[email protected]> +Build-Depends: debhelper (>= 7), cdbs, r-base-dev Standards-Version: 3.8.0 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/ @@ -14,5 +16,9 @@ Depends: ${shlibs:Depends}, r-base-core (>= 2.7.0~20080408) Recommends: r-cran-rcolorbrewer Description: GNU R package implementing the random forest classificator - The technique uses multiple descision trees and combines - their individual votes. + 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. Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/copyright 2009-03-11 02:24:42 UTC (rev 3172) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/copyright 2009-03-11 04:23:49 UTC (rev 3173) @@ -1,20 +1,33 @@ -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 <[email protected]> and Matthew Wiener. +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: randomForest +Upstream-Maintainer: Andy Liaw <[email protected]> +Upstream-Source: http://cran.r-project.org/src/contrib/randomForest_4.5-30.tar.gz -This package was created by Steffen Moeller <[email protected]>. +Files: * +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 <[email protected]> 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. +X-Comment: 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. -The sources were downloaded from - http://www.rqtl.org/download -or - http://cran.r-project.org/src/contrib/ +Files: src/* +Copyright: © 2001-2007 Leo Breiman, Adele Cutler and Merck & Co., Inc. +License: GPL-2+ + (see above) -The package was renamed from its upstream name 'randomForest' to -'r-cran-randomforest' to highlight the fact that is it a package for R -within the CRAN archive. - -Copyright (C) 2001-2007 Leo Breiman, Adele Cutler and Merck & Co., Inc. -and released under the GNU General Public License (GPL) version 2 or later. - -On a Debian GNU/Linux system, the GPL license is included in the file -/usr/share/common-licenses/GPL. +Files: debian/* +Copyright: © 2009 Steffen Moeller <[email protected]> + © 2009 Charles Plessy <[email protected]> +License: GPL-2+ + (see above) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
