[Pkg-javascript-commits] [node-minimatch] 02/05: Tighen depends
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 21:31:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-minimatch.
commit f18b170d5defbb85b815b9682ad70fb1b6c21081
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sun Aug 13 22:47:25 2017 +0200
Tighen depends
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 938f22a..af56721 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Uploaders: Jérémy Lal <kapouer at melix.org>
Build-Depends:
debhelper (>= 9.0.0)
, dh-buildinfo
+ , dpkg-dev (>= 1.17.14)
+ , node-brace-expansion (>= 1.1.7) <!nocheck>
Standards-Version: 4.0.1
Homepage: https://github.com/isaacs/minimatch
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-minimatch.git
@@ -17,7 +19,7 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
- , node-brace-expansion
+ , node-brace-expansion (>= 1.1.7)
Description: Convert glob expressions into RegExp objects for Node.js
A pure javascript, not strictly compatible, implementation of fnmatch/glob.
Supports negation, comment, double-star, brace expansion.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-minimatch.git
More information about the Pkg-javascript-commits
mailing list