This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository node-rbush.
commit 88555aaec1390a4f5b9df1b1c7f6755cd4164894 Author: Bas Couwenberg <[email protected]> Date: Sun Dec 24 12:42:01 2017 +0100 Require at least node-quickselect 1.0.1. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9ed46aa..2b0c066 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ node-rbush (2.0.2-1) UNRELEASED; urgency=medium * New upstream release. * Change Section from web to javascript. * Bump Standards-Version to 4.1.2, no changes. + * Require at least node-quickselect 1.0.1. -- Bas Couwenberg <[email protected]> Sun, 24 Dec 2017 12:39:23 +0100 diff --git a/debian/control b/debian/control index 5ff14be..0380dfb 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Homepage: https://github.com/mourner/rbush Package: node-rbush Architecture: all Depends: nodejs, - node-quickselect, + node-quickselect (>= 1.0.1), ${misc:Depends} Description: High-performance 2D spatial index for rectangles RBush is a high-performance JavaScript library for 2D spatial indexing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/node-rbush.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

