[pkg-bioc] svn commit r340 r340 - in /trunk/tools-ng: CRAN2DEB.pm r_pkg_prepare.sh

psychedelys-guest at users.alioth.debian.org psychedelys-guest at users.alioth.debian.org
Sat Oct 13 12:11:54 UTC 2007


Author: psychedelys-guest
Date: Sat Oct 13 12:11:54 2007
New Revision: 340

URL: http://svn.debian.org/wsvn/pkg-bioc/?sc=1&rev=340
Log:
updated for R 2.6 && bioc 2.1

Modified:
    trunk/tools-ng/CRAN2DEB.pm
    trunk/tools-ng/r_pkg_prepare.sh

Modified: trunk/tools-ng/CRAN2DEB.pm
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/tools-ng/CRAN2DEB.pm?rev=340&op=diff
==============================================================================
--- trunk/tools-ng/CRAN2DEB.pm (original)
+++ trunk/tools-ng/CRAN2DEB.pm Sat Oct 13 12:11:54 2007
@@ -235,7 +235,7 @@ sub writeConfig($$$) {
     print FILE "Priority: optional\n"
       . "Maintainer: $maintainer\n"
       . "Standards-Version: 3.7.0\n"
-      . "Build-Depends$indep: r-base-dev (>> 2.3.0), debhelper (>> 4.0.0), cdbs"
+      . "Build-Depends$indep: r-base-dev (>= 2.6.0), debhelper (>> 4.0.0), cdbs"
       . "$bdps\n" . "\n"
       . "Package: "
       . $pkg->{DebNamePackage} . "\n"
@@ -243,7 +243,7 @@ sub writeConfig($$$) {
       . $pkg->{arch} . "\n"
       . "Depends: "
       . $pkg->{archdeps}
-      . " r-base-core $dps\n";
+      . " r-base-core (>= 2.6.0) $dps\n";
 
     my $p = $pkg->{Package};
 

Modified: trunk/tools-ng/r_pkg_prepare.sh
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/tools-ng/r_pkg_prepare.sh?rev=340&op=diff
==============================================================================
--- trunk/tools-ng/r_pkg_prepare.sh (original)
+++ trunk/tools-ng/r_pkg_prepare.sh Sat Oct 13 12:11:54 2007
@@ -39,7 +39,7 @@ installMethods="CowBuilder"
 AUTOVARS="autogenerate-variable.out"
 
 # Current bioc name
-bioccurrent='bioc-2.0'
+bioccurrent='bioc-2.1'
 
 # The current directory is called tools
 PWDDIR=`pwd`




More information about the pkg-bioc-devel mailing list