[pkg-bioc] svn commit r314 r314 - in /trunk/tools-ng: TODO r_pkg_prepare.sh

psychedelys-guest at users.alioth.debian.org psychedelys-guest at users.alioth.debian.org
Mon Sep 24 09:22:23 UTC 2007


Author: psychedelys-guest
Date: Mon Sep 24 09:22:23 2007
New Revision: 314

URL: http://svn.debian.org/wsvn/pkg-bioc/?sc=1&rev=314
Log:
* CowBuilder is now the default build mode (it's really quick
* updated the TODO list

Modified:
    trunk/tools-ng/TODO
    trunk/tools-ng/r_pkg_prepare.sh

Modified: trunk/tools-ng/TODO
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/tools-ng/TODO?rev=314&op=diff
==============================================================================
--- trunk/tools-ng/TODO (original)
+++ trunk/tools-ng/TODO Mon Sep 24 09:22:23 2007
@@ -6,6 +6,7 @@
 * write web.pm : generating static page, according to the previous build result.
 * reread CRAN2DEB.pm :several strange stuff inside, need to go furthers inside
 * update the extraTarget lists
+* update the extraTarget mecanism: all binary package, need an extra clean rules ?
 * update the builddep of some package with xvfb, xbase-clients, xfonts-base
    usr/share/R/debian/r-cran.mk is good in r-base-dev 2.6.0~20070918-1  (/usr/bin/xvfb-run)
 * update the need package code, with a lazy load test, and output the debname of the package which are require on the system.

Modified: trunk/tools-ng/r_pkg_prepare.sh
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/tools-ng/r_pkg_prepare.sh?rev=314&op=diff
==============================================================================
--- trunk/tools-ng/r_pkg_prepare.sh (original)
+++ trunk/tools-ng/r_pkg_prepare.sh Mon Sep 24 09:22:23 2007
@@ -31,7 +31,7 @@
 # Which methods are we using for Building package ?
 # Be Warm that the name given here must match a pm file
 # Are actually working : PBuilder CowBuilder
-installMethods="PBuilder"
+installMethods="CowBuilder"
 
 ### END TO EDIT, START MODE READ-ONLY!!!
 




More information about the pkg-bioc-devel mailing list