[Pkg-javascript-commits] [node-is-extendable] 03/05: add itp, fix description

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Oct 16 17:49:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository node-is-extendable.

commit b341e540765ee9e5dd30d9f59a17062724773e0e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Oct 16 22:46:41 2016 +0530

    add itp, fix description
---
 debian/changelog | 2 +-
 debian/control   | 8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d28de17..8b0513b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 node-is-extendable (0.1.1-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #840990)
 
  -- Pirate Praveen <praveen at debian.org>  Sun, 16 Oct 2016 22:28:41 +0530
diff --git a/debian/control b/debian/control
index 264cf6f..dd4604d 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/is-extendable
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-is-extendable.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-is-extendable.git
@@ -17,7 +17,9 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
-Description: Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"
- FIX_ME long description
+Description: determine if a value can be extended
+ Returns true if a value is any of the object types: array, regexp, plain
+ object, function or date. This is useful for determining if a value can be
+ extended, e.g. "can the value have keys?"
  .
  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-is-extendable.git



More information about the Pkg-javascript-commits mailing list