This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository node-kosmtik.
commit a5ffb4796668d21a7e145d1be79b5ef7103ef5fd Author: Ross Gammon <[email protected]> Date: Fri Nov 11 18:25:08 2016 +0100 Begin adding build dependencies for testsuite Looks like we have lots of build dependencies with the wrong version, or uninstallable. Either the version in Debian is too high, or too low. Will need to fix these to finish off this package. --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f626053..6ca5960 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,9 @@ Uploaders: Ross Gammon <[email protected]> Build-Depends: debhelper (>= 9), dh-buildinfo, nodejs, - mocha + mocha, + node-semver (>= 5.0.3), + node-js-yaml (>= 3.4.2) Standards-Version: 3.9.8 Homepage: https://github.com/kosmtik/kosmtik#readme Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-kosmtik.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/node-kosmtik.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

