Your message dated Mon, 21 May 2018 22:39:48 +0200
with message-id 
<cae2spaaatbh957jrp1ye_1e9fc2o7yafyospv0ww2p0ps8-...@mail.gmail.com>
and subject line Forget to close
has caused the Debian Bug report #894921,
regarding node-is-arrayish: autopkgtest failure with new mocha
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
894921: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894921
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-is arrayish
Version: 0.3.1-1
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu bionic autopkgtest

Hi Maintainer

The --compilers option was deprecated [1] in recent versions of mocha.
This causes your package's autopkgtests to fail.
I have fixed this in the attached patch.

Regards
Graham


[1] https://github.com/mochajs/mocha/wiki/compilers-deprecation
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@
 #override_dh_auto_build:
 
 override_dh_auto_test:
-	mocha --compilers coffee:coffee-script/register -R spec
+	mocha --require coffee-script/register -R spec "test/*.coffee"
diff -Nru node-is-arrayish-0.3.1/debian/tests/control node-is-arrayish-0.3.1/debian/tests/control
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: require
 Depends: node-is-arrayish
 
-Test-Command: mocha --compilers coffee:coffee-script/register -R spec
+Test-Command: mocha --require coffee-script/register -R spec "test/*.coffee"
 Depends: @, mocha, coffeescript, node-should

--- End Message ---
--- Begin Message ---
version: 0.3.1-12

Closed

--- End Message ---
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to