Author: tille Date: 2016-04-28 09:35:08 +0000 (Thu, 28 Apr 2016) New Revision: 21785
Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/changelog trunk/packages/R/r-cran-dplyr/trunk/debian/control Log: Add missing depends: r-cran-rcpp Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-dplyr/trunk/debian/changelog 2016-04-28 09:26:07 UTC (rev 21784) +++ trunk/packages/R/r-cran-dplyr/trunk/debian/changelog 2016-04-28 09:35:08 UTC (rev 21785) @@ -1,3 +1,9 @@ +r-cran-dplyr (0.4.3-3) unstable; urgency=medium + + * Add missing depends: r-cran-rcpp + + -- Andreas Tille <[email protected]> Thu, 28 Apr 2016 11:27:58 +0200 + r-cran-dplyr (0.4.3-2) unstable; urgency=medium * Add missing depends r-cran-assertthat (and others) Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-dplyr/trunk/debian/control 2016-04-28 09:26:07 UTC (rev 21784) +++ trunk/packages/R/r-cran-dplyr/trunk/debian/control 2016-04-28 09:35:08 UTC (rev 21785) @@ -13,7 +13,7 @@ r-cran-assertthat, r-cran-r6, libboost-dev (>= 1.58.0) -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-dplyr/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-dplyr/trunk/ Homepage: https://cran.r-project.org/web/packages/dplyr/ @@ -23,6 +23,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, ${R:Depends}, + r-cran-rcpp, r-cran-magrittr, r-cran-dbi, r-cran-lazyeval, _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
