[Pkg-javascript-commits] [node-to-regex-range] 03/07: fix control

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Oct 16 15:27:01 UTC 2016


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

praveen pushed a commit to branch master
in repository node-to-regex-range.

commit 0d205f5a65f4808500af5b122a3b301428e2a3bb
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Oct 16 20:42:27 2016 +0530

    fix control
---
 debian/control | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 1787758..ec6b946 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
  , nodejs
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://github.com/jonschlinkert/to-regex-range
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-to-regex-range.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-to-regex-range.git
@@ -17,9 +17,10 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
- , node-repeat-string (^1.5.4)
- , node-is-number (^2.1.0)
-Description: Returns a regex-compatible range from two numbers, min and max, with 855,412 generated unit tests to validate it's accuracy! Useful for creating regular expressions to validate numbers, ranges, years, etc. Returns a string, allowing the returned value to 
- FIX_ME long description
+ , node-repeat-string (>= 1.5.4~)
+ , node-is-number (>= 2.1.0~)
+Description: returns a regex-compatible range from two numbers, min and max
+ It comes with 855,412 generated unit tests to validate it's accuracy! Useful
+ for creating regular expressions to validate numbers, ranges, years, etc.
  .
  Node.js is an event-based server-side JavaScript engine.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-to-regex-range.git



More information about the Pkg-javascript-commits mailing list