[Pkg-javascript-commits] [node-glob] 06/07: Improve depends rules
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 21:26:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-glob.
commit f4624f25ce97a8f16a47ef8ca3d23e7f79743e20
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sun Aug 13 23:21:39 2017 +0200
Improve depends rules
---
debian/changelog | 1 +
debian/control | 19 ++++++++++++++-----
2 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5b680af..545fc13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ node-glob (7.1.2-1) unstable; urgency=medium
* Team upload
* New upstream version, needed for tape
* Fix example, run testsuite
+ * Improve depends rules
-- Bastien Roucariès <rouca at debian.org> Sun, 13 Aug 2017 23:04:31 +0200
diff --git a/debian/control b/debian/control
index 9259813..bc661d8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,15 @@ Uploaders: David Paleino <dapal at debian.org>, Jérémy Lal <kapouer at melix.org>
Build-Depends:
debhelper (>= 9~)
, dh-buildinfo
+ , node-minimatch (>= 3.0.4) <!nocheck>
+ , node-inherits (>= 2) <!nocheck>
+ , node-once (>= 1.3.0) <!nocheck>
+ , node-fs.realpath (>= 1.0.0) <!nocheck>
+ , node-inflight (>= 1.0.4) <!nocheck>
+ , node-path-is-absolute (>= 1.0.0) <!nocheck>
+ , node-mkdirp <!nocheck>
+ , node-rimraf (>=2.2.8) <!nocheck>
+ , node-tap (>= 7.1.2) <!nocheck>
Standards-Version: 3.9.8
Homepage: https://github.com/isaacs/node-glob
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-glob.git
@@ -17,12 +26,12 @@ Architecture: all
Depends:
, ${misc:Depends}
, nodejs
- , node-minimatch (>= 3)
+ , node-minimatch (>= 3.0.4)
, node-inherits (>= 2)
- , node-once
- , node-fs.realpath
- , node-inflight
- , node-path-is-absolute
+ , node-once (>= 1.3.0)
+ , node-fs.realpath (>= 1.0.0) <!nocheck>
+ , node-inflight (>= 1.0.4)
+ , node-path-is-absolute (>= 1.0.0)
Description: glob functionality for Node.js
node-glob is a glob implementation for Node.js
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-glob.git
More information about the Pkg-javascript-commits
mailing list