[Pkg-javascript-commits] [node-regjsparser] 01/03: Fix the simple autopkgtest
Julien Puydt
julien.puydt at laposte.net
Mon Oct 16 18:18:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-regjsparser.
commit 45e6adbb5f4edc429a7509fff30caaa14dc0189e
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Tue Oct 10 18:32:07 2017 +0200
Fix the simple autopkgtest
---
debian/changelog | 6 ++++++
debian/tests/simple | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8431c66..0a2dc28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-regjsparser (0.2.1+ds-3) UNRELEASED; urgency=medium
+
+ * Fix the simple autopkgtest
+
+ -- Julien Puydt <julien.puydt at laposte.net> Tue, 10 Oct 2017 18:31:23 +0200
+
node-regjsparser (0.2.1+ds-2) unstable; urgency=medium
[ Daniel Ring ]
diff --git a/debian/tests/simple b/debian/tests/simple
index 697d9eb..26da5c9 100644
--- a/debian/tests/simple
+++ b/debian/tests/simple
@@ -1,4 +1,4 @@
-#!/bin/node
+#!/usr/bin/node
parse=require('regjsparser').parse;
ast=parse('a');
process.stdout.write(JSON.stringify(ast));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-regjsparser.git
More information about the Pkg-javascript-commits
mailing list