[Pkg-javascript-commits] [node-path-is-absolute] 03/04: Updated Standards version and extended description
Sruthi Chandran
srud-guest at moszumanska.debian.org
Tue Aug 30 10:56:18 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-path-is-absolute.
commit dfd153187a7d11acd0f059516eaf5a6449fffb4a
Author: Sruthi <srud at disroot.org>
Date: Tue Aug 30 16:18:43 2016 +0530
Updated Standards version and extended description
---
debian/control | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 95d957d..668e6b8 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/sindresorhus/path-is-absolute
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-path-is-absolute.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-path-is-absolute.git
@@ -18,6 +18,8 @@ Depends:
${misc:Depends}
, nodejs
Description: Node.js 0.12 path.isAbsolute() ponyfill
- FIX_ME long description
- .
- Node.js is an event-based server-side JavaScript engine.
+ Path-is-absolute is a Node.js module that gives developers the ability to
+ determine whether a path written in programming language is an absolute path.
+ An absolute path will always resolve to the same location, regardless of the
+ working directory. Path-is-absolute is a ponyfill, meaning that it does not
+ overwrite the native method in a JavaScript environment.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-path-is-absolute.git
More information about the Pkg-javascript-commits
mailing list