[Pkg-javascript-commits] [node-deep-is] 04/05: update description, bump standards
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Oct 10 12:16:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-deep-is.
commit 826faa1c3ed2dabfc8eff712ed7137368171af71
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Oct 10 17:23:06 2016 +0530
update description, bump standards
---
debian/control | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index a9a1513..9ccf6c9 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/thlorenz/deep-is
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-deep-is.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-deep-is.git
@@ -18,6 +18,10 @@ Depends:
${misc:Depends}
, nodejs
Description: node's assert.deepEqual algorithm except for NaN being equal to NaN
- FIX_ME long description
+ Node's `assert.deepEqual() algorithm` as a standalone module. Exactly like
+ deep-equal except for the fact that `deepEqual(NaN, NaN) === true`.
+ .
+ This module is around 5 times faster than wrapping `assert.deepEqual()` in a
+ `try/catch`.
.
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-deep-is.git
More information about the Pkg-javascript-commits
mailing list