[Pkg-javascript-commits] [node-prelude-ls] 01/01: enable tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Oct 13 11:12:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-prelude-ls.
commit 6af61e55e5b27fbdf6a0ffd2cff72ac2c1569d5e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Oct 13 16:38:32 2016 +0530
enable tests
---
debian/changelog | 6 ++++++
debian/control | 1 +
debian/rules | 3 ---
debian/tests/control | 3 +++
4 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b6fe6f7..8387bd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-prelude-ls (1.1.2+dfsg-2) unstable; urgency=medium
+
+ * Add node-sinon as build dependnecy and run tests
+
+ -- Pirate Praveen <praveen at debian.org> Thu, 13 Oct 2016 16:37:02 +0530
+
node-prelude-ls (1.1.2+dfsg-1) unstable; urgency=low
* Initial release (Closes: #840493)
diff --git a/debian/control b/debian/control
index 999d799..144ef70 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
, nodejs
, mocha
, livescript
+ , node-sinon
Standards-Version: 3.9.8
Homepage: http://preludels.com
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-prelude-ls.git
diff --git a/debian/rules b/debian/rules
index 9665744..f36b2f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,3 @@
override_dh_auto_build:
dh_auto_build
-
-override_dh_auto_test:
- echo "Disabling tests until sinon is packaged"
diff --git a/debian/tests/control b/debian/tests/control
index 5b2e849..4703d8c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-prelude-ls
+
+Test-Command: make test
+Depends: @
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-prelude-ls.git
More information about the Pkg-javascript-commits
mailing list