Author: tille Date: 2014-10-23 12:12:33 +0000 (Thu, 23 Oct 2014) New Revision: 18380
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/rules Log: Add xvfb, xauth to Build-Depends Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/changelog 2014-10-23 07:08:41 UTC (rev 18379) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/changelog 2014-10-23 12:12:33 UTC (rev 18380) @@ -5,8 +5,10 @@ [ Andreas Tille ] * New upstream version + * Add xvfb, xauth to Build-Depends + * cme fix dpkg-control - -- Andreas Tille <[email protected]> Tue, 12 Aug 2014 17:17:05 +0200 + -- Andreas Tille <[email protected]> Thu, 23 Oct 2014 14:03:18 +0200 r-cran-randomforest (4.6-7-1) unstable; urgency=low Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/control 2014-10-23 07:08:41 UTC (rev 18379) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/control 2014-10-23 12:12:33 UTC (rev 18380) @@ -6,8 +6,10 @@ Priority: optional Build-Depends: debhelper (>= 9), cdbs, + xvfb, + xauth, r-base-dev -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-randomforest/trunk/ Vcs-Svn: svn://anonscm.debian.org/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 2014-10-23 07:08:41 UTC (rev 18379) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/rules 2014-10-23 12:12:33 UTC (rev 18380) @@ -1,3 +1,5 @@ #!/usr/bin/make -f include /usr/share/R/debian/r-cran.mk + +# xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" \ No newline at end of file _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
