[Pkg-javascript-commits] [node-object-inspect] 05/06: Enable upstream tests, node-tape now in Debian
Ross Gammon
ross-guest at moszumanska.debian.org
Sun Jul 23 18:39:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-object-inspect.
commit 12c21ce710059964c99fb0d3c6ce79350a8b3922
Author: Ross Gammon <rosco2 at ubuntu.com>
Date: Sun Jul 23 20:14:40 2017 +0200
Enable upstream tests, node-tape now in Debian
---
debian/README.Debian | 4 ----
debian/control | 3 ++-
debian/rules | 3 +--
3 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index d9b7168..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,4 +0,0 @@
-The upstream testsuite is currently disabled. Node-tape is required
-for the tests, but not yet available in Debian. In fact,
-node-object-inspect is one of the dependencies that needs to be packaged
-to get node-tape into Debian.
diff --git a/debian/control b/debian/control
index b94710f..20f05e7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ 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,
+ node-tape
Standards-Version: 4.0.0
Homepage: https://github.com/substack/object-inspect
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-object-inspect.git
diff --git a/debian/rules b/debian/rules
index e23139b..dd2c485 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,4 @@
dh $@
override_dh_auto_test:
-# Disable upstream tests, node-tape not in Debian yet
-# tape test/*.js
+ tape test/*.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-object-inspect.git
More information about the Pkg-javascript-commits
mailing list