[Pkg-javascript-commits] [node-log-driver] 13/15: Improve packaging

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:49:11 UTC 2017


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

rouca pushed a commit to branch master
in repository node-log-driver.

commit 292f81d91014b5f0a3439f9597e3f16b265247ff
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu Aug 24 22:49:28 2017 +0200

    Improve packaging
---
 debian/control | 7 ++++---
 debian/rules   | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index b33c0b3..d0e876a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,11 @@ Uploaders: Bastien Roucariès <rouca at debian.org>
 Build-Depends:
  debhelper (>= 10)
  , dh-buildinfo
+ , dpkg-dev (>= 1.17.14)
  , nodejs (>=6)
- , mocha (>= 1.20)
- , node-sinon (>= 1.5.2)
- , node-should (>= 1.1.0)
+ , mocha (>= 1.20) <!nocheck>
+ , node-sinon (>= 1.5.2) <!nocheck>
+ , node-should (>= 1.1.0) <!nocheck>
 Standards-Version: 4.1.0
 Homepage: https://github.com/cainus/logdriver
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-log-driver.git
diff --git a/debian/rules b/debian/rules
index 35279cc..16b6177 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
-	mocha test/*.js
+	mocha -R xunit
 else
 	@echo '**********************************************************'
 	@echo 'Skip test suite                                           '

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



More information about the Pkg-javascript-commits mailing list