This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch master in repository r-cran-plyr.
commit 6dd453b402a98363d1500f08eb108c14e47d748b Author: Charles Plessy <[email protected]> Date: Tue May 20 20:18:14 2014 +0900 Depend and build-depend on r-cran-rcpp. --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index e9ea293..5128455 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), cdbs, - r-base-dev + r-base-dev, + r-cran-rcpp Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/r-cran-plyr.git;a=summary Vcs-Git: git://anonscm.debian.org/debian-med/r-cran-plyr.git @@ -15,7 +16,8 @@ Package: r-cran-plyr Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - ${R:Depends} + ${R:Depends}, + r-cran-rcpp Description: Tools for splitting, applying and combining data plyr is a set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each pieces and then put -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-plyr.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
