[Pkg-javascript-commits] [node-extend-shallow] 01/01: Fix builddeps, fix test, update changelog

Sruthi Chandran srud-guest at moszumanska.debian.org
Mon Oct 31 10:54:25 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-extend-shallow.

commit e1d10db6efe9a5df8a31d026dc14974a533ea833
Author: Sruthi <srud at disroot.org>
Date:   Mon Oct 31 15:20:30 2016 +0530

    Fix builddeps, fix test, update changelog
---
 debian/changelog     | 7 +++++++
 debian/control       | 2 ++
 debian/rules         | 2 +-
 debian/tests/control | 2 +-
 4 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4546679..f6cfdfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-extend-shallow (2.0.1-2) unstable; urgency=medium
+
+  * Team upload
+  * Add is-extendable and node-should to builddeps (Closes: #842668)
+
+ -- Sruthi Chandran <srud at disroot.org>  Mon, 31 Oct 2016 15:21:53 +0530
+
 node-extend-shallow (2.0.1-1) unstable; urgency=low
 
   * Initial release (Closes: #841069)
diff --git a/debian/control b/debian/control
index 87cf461..c8d5f4c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,8 @@ Build-Depends:
  , dh-buildinfo
  , nodejs
  , mocha
+ , node-should
+ , node-is-extendable (>= 0.1.0~)
 Standards-Version: 3.9.8
 Homepage: https://github.com/jonschlinkert/extend-shallow
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-extend-shallow.git
diff --git a/debian/rules b/debian/rules
index 3170fba..2f607a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@
 #override_dh_auto_build:
 
 override_dh_auto_test:
-	mocha
+	mocha -R spec
diff --git a/debian/tests/control b/debian/tests/control
index 8472e18..d7cc5d4 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: require
 Depends: node-extend-shallow
 
-Test-Command: mocha
+Test-Command: mocha -R spec
 Depends: @, @builddeps@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-extend-shallow.git



More information about the Pkg-javascript-commits mailing list