[Pkg-javascript-commits] [node-jsondiffpatch] 03/03: add autopkgtest

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Thu Jul 3 23:02:32 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-jsondiffpatch.

commit e2f9149920b74c74510e38df91abd2d25680de8f
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Thu Jul 3 23:02:14 2014 +0000

    add autopkgtest
---
 debian/control       | 1 +
 debian/tests/control | 2 ++
 debian/tests/require | 3 +++
 3 files changed, 6 insertions(+)

diff --git a/debian/control b/debian/control
index 680c453..aad7b7c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Standards-Version: 3.9.5
 Homepage: https://github.com/benjamine/jsondiffpatch
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-jsondiffpatch.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-jsondiffpatch.git
+XS-Testsuite: autopkgtest
 
 Package: node-jsondiffpatch
 Architecture: all
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..1008033
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-jsondiffpatch
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..15ff161
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('jsondiffpatch');"

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



More information about the Pkg-javascript-commits mailing list