[Pkg-javascript-commits] [node-file-sync-cmp] 03/04: Enable testsuite & fix package description
Ross Gammon
ross-guest at moszumanska.debian.org
Tue Dec 20 18:42:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-file-sync-cmp.
commit 9713a2ccee950530ef0557f3ce414a0583f416eb
Author: Ross Gammon <rossgammon at mail.dk>
Date: Tue Dec 20 18:18:00 2016 +0100
Enable testsuite & fix package description
---
debian/control | 8 ++++++--
debian/rules | 8 ++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index aec1eca..f570942 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,10 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
Uploaders: Ross Gammon <rosco2 at ubuntu.com>
Build-Depends: debhelper (>= 9),
dh-buildinfo,
- nodejs
+ nodejs,
+ mocha,
+ node-tmp,
+ node-q
Standards-Version: 3.9.8
Homepage: https://github.com/mgeisler/file-sync-cmp/
Vcs-Git: https://anonscm.debian.org/pkg-javascript/git/node-file-sync-cmp.git
@@ -16,6 +19,7 @@ Architecture: all
Depends: ${misc:Depends},
nodejs
Description: Synchronous file comparison
- Node-file-sync-cmp provides syncronous file comparison for Node.js.
+ Node-file-sync-cmp is a tool that provides synchronous file comparison
+ for Node.js.
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/rules b/debian/rules
index de57af0..7f9280c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,5 @@
%:
dh $@
-#override_dh_auto_build:
-
-#override_dh_auto_test:
-
-
-
+override_dh_auto_test:
+ mocha
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-file-sync-cmp.git
More information about the Pkg-javascript-commits
mailing list