[Pkg-javascript-commits] [node-carto] 06/07: Use mocha in dh_auto_test override.
Bas Couwenberg
sebastic at debian.org
Thu Dec 22 21:40:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-carto.
commit 06748214a3681b1c470d5a3e92c4d17003ce730a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Dec 22 22:20:39 2016 +0100
Use mocha in dh_auto_test override.
---
debian/changelog | 1 +
debian/control | 1 +
debian/rules | 3 ++-
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index dfa64bd..cedb796 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ node-carto (0.16.3-1) UNRELEASED; urgency=medium
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Add node-{chroma-js,husl,lodash,semver} to dependencies.
* Drop node-{optimist,underscore,xml2js} from dependencies.
+ * Use mocha in dh_auto_test override.
-- Jérémy Lal <kapouer at melix.org> Sat, 12 Nov 2016 10:35:15 +0100
diff --git a/debian/control b/debian/control
index fb16613..7404b2f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Section: web
Priority: extra
Build-Depends: debhelper (>= 9~),
dh-buildinfo,
+ mocha,
nodejs
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/node-carto.git
diff --git a/debian/rules b/debian/rules
index 4632183..8f2aefc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,10 +12,11 @@ override_dh_install:
dh_buildinfo
sed -i '1c#!/usr/bin/nodejs' $(CURDIR)/debian/node-carto/usr/lib/nodejs/carto/bin/*
-
override_dh_installchangelogs:
dh_installchangelogs -- CHANGELOG.md
override_dh_auto_build:
+
override_dh_auto_test:
+ mocha
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-carto.git
More information about the Pkg-javascript-commits
mailing list