[Pkg-javascript-commits] [node-cookie] 01/02: Enable package tests, depends nodejs

Jérémy Lal kapouer at moszumanska.debian.org
Sun Oct 12 08:02:38 UTC 2014


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

kapouer pushed a commit to branch master
in repository node-cookie.

commit f0e9a38e48c8bf31bc2a8588c9ad42a1e8600e23
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Oct 12 10:01:16 2014 +0200

    Enable package tests, depends nodejs
---
 debian/control | 2 ++
 debian/rules   | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/control b/debian/control
index fcbf199..0c72d9a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Uploaders: Jérémy Lal <kapouer at melix.org>
 Build-Depends:
  debhelper (>= 8.0.0)
  , dh-buildinfo
+ , nodejs
+ , mocha
 Standards-Version: 3.9.6
 Homepage: https://github.com/shtylman/node-cookie
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-cookie.git
diff --git a/debian/rules b/debian/rules
index 218df65..7f9280c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	mocha

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



More information about the Pkg-javascript-commits mailing list