[Pkg-javascript-commits] [node-extend] 04/04: add support ot autopkgtest

Leo Iannacone l3on-guest at moszumanska.debian.org
Sat Jul 12 17:55:35 UTC 2014


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

l3on-guest pushed a commit to branch master
in repository node-extend.

commit 78381eed26c8238a81a178bf7a7f4e1bb11ab7ac
Author: Leo Iannacone <l3on at ubuntu.com>
Date:   Sat Jul 12 19:55:24 2014 +0200

    add support ot 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 ea9de01..45903d2 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
  , nodejs
 Standards-Version: 3.9.5
 Homepage: https://github.com/justmoon/node-extend
+XS-Testsuite: autopkgtest
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-extend.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-extend.git
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..ce5fe01
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-extend
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..68f466a
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('extend');"

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



More information about the Pkg-javascript-commits mailing list