[Pkg-javascript-commits] [node-fuzzaldrin-plus] 04/17: refresh patches
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Nov 19 18:46:39 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 2f22d23ef38a107c05323d2bd5026487372225fe
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sat Nov 19 23:39:53 2016 +0530
refresh patches
---
debian/patches/disable-lint.patch | 20 ++++++++++++++++----
debian/patches/use-global-tasks.patch | 12 +++++++-----
2 files changed, 23 insertions(+), 9 deletions(-)
diff --git a/debian/patches/disable-lint.patch b/debian/patches/disable-lint.patch
index c17e1ff..437af9e 100644
--- a/debian/patches/disable-lint.patch
+++ b/debian/patches/disable-lint.patch
@@ -1,8 +1,20 @@
---- a/Gruntfile.coffee
-+++ b/Gruntfile.coffee
-@@ -41,4 +41,4 @@
+Index: node-fuzzaldrin-plus/Gruntfile.coffee
+===================================================================
+--- node-fuzzaldrin-plus.orig/Gruntfile.coffee
++++ node-fuzzaldrin-plus/Gruntfile.coffee
+@@ -55,7 +55,6 @@ module.exports = (grunt) ->
+
+ grunt.loadNpmTasks('grunt-contrib-coffee')
+ grunt.loadNpmTasks('grunt-shell')
+- grunt.loadNpmTasks('grunt-coffeelint')
+ grunt.loadNpmTasks('grunt-browserify')
+ grunt.loadNpmTasks('grunt-contrib-uglify')
+
+@@ -68,6 +67,6 @@ module.exports = (grunt) ->
grunt.registerTask('lint', ['coffeelint'])
grunt.registerTask('test', ['default', 'shell:test'])
- grunt.registerTask('prepublish', ['clean', 'test'])
+ grunt.registerTask('prepublish', ['clean', 'test', 'distribute'])
- grunt.registerTask('default', ['coffee', 'lint'])
+ grunt.registerTask('default', ['coffee'])
+ grunt.registerTask('distribute', ['default', 'browserify', 'uglify'])
+
diff --git a/debian/patches/use-global-tasks.patch b/debian/patches/use-global-tasks.patch
index fc30390..240100d 100644
--- a/debian/patches/use-global-tasks.patch
+++ b/debian/patches/use-global-tasks.patch
@@ -1,11 +1,13 @@
---- a/Gruntfile.coffee
-+++ b/Gruntfile.coffee
-@@ -29,7 +29,7 @@
+Index: node-fuzzaldrin-plus/Gruntfile.coffee
+===================================================================
+--- node-fuzzaldrin-plus.orig/Gruntfile.coffee
++++ node-fuzzaldrin-plus/Gruntfile.coffee
+@@ -53,7 +53,7 @@ module.exports = (grunt) ->
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')
-
+ grunt.loadNpmTasks('grunt-browserify')
+ grunt.loadNpmTasks('grunt-contrib-uglify')
--
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