[Pkg-javascript-commits] [node-parents] 28/29: Improve description
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 20 13:47:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-parents.
commit 3328065495d9eadf2bbd17139cd32c90f06e65c6
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Fri Aug 18 00:33:46 2017 +0200
Improve description
---
debian/control | 11 +++++++++--
debian/tests/control | 2 +-
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index db36ebe..f6b0f4e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,14 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs (>= 4)
-Description: return all the parent directories for a directory
- FIX_ME long description
+Description: Node.js module returning all the parent directories
+ This module return a list of all parent directories of
+ a given directory.
+ .
+ This modules is useful for creating find(1) clone in pure
+ javascript.
+ .
+ This module is a dependency of browserify, a tool that allows one
+ to write Node.js-style modules that compile for use in the browser.
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/tests/control b/debian/tests/control
index 782b082..3ebd92b 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: require
Depends: node-parents
-Tests: require
+Tests: runtestsuite
Depends: node-parents, node-tape (>= 0.2.5)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-parents.git
More information about the Pkg-javascript-commits
mailing list