Re: Update on R 3.0.0 migration (Was: R 3.0.0 and required rebuilds of all reverse Depends: of R)

2013-04-07 Thread Philip Rinn
On 07.04.2013 03:07, Julian Gilbey wrote: Ah, thanks Chris, I wasn't aware of that! But then it seems to me that the correct lines should be: Build-Depends: ..., r-base-dev, ... [...] Depends: ..., ${R:Depends}, ... as the source package is *not* dependent upon the R version, only the

Re: Update on R 3.0.0 migration (Was: R 3.0.0 and required rebuilds of all reverse Depends: of R)

2013-04-07 Thread Julian Gilbey
On Sun, Apr 07, 2013 at 11:17:31AM +0200, Philip Rinn wrote: On 07.04.2013 03:07, Julian Gilbey wrote: Ah, thanks Chris, I wasn't aware of that! But then it seems to me that the correct lines should be: Build-Depends: ..., r-base-dev, ... [...] Depends: ..., ${R:Depends}, ...

Re: Update on R 3.0.0 migration (Was: R 3.0.0 and required rebuilds of all reverse Depends: of R)

2013-04-07 Thread Dirk Eddelbuettel
On 7 April 2013 at 13:01, Julian Gilbey wrote: | On Sun, Apr 07, 2013 at 11:17:31AM +0200, Philip Rinn wrote: | On 07.04.2013 03:07, Julian Gilbey wrote: | Ah, thanks Chris, I wasn't aware of that! But then it seems to me | that the correct lines should be: | | Build-Depends: ...,

Re: Update on R 3.0.0 migration (Was: R 3.0.0 and required rebuilds of all reverse Depends: of R)

2013-04-06 Thread Julian Gilbey
On Fri, Apr 05, 2013 at 09:04:41PM -0500, Dirk Eddelbuettel wrote: First off, let me apologize. I clearly did this the wrong way and should have contacted -release and -devel beforehand. My bad -- I'm sorry for extra work this created for the release managers and maintainer, particularly at

Re: Update on R 3.0.0 migration (Was: R 3.0.0 and required rebuilds of all reverse Depends: of R)

2013-04-06 Thread Chris Lawrence
On Sat, Apr 6, 2013 at 4:55 PM, Julian Gilbey j...@debian.org wrote: So something doesn't make sense somewhere: if my package doesn't care which version of R it's building against, but R itself cares, then surely there should be some way of querying r-base-dev during the build process to

Re: Update on R 3.0.0 migration (Was: R 3.0.0 and required rebuilds of all reverse Depends: of R)

2013-04-06 Thread Dirk Eddelbuettel
On 6 April 2013 at 19:30, Chris Lawrence wrote: | On Sat, Apr 6, 2013 at 4:55 PM, Julian Gilbey j...@debian.org wrote: | So something doesn't make sense somewhere: if my package doesn't care | which version of R it's building against, but R itself cares, then | surely there should be some way

Re: Update on R 3.0.0 migration (Was: R 3.0.0 and required rebuilds of all reverse Depends: of R)

2013-04-06 Thread Dirk Eddelbuettel
On 6 April 2013 at 21:55, Julian Gilbey wrote: | R print(todo[ order(todo[,2]), ], row.names=FALSE) | pkg maint | r-cran-erm j...@debian.org | r-cran-raschsampler

Re: Update on R 3.0.0 migration (Was: R 3.0.0 and required rebuilds of all reverse Depends: of R)

2013-04-06 Thread Julian Gilbey
On Sat, Apr 06, 2013 at 07:48:20PM -0500, Dirk Eddelbuettel wrote: | If you're using cdbs and r-cran.mk in debian/rules, you can add | Depends: ${R:Depends} to debian/control to pick up the current binary | dependency. I've migrated almost all of my packages over and it makes | life easier.