[Pkg-javascript-commits] [node-preserve] 03/05: Update Standards version and description
Sruthi Chandran
srud-guest at moszumanska.debian.org
Tue Oct 25 11:47:13 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-preserve.
commit b2a53da3c83bc92855d7039d0afaa6312546ed74
Author: Sruthi <srud at disroot.org>
Date: Tue Oct 25 17:09:02 2016 +0530
Update Standards version and description
---
debian/control | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index d7dcd12..78f56e1 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/jonschlinkert/preserve
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-preserve.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-preserve.git
@@ -17,7 +17,10 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
-Description: Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.
- FIX_ME long description
+Description: Protect tokens from being mutated when the string is transformed
+ Temporarily substitute tokens in the given `string` with placeholders,
+ then put them back after transforming the string.
+ Useful for protecting tokens, like templates in HTML, from being mutated when
+ the string is transformed in some way, like from a formatter/beautifier.
.
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-preserve.git
More information about the Pkg-javascript-commits
mailing list