[Pkg-javascript-commits] [node-fuzzaldrin-plus] 04/04: disable lint, use global tasks
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Nov 18 15:31:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-fuzzaldrin-plus.
commit d61debf2d7780d560705d39d3b16dfa16925506c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Nov 18 20:55:41 2016 +0530
disable lint, use global tasks
---
debian/patches/disable-lint.patch | 8 ++++++++
debian/patches/series | 2 ++
debian/patches/use-global-tasks.patch | 11 +++++++++++
3 files changed, 21 insertions(+)
diff --git a/debian/patches/disable-lint.patch b/debian/patches/disable-lint.patch
new file mode 100644
index 0000000..c17e1ff
--- /dev/null
+++ b/debian/patches/disable-lint.patch
@@ -0,0 +1,8 @@
+--- a/Gruntfile.coffee
++++ b/Gruntfile.coffee
+@@ -41,4 +41,4 @@
+ grunt.registerTask('lint', ['coffeelint'])
+ grunt.registerTask('test', ['default', 'shell:test'])
+ grunt.registerTask('prepublish', ['clean', 'test'])
+- grunt.registerTask('default', ['coffee', 'lint'])
++ grunt.registerTask('default', ['coffee'])
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f3b9c8a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+disable-lint.patch
+use-global-tasks.patch
diff --git a/debian/patches/use-global-tasks.patch b/debian/patches/use-global-tasks.patch
new file mode 100644
index 0000000..fc30390
--- /dev/null
+++ b/debian/patches/use-global-tasks.patch
@@ -0,0 +1,11 @@
+--- a/Gruntfile.coffee
++++ b/Gruntfile.coffee
+@@ -29,7 +29,7 @@
+ stderr: true
+ failOnError: true
+
+- grunt.loadNpmTasks('grunt-contrib-coffee')
++ grunt.loadNpmTasks('grunt-contrib-coffee','/usr/lib/nodejs')
+ grunt.loadNpmTasks('grunt-shell')
+ grunt.loadNpmTasks('grunt-coffeelint')
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fuzzaldrin-plus.git
More information about the Pkg-javascript-commits
mailing list