This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-igraph.
commit fd101ff6dfef29ed8526e138727548db27d4dae9 Author: Andreas Tille <[email protected]> Date: Thu Jul 7 14:08:00 2016 +0200 Add missing (Build-)Depends: r-cran-magrittr --- debian/changelog | 3 ++- debian/control | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index a1c37a2..8a382f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ r-cran-igraph (1.0.1-1) UNRELEASED; urgency=medium * New upstream version * Moved packaging from SVN to Git - TODO: ERROR: dependencies 'magrittr', 'NMF', 'irlba' are not available for package 'igraph' + * Add missing (Build-)Depends: r-cran-magrittr + TODO: ERROR: dependencies 'NMF', 'irlba' are not available for package 'igraph' -- Andreas Tille <[email protected]> Wed, 06 Apr 2016 09:22:14 +0200 diff --git a/debian/control b/debian/control index 4d1a7bc..33653de 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,9 @@ Priority: optional Build-Depends: debhelper (>= 9), cdbs, r-base-dev, - r-cran-matrix -Standards-Version: 3.9.7 + r-cran-matrix, + r-cran-magrittr +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-igraph.git Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-igraph.git Homepage: http://cran.r-project.org/web/packages/igraph/ @@ -17,7 +18,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${R:Depends}, ${misc:Depends}, - r-cran-matrix + r-cran-matrix, + r-cran-magrittr Description: GNU R network analysis and visualization This GNU R package provides routines for simple graphs and network analysis. igraph can handle large graphs very well and provides -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-igraph.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
