[Pkg-javascript-commits] [node-mkdirp] 07/10: update debian/control and add autopkgtest
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sat Sep 13 00:40:53 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-mkdirp.
commit bb51b4e1f1ba5c4545b2cbcb4cfb2a603a83ca0a
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Sat Sep 13 00:33:25 2014 +0000
update debian/control and add autopkgtest
---
debian/control | 6 ++++--
debian/tests/control | 3 +++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index f7b6490..5e3ed20 100644
--- a/debian/control
+++ b/debian/control
@@ -4,19 +4,21 @@ Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: David Paleino <dapal at debian.org>
, Jérémy Lal <kapouer at melix.org>
+ , Andrew Kelley <superjoe30 at gmail.com>
Build-Depends:
- debhelper (>= 8~)
+ debhelper (>= 8)
, dh-buildinfo
Standards-Version: 3.9.3
Homepage: https://github.com/substack/node-mkdirp
Vcs-Git: git://git.debian.org/collab-maint/node-mkdirp.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/node-mkdirp.git
+XS-Testsuite: autopkgtest
Package: node-mkdirp
Architecture: all
Depends: ${misc:Depends}
, nodejs
-Description: Node.js module to recursively create directories
+Description: Recursively create directories - Node.js module
mkdirp is a Node.js module to recursively create directories.
.
Node.js is an event-based server-side javascript engine.
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..d25b8f2
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Test-Command: nodejs -e "require('"'"'mkdirp'"'"');"
+Depends: @
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-mkdirp.git
More information about the Pkg-javascript-commits
mailing list