[Pkg-javascript-commits] [node-indent-string] 06/07: Fixed dependency syntax in control file

Sarath M S sarathms-guest at moszumanska.debian.org
Tue Nov 1 18:15:06 UTC 2016


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

sarathms-guest pushed a commit to branch master
in repository node-indent-string.

commit 1498b79533c64cc0608a1ad9ffc2be7f2e467922
Author: Sarath M S <debian at sarathms.me>
Date:   Tue Nov 1 23:37:43 2016 +0530

    Fixed dependency syntax in control file
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index fabbebd..9791dec 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
  , nodejs
- , node-repeating (^3.0.0)
+ , node-repeating (>= 3.0.0)
 Standards-Version: 3.9.8
 Homepage: https://github.com/sindresorhus/indent-string#readme
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-indent-string.git
@@ -18,7 +18,7 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
- , node-repeating (^3.0.0)
+ , node-repeating (>= 3.0.0)
 Description: Indent each line in a string
  A node.js module that provides API for to indent lines in a string.
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-indent-string.git



More information about the Pkg-javascript-commits mailing list