[pkg-bioc] Repository name for cdbs
Johannes Ranke
jranke at uni-bremen.de
Thu Feb 8 14:42:21 CET 2007
Hi,
what about creating r-bioc.mk, in order to avoid confusion? I just
remember that I couldn't find a pkg-cran project when I joined this
project, and this caused confusion (but then maybe I am just easily
confused...)
Johannes
* Steffen Moeller <moeller at inb.uni-luebeck.de> [070208 14:10]:
> Hi,
>
> I presume I am sending this to the list only to make it look a bit more active
> and to say "Hi,".
>
> Dirk, could you please apply this magic patch to allow for varying repository
> names? The bioc packages are otherwise all empty :o)
>
> Many thanks
>
> Steffen
>
> --- 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
> --- 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
--
Dr. Johannes Ranke jranke at uni-bremen.de Key ID: F649AF90
UFT Bremen, Leobenerstr. 1 +49 421 218 8971
D-28359 Bremen http://www.uft.uni-bremen.de/chemie/ranke
More information about the pkg-bioc-devel
mailing list