[Pkg-javascript-commits] [grunt] 04/06: add minimum version of nodejs
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Sep 14 15:35:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository grunt.
commit 9c4ec0dc06c1bcd58a1c39beb74f59884ddecfce
Author: Pirate Praveen <praveen at debian.org>
Date: Thu Sep 14 20:22:43 2017 +0530
add minimum version of nodejs
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index ae67298..db74cd6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders: Gustavo Noronha Silva <kov at debian.org>,
Sruthi Chandran <srud at disroot.org>,
Pirate Praveen <praveen at debian.org>
Build-Depends: debhelper (>= 9)
+ , nodejs (>= 6.11~)
, coffeescript (>= 1.10.0~)
, node-dateformat (>= 1.0.11)
, node-eventemitter2 (>= 0.4.13)
@@ -36,7 +37,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/grunt.git
Package: grunt
Architecture: all
Depends: ${misc:Depends}
- , nodejs
+ , nodejs (>= 6.11~)
, coffeescript (>= 1.10.0~)
, node-dateformat (>= 1.0.11)
, node-eventemitter2 (>= 0.4.13)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/grunt.git
More information about the Pkg-javascript-commits
mailing list