[node-rbush] 06/07: Add node-quickselect to dependencies.
Bas Couwenberg
sebastic at debian.org
Fri Jul 1 22:30:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-rbush.
commit e4ab98a9d0bf639dc14c6f8d8f1b352ce43d4b15
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jul 2 00:13:54 2016 +0200
Add node-quickselect to dependencies.
---
debian/changelog | 1 +
debian/control | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 282eae2..8d0b999 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ node-rbush (2.0.1-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump priority to optional.
+ * Add node-quickselect to dependencies.
-- Bas Couwenberg <sebastic at debian.org> Wed, 29 Jun 2016 22:34:36 +0200
diff --git a/debian/control b/debian/control
index a49ba36..e2657e5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,9 @@ Homepage: https://github.com/mourner/rbush
Package: node-rbush
Architecture: all
-Depends: ${misc:Depends},
- nodejs
+Depends: nodejs,
+ node-quickselect,
+ ${misc:Depends}
Description: High-performance 2D spatial index for rectangles
RBush is a high-performance JavaScript library for 2D spatial indexing
of points and rectangles by Vladimir Agafonkin, based on an optimized
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/node-rbush.git
More information about the Pkg-grass-devel
mailing list