[Pkg-javascript-commits] [node-lolex] 04/08: Updated description and Standards version
Sruthi Chandran
srud-guest at moszumanska.debian.org
Wed Oct 12 11:45:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a commit to branch master
in repository node-lolex.
commit 6acd2bcec35d1f946a6b2707823053ebfb9ee76a
Author: Sruthi <srud at disroot.org>
Date: Wed Oct 12 16:06:11 2016 +0530
Updated description and Standards version
---
debian/control | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 866fe33..a35abb5 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: http://github.com/sinonjs/lolex
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-lolex.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-lolex.git
@@ -18,6 +18,11 @@ Depends:
${misc:Depends}
, nodejs
Description: Fake JavaScript timers
- FIX_ME long description
+ JavaScript implementation of the timer APIs; setTimeout, clearTimeout,
+ setImmediate, clearImmediate, setInterval and clearInterval, along with a
+ clock instance that controls the flow of time. Lolex also provides a Date
+ implementation that gets its time from the clock.
.
- Node.js is an event-based server-side JavaScript engine.
+ Lolex can be used to simulate passing time in automated tests and other
+ situations where you want the scheduling semantics, but don't want to
+ actually wait. Lolex is extracted from Sinon.JS.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lolex.git
More information about the Pkg-javascript-commits
mailing list