search for: crannamelc

Displaying 1 result from an estimated 1 matches for "crannamelc".

2003 Dec 31
1
RFC on first public draft of 'Debian R Policy'
...<edd@debian.org> include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/langcore.mk ## We need the CRAN (upstream) name cranName := $(shell grep Package: DESCRIPTION | cut -f2 -d" ") ## and we need to build a Debian Policy-conformant lower-case package name cranNameLC := $(shell echo $(cranName) | tr "[A-Z]" "[a-z]" | tr "." "-" ) ## which we can use to build the package directory package := r-cran-$(cranNameLC) ## which we use for the to-be-installed-in directory debRlib :=$(CURDIR)/debian/$(package)/usr/lib/R/site-lib...