This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-shiny.
commit b3cea594e9cf7f9a0c5620d8ec041ebc51ee0245 Author: Andreas Tille <[email protected]> Date: Thu Apr 28 00:19:27 2016 +0200 Add missing Depends: r-cran-ggplot2 --- debian/changelog | 6 ++++++ debian/control | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a7d98ad..c2d444e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +r-cran-shiny (0.13.2+dfsg-2) unstable; urgency=medium + + * Add missing Depends: r-cran-ggplot2 + + -- Andreas Tille <[email protected]> Thu, 28 Apr 2016 00:19:22 +0200 + r-cran-shiny (0.13.2+dfsg-1) unstable; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index 8ee472e..ff1d722 100644 --- a/debian/control +++ b/debian/control @@ -52,7 +52,8 @@ Depends: ${misc:Depends}, r-cran-xtable, r-cran-digest, r-cran-r6, - r-cran-htmltools + r-cran-htmltools, + r-cran-ggplot2 Description: GNU R web application framework Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-shiny.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
