[pkg-bioc] patch

David Vernazobres dv at uni-muenster.de
Tue Mar 27 10:53:25 CET 2007


Hi Dirk,
Hi all,

>From the original threads of Steffen in February, I do not see a lot 
of opposition. Could you add this patch to r-base-dev ?
Or are they some problem ?
It's a big problematic bit for using the automatic pbuilder with Bioc
and Omegahat... without it it's building empty packages...
best regards, 
david

> Steffen Moeller <moeller at inb.uni-luebeck.de> [070208 14:10]:
> --- r-cran.mk.orig      2007-02-08 13:37:08.000000000 +0100
> +++ /usr/share/R/debian/r-cran.mk       2007-02-08 13:51:01.000000000
> +0100
> @@ -19,7 +19,10 @@
>  cranName        := $(shell awk "$(awkString)" DESCRIPTION)
> 
>  ## and use the result to build the Debian'ized package name
> -package                := r-cran-$(cranName)
> +ifeq ($(debRreposname),)
> +debRreposname := cran
> +endif
> +package                := r-$(debRreposname)-$(cranName)
> 
>  ## which we use for the to-be-installed-in directory
>  debRlib
>  :=$(CURDIR)/debian/$(package)/usr/lib/R/site-library



-- 
David VERNAZOBRES, PhD student                     | dv at uni-muenster.de
Division of Bioinformatics, University of Muenster | Schlossplatz 4
(+49)(251)8321635                                  | D48149 Muenster
http://www.uni-muenster.de/Evolution.ebb/          | Germany



More information about the pkg-bioc-devel mailing list