[Pkg-javascript-commits] [node-lcov-parse] 45/45: Fix changelor
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:46:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-lcov-parse.
commit 9c4163f7ed95e7357a733579825f762484fcb551
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Fri Aug 25 14:42:33 2017 +0200
Fix changelor
---
debian/changelog | 6 +++---
debian/tests/runtestsuite | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 42ae9fa..a3de62a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-node-lcov-parse (1.0.0+20170612git80d039574ed9-1) UNRELEASED; urgency=low
+node-lcov-parse (1.0.0+20170612git80d039574ed9-1) unstable; urgency=low
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #873189)
- -- Bastien Roucariès <rouca at debian.org> Thu, 24 Aug 2017 23:08:38 +0200
+ -- Bastien Roucariès <rouca at debian.org> Fri, 25 Aug 2017 14:42:20 +0200
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index 0d5eb85..7306316 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -1,14 +1,14 @@
#!/bin/sh
set -e
# notice the / at end in order to load this module
-PACKAGE='des.js'
-SEDCMD="s,require\s*[(]\s*'[.][.],require('$PACKAGE'),g"
+PACKAGE='lcov-parse'
+SEDCMD="s,require\s*[(]\s*'[.][.],require('$PACKAGE,g"
tmpdir=$(mktemp -d)
trap 'rm -rf "$tmpdir"' EXIT INT TERM HUP
-cp -r test $tmpdir/test
-find test/ -maxdepth 1 -name '*.js' -print0 | \
+cp -r tests $tmpdir/tests
+find tests/ -maxdepth 1 -name '*.js' -print0 | \
xargs -0 -n1 \
sh -c 'set -e; echo "TESTING: $3"; sed "$1" < "$3" > "$2/$3"' sedtape "$SEDCMD" "$tmpdir"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lcov-parse.git
More information about the Pkg-javascript-commits
mailing list