[Pkg-javascript-commits] [node-mocha] 06/15: Patch to explicitly register coffeescript and disable warning

Jérémy Lal kapouer at moszumanska.debian.org
Mon Apr 11 22:45:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch debian/1.20
in repository node-mocha.

commit 74bc5c3c06b02c8e8ad847d8fa03665a6ab04e0f
Author: Jérémy Lal <kapouer at melix.org>
Date:   Tue Apr 12 00:22:03 2016 +0200

    Patch to explicitly register coffeescript and disable warning
---
 debian/patches/register-coffeescript.patch | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/debian/patches/register-coffeescript.patch b/debian/patches/register-coffeescript.patch
new file mode 100644
index 0000000..4e7b544
--- /dev/null
+++ b/debian/patches/register-coffeescript.patch
@@ -0,0 +1,15 @@
+Description: Explicitly register coffeescript
+ and disable warning
+Last-Update: 2016-04-12
+Author: Jérémy Lal <kapouer at melix.org>
+Forwarded: not-needed
+--- a/lib/utils.js
++++ b/lib/utils.js
+@@ -7,6 +7,7 @@
+   , join = path.join
+   , debug = require('debug')('mocha:watch');
+ 
++require('coffee-script/register');
+ /**
+  * Ignored directories.
+  */

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



More information about the Pkg-javascript-commits mailing list