Author: tille Date: 2010-11-22 14:28:15 +0000 (Mon, 22 Nov 2010) New Revision: 5460
Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/README.Debian 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/rules Log: New upstream version, somme packing polishing Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/README.Debian =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/README.Debian 2010-11-22 13:09:09 UTC (rev 5459) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/README.Debian 2010-11-22 14:28:15 UTC (rev 5460) @@ -1,7 +1,7 @@ -Notes on how this package is tested. -──────────────────────────────────── +Notes on how this package can be 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. +This package can be tested by loading it into R with the command +‘library(randomForest)’ in order to confirm its integrity. - -- Charles Plessy <[email protected]> Wed, 24 Mar 2010 12:49:09 +0900 + -- Andreas Tille <[email protected]> Mon, 22 Nov 2010 13:23:45 +0100 Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/changelog 2010-11-22 13:09:09 UTC (rev 5459) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/changelog 2010-11-22 14:28:15 UTC (rev 5460) @@ -1,3 +1,14 @@ +r-cran-randomforest (4.5-36-1) unstable; urgency=low + + * New upstream version + * Added myself to uploaders + * debhelper version >= 7.1) + * Standards-Version: 3.9.1 (no changes needed) + * debian/source/format: 3.0 (quilt) + * debian/README.Debian: Give better advise for testing the package + + -- Andreas Tille <[email protected]> Mon, 22 Nov 2010 15:14:29 +0100 + r-cran-randomforest (4.5-34-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-11-22 13:09:09 UTC (rev 5459) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/control 2010-11-22 14:28:15 UTC (rev 5460) @@ -4,9 +4,10 @@ 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.4 + Charles Plessy <[email protected]>, + Andreas Tille <[email protected]> +Build-Depends: debhelper (>= 7.1), cdbs, r-base-dev +Standards-Version: 3.9.1 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/ Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/rules 2010-11-22 13:09:09 UTC (rev 5459) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/rules 2010-11-22 14:28:15 UTC (rev 5460) @@ -1,8 +1,12 @@ #!/usr/bin/make -f # -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-randomforest package +# Copyright 2009 Steffen Moeller <[email protected]> +# Copyright 2010 Charles Plessy <[email protected]>, Andreas Tille <[email protected]> +# License: GPL 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 +install/$(package):: + echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
