Author: plessy Date: 2009-10-21 10:51:30 +0000 (Wed, 21 Oct 2009) New Revision: 4232
Added: trunk/packages/R/r-cran-randomforest/trunk/debian/upstream-metadata.yaml 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: New upstream release and misc. packaging improvements. Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/changelog 2009-10-21 09:35:51 UTC (rev 4231) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/changelog 2009-10-21 10:51:30 UTC (rev 4232) @@ -1,3 +1,15 @@ +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 <[email protected]> Wed, 21 Oct 2009 18:53:28 +0900 + r-cran-randomforest (4.5-30-1) unstable; urgency=low * New upstream release (Closes: #518259). Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/control 2009-10-21 09:35:51 UTC (rev 4231) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/control 2009-10-21 10:51:30 UTC (rev 4232) @@ -1,19 +1,19 @@ Source: r-cran-randomforest -Section: science +Section: gnu-r Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> 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 +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 (>= 2.7.0~20080408) +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 Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/copyright 2009-10-21 09:35:51 UTC (rev 4231) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/copyright 2009-10-21 10:51:30 UTC (rev 4232) @@ -1,9 +1,7 @@ -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 +Name: randomForest +Contact: Andy Liaw <[email protected]> +Source: http://cran.r-project.org/src/contrib/randomForest_4.5-33.tar.gz -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 @@ -13,21 +11,28 @@ 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. +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-2007 Leo Breiman, Adele Cutler and Merck & Co., Inc. +Copyright: © 2001-2009 Leo Breiman, Adele Cutler and Merck & Co., Inc. License: GPL-2+ - (see above) +(see above) Files: debian/* Copyright: © 2009 Steffen Moeller <[email protected]> © 2009 Charles Plessy <[email protected]> License: GPL-2+ - (see above) +(see above) Added: trunk/packages/R/r-cran-randomforest/trunk/debian/upstream-metadata.yaml =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/upstream-metadata.yaml (rev 0) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/upstream-metadata.yaml 2009-10-21 10:51:30 UTC (rev 4232) @@ -0,0 +1,5 @@ +Archive: http://cran.r-project.org/src/contrib/Archive/randomForest/ +Contact: Andy Liaw <andy_liaw at merck.com> +CRAN: RandomForest +Homepage: http://cran.r-project.org/web/packages/randomForest/ +Name: RandomForest _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
