[Pkg-javascript-commits] [node-regenerate-unicode-properties] 05/07: Add version to nodejs dep since it's used as node and not nodejs

Julien Puydt julien.puydt at laposte.net
Tue Oct 24 06:29:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository node-regenerate-unicode-properties.

commit 8ed4d2b860a6b56f2e48674f34006337de2cfde8
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Oct 24 08:21:00 2017 +0200

    Add version to nodejs dep since it's used as node and not nodejs
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f13e0b9..fdfe2c0 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10),
                node-unicode-canonical-property-names-ecmascript,
                node-unicode-tr51,
                node-unicode-10.0.0,
-               nodejs
+               nodejs (>= 6)
 Standards-Version: 4.1.1
 Homepage: https://github.com/mathiasbynens/regenerate-unicode-properties
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-regenerate-unicode-properties.git
@@ -18,7 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-regenerate-unic
 
 Package: node-regenerate-unicode-properties
 Architecture: all
-Depends: nodejs, ${misc:Depends}
+Depends: nodejs (>= 6), ${misc:Depends}
 Description: Unicode properties and values as Regenerate sets for Node.js
  This package provides Unicode properties and values as Regenerate sets,
  that is regular expressions ready to use by the Regenerate regex generator. 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-regenerate-unicode-properties.git



More information about the Pkg-javascript-commits mailing list