[Pkg-javascript-commits] [node-set-getter] 03/04: Update Standards version and description
Sruthi Chandran
srud-guest at moszumanska.debian.org
Sun Oct 16 11:12:38 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-set-getter.
commit b843bec6738cc45ca72869db4ec171a1add8b5c9
Author: Sruthi <srud at disroot.org>
Date: Sun Oct 16 16:33:39 2016 +0530
Update Standards version and description
---
debian/control | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index caa93f8..cc3fee5 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/doowb/set-getter
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-set-getter.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-set-getter.git
@@ -18,7 +18,13 @@ Depends:
${misc:Depends}
, nodejs
, node-to-object-path (>> 0.3.0)
-Description: Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths
- FIX_ME long description
+Description: Create nested getter properties and any intermediary dot notation
+ Create nested getter properties and any intermediary dot notation (`'a.b.c'`)
+ paths.
+ .
+ set-getter works like set-value by adding a property to an object or an
+ object hierarchy using dot notation. The main difference is that the property
+ is added using Object.defineProperty and is expected to be a getter function
+ that returns a value.
.
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-set-getter.git
More information about the Pkg-javascript-commits
mailing list