[Pkg-javascript-commits] [node-set-value] 03/03: make lintian happy, enable tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Oct 27 13:15:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-set-value.
commit 6316384d09703e0e778991867116d7a88e96d158
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Oct 27 18:33:24 2016 +0530
make lintian happy, enable tests
---
debian/changelog | 6 +++---
debian/control | 17 +++++++++++------
debian/rules | 6 ++----
debian/tests/control | 3 +++
4 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0a34374..49d174b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-node-set-value (0.4.0-1) UNRELEASED; urgency=low
+node-set-value (0.4.0-1) unstable; urgency=low
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #842255)
- -- Pirate Praveen <praveen at debian.org> Thu, 27 Oct 2016 18:08:14 +0530
+ -- Pirate Praveen <praveen at debian.org> Thu, 27 Oct 2016 18:17:56 +0530
diff --git a/debian/control b/debian/control
index 65105d6..9aa9bb5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,11 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
-Standards-Version: 3.9.7
+ , node-is-plain-object (>= 2.0.1~)
+ , node-extend-shallow (>= 2.0.1~)
+ , node-to-object-path (>= 0.2.0~)
+ , mocha
+Standards-Version: 3.9.8
Homepage: https://github.com/jonschlinkert/set-value
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-set-value.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-set-value.git
@@ -17,10 +21,11 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
- , node-is-plain-object (^2.0.1)
- , node-extend-shallow (^2.0.1)
- , node-to-object-path (^0.2.0)
-Description: Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.
- FIX_ME long description
+ , node-is-plain-object (>= 2.0.1~)
+ , node-extend-shallow (>= 2.0.1~)
+ , node-to-object-path (>= 0.2.0~)
+Description: create nested values and any intermediaries using dot notation
+ This library can be used to create nested values and any intermediaries using
+ dot notation (`'a.b.c'`) paths.
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/rules b/debian/rules
index de57af0..2f607a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,5 @@
#override_dh_auto_build:
-#override_dh_auto_test:
-
-
-
+override_dh_auto_test:
+ mocha -R spec
diff --git a/debian/tests/control b/debian/tests/control
index 0e548e4..8764d65 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-set-value
+
+Test-Command: mocha -R spec
+Depends: @, @builddeps@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-set-value.git
More information about the Pkg-javascript-commits
mailing list