On Tue, 11 Nov 2014, Andreas Tille wrote:

> All R packages are building with
> 
> include /usr/share/R/debian/r-cran.mk
> 
> which contains:
> 
> rversion        := $(shell dpkg-query -W -f='$${Version}' r-base-dev)
> ...
>                 ## support ${R:Depends} via debian/${package}.substvars
>                 echo "R:Depends=r-base-core (>= ${rversion})" >> 
> debian/$(package).substvars

So, would this patch to the current r-base package improve things if
applied to the version in unstable?

diff --git a/debian/r-cran.mk b/debian/r-cran.mk
index e366f6b..0550173 100644
--- a/debian/r-cran.mk
+++ b/debian/r-cran.mk
@@ -60,7 +60,7 @@ endif
 #rversion      := $(shell zcat /usr/share/doc/r-base-dev/changelog.Debian.gz | 
\
 #                      dpkg-parsechangelog -l- --count 1  | \
 #                      awk '/^Version/ {print $$2}')
-rversion       := $(shell dpkg-query -W -f='$${Version}' r-base-dev)
+rversion       := $(shell dpkg-query -W -f='$${Version}' r-base-dev | perl -ne 
'print /([0-9]\.[0-9])/')
 
 ## we use these results for the to-be-installed-in directory
 debRlib                := $(CURDIR)/debian/$(package)/$(debRdir)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/alpine.deb.2.11.1411112217280.11...@cantor.unex.es

Reply via email to