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 00792448bb662e6adbd4d12feed7609bd3f67934 Author: Andreas Tille <[email protected]> Date: Thu Jul 7 19:55:09 2016 +0200 Add missing (Build-)Depends --- debian/changelog | 3 +-- debian/control | 8 ++++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8a382f1..8c01d04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,7 @@ r-cran-igraph (1.0.1-1) UNRELEASED; urgency=medium * New upstream version * Moved packaging from SVN to Git - * Add missing (Build-)Depends: r-cran-magrittr - TODO: ERROR: dependencies 'NMF', 'irlba' are not available for package 'igraph' + * Add missing (Build-)Depends: r-cran-magrittr, r-cran-nmf, r-cran-irlba -- Andreas Tille <[email protected]> Wed, 06 Apr 2016 09:22:14 +0200 diff --git a/debian/control b/debian/control index 33653de..d0840c1 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,9 @@ Build-Depends: debhelper (>= 9), cdbs, r-base-dev, r-cran-matrix, - r-cran-magrittr + r-cran-magrittr, + r-cran-nmf, + r-cran-irlba 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 @@ -19,7 +21,9 @@ Depends: ${shlibs:Depends}, ${R:Depends}, ${misc:Depends}, r-cran-matrix, - r-cran-magrittr + r-cran-magrittr, + r-cran-nmf, + r-cran-irlba 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
