[Pkg-javascript-commits] [node-defaults] 03/04: adding changelog control copyright
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Oct 27 17:04:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-defaults.
commit cc8025b55bed522a8e79ccec84909d36000253e8
Author: Suhail P <psuhailp at gmail.com>
Date: Thu Oct 27 14:28:10 2016 +0000
adding changelog control copyright
---
debian/changelog | 4 ++--
debian/control | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ca5e3f3..82bfe27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
node-defaults (1.0.3-1) UNRELEASED; urgency=low
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #842243)
- -- Suhail P <psuhailp at gmail.com> Thu, 27 Oct 2016 14:13:01 +0000
+ -- Suhail P <psuhailp at gmail.com> Thu, 27 Oct 2016 10:27:04 +0000
diff --git a/debian/control b/debian/control
index 2ef2941..7aef43b 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/tmpvar/defaults#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-defaults.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-defaults.git
@@ -17,13 +17,13 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
- , node-clone (^1.0.2)
+ , node-clone (>=1.0.2)
Description: merge single level defaults over a config object
- A simple one level options merge utility. This module exports
- a function that takes 2 arguments: options and defaults.
- When called, it overrides all of undefined properties in
+ A simple one level options merge utility. This module exports
+ a function that takes 2 arguments: options and defaults.
+ When called, it overrides all of undefined properties in
options with the clones of properties defined in defaults.
- Sidecases: if called with a falsy options value, options will
+ Sidecases: if called with a falsy options value, options will
be initialized to a new object before being merged onto.
.
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-defaults.git
More information about the Pkg-javascript-commits
mailing list