[Pkg-javascript-commits] [node-cookiejar] 05/08: add autopkgtest suite

Leo Iannacone l3on-guest at moszumanska.debian.org
Sun Oct 12 10:17:52 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-cookiejar.

commit 9074300baa99a96c6c2b67c1b4154f4199956c18
Author: Leo Iannacone <l3on at ubuntu.com>
Date:   Sun Oct 12 12:10:03 2014 +0200

    add autopkgtest suite
---
 debian/changelog     | 8 ++++++++
 debian/control       | 1 +
 debian/tests/control | 2 ++
 debian/tests/require | 3 +++
 4 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5ec0278..f02c76f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-cookiejar (2.0.1-1) unstable; urgency=medium
+
+  * Imported Upstream version 2.0.1
+  * Bump Standards-Version 3.9.6
+  * debian/watch: fix dversionmangle
+
+ -- Leo Iannacone <l3on at ubuntu.com>  Sun, 12 Oct 2014 12:08:51 +0200
+
 node-cookiejar (1.3.2-1) unstable; urgency=low
 
   * Initial release (Closes: #750211)
diff --git a/debian/control b/debian/control
index aa2ec34..13c374b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Standards-Version: 3.9.6
 Homepage: https://github.com/bmeck/node-cookiejar
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-cookiejar.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-cookiejar.git
+XS-Testsuite: autopkgtest
 
 Package: node-cookiejar
 Architecture: all
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..1fd48b6
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-cookiejar
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..a7668a5
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('cookiejar');"

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



More information about the Pkg-javascript-commits mailing list