[Pkg-javascript-commits] [node-string-decoder] 02/06: Improve description
Bastien Roucariès
rouca at moszumanska.debian.org
Mon May 15 15:05:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-string-decoder.
commit f8a8537167fc63a9cced41bcabe98e8dbd0521ce
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon May 15 16:07:44 2017 +0200
Improve description
---
debian/control | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 89f3592..77742a3 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10),
node-tap <!nocheck>
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-string-decoder.git
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-string-decoder.git
+Vcs-Git: https://anonscm.debian.org/pkg-javascript/node-string-decoder.git
Homepage: https://github.com/rvagg/string_decoder
Package: node-string-decoder
@@ -20,8 +20,13 @@ Depends: ${misc:Depends},
nodejs (>= 4.7),
node-buffer-shims (>= 1.0.0)
Description: string_decoder module from Node core for browsers
- node-string-decoder provides the string_decoder module from Node.js core for
- browsers.
+ node-string-decoder provides a string_decoder module compatible with
+ string_decoder module from Node.js core but adapted for
+ browsers context.
+ .
+ Node.js string_decoder module provides an API for decoding Buffer objects
+ into strings in a manner that preserves encoded multi-byte UTF-8 and
+ UTF-16 characters.
.
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-string-decoder.git
More information about the Pkg-javascript-commits
mailing list