diff -u abind-1.4-0/debian/changelog abind-1.4-0/debian/changelog --- abind-1.4-0/debian/changelog +++ abind-1.4-0/debian/changelog @@ -1,3 +1,13 @@ +abind (1.4-0-2) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + * debian/control: Change Depends to ${R:Depends} + * debian/control: Set Standards-Version: to current version + + * (Re-)building with R 3.0.0 (beta) + + -- Dirk Eddelbuettel Sat, 30 Mar 2013 16:27:02 -0500 + abind (1.4-0-1) unstable; urgency=low * New upstream release diff -u abind-1.4-0/debian/control abind-1.4-0/debian/control --- abind-1.4-0/debian/control +++ abind-1.4-0/debian/control @@ -2,12 +2,12 @@ Section: gnu-r Priority: optional Maintainer: Dirk Eddelbuettel -Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.14.0), cdbs -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.0~20130327), cdbs +Standards-Version: 3.9.4 Package: r-cran-abind Architecture: all -Depends: r-base-core (>= 2.14.0) +Depends: ${R:Depends} Description: GNU R abind multi-dimensional array combination function This package provides the abind function, a generalization of the cbind and rbind function in the R base package. The abind function takes a sequence