This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-stringr.
commit a56caecafb18f0e6e7e483e6fa41f2a2a06539a9 Author: Andreas Tille <[email protected]> Date: Fri May 23 11:22:42 2014 +0200 remove dependency from r-cran-plyr --- debian/changelog | 2 ++ debian/control | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 19169e1..d2b2a43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ r-cran-stringr (0.6.2-2) UNRELEASED; urgency=medium * cme fix dpkg-control * debhelper 9 + * remove dependency from r-cran-plyr + Closes: #748985 -- Andreas Tille <[email protected]> Sat, 18 Jan 2014 14:40:33 +0100 diff --git a/debian/control b/debian/control index 55aa182..2f244fd 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,7 @@ Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), cdbs, - r-base-dev, - r-cran-plyr + r-base-dev Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/r-cran-stringr.git Vcs-Git: git://anonscm.debian.org/debian-med/r-cran-stringr.git @@ -16,8 +15,7 @@ Package: r-cran-stringr Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, - ${R:Depends}, - r-cran-plyr + ${R:Depends} Description: Make it easier to work with strings stringr is a set of simple wrappers that make R's string functions more consistent, simpler and easier to use. It does this by ensuring that: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-stringr.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
