[Pkg-javascript-commits] [node-object-copy] 03/05: update description, dependency version format

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Oct 25 17:15:20 UTC 2016


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

praveen pushed a commit to branch master
in repository node-object-copy.

commit 192cbb98cf1f026243b6c8fc7cbcd56e2c9b1f83
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Oct 25 22:20:14 2016 +0530

    update description, dependency version format
---
 debian/control | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 7ecf1d6..d2b4502 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/object-copy
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-object-copy.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-object-copy.git
@@ -17,10 +17,11 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
- , node-kind-of (^3.0.3)
- , node-copy-descriptor (^0.1.0)
- , node-define-property (^0.2.5)
-Description: Copy static properties, prototype properties, and descriptors from one object to another.
- FIX_ME long description
+ , node-kind-of (>= 3.0.3~)
+ , node-copy-descriptor (>= 0.1.0~)
+ , node-define-property (>= 0.2.5~)
+Description: copy properties of one object to another
+ This library can be used to copy static properties, prototype properties,
+ and descriptors from one object to another.
  .
  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-object-copy.git



More information about the Pkg-javascript-commits mailing list