[Pkg-javascript-commits] [leaflet-markercluster] 47/49: Update patch 2001.

Jonas Smedegaard js at moszumanska.debian.org
Tue Jan 28 17:54:49 UTC 2014


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

js pushed a commit to branch master
in repository leaflet-markercluster.

commit bdfc45d10433c0308ecbcdc0205f9aa8302585ac
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 28 18:16:01 2014 +0100

    Update patch 2001.
---
 debian/patches/2001-dont-run-jshint-checks.patch | 26 +++++++++++++-----------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/debian/patches/2001-dont-run-jshint-checks.patch b/debian/patches/2001-dont-run-jshint-checks.patch
index 0e36273..25bbea7 100644
--- a/debian/patches/2001-dont-run-jshint-checks.patch
+++ b/debian/patches/2001-dont-run-jshint-checks.patch
@@ -3,25 +3,27 @@ Description: don't run jshint tests during build
  is not DFSG compatible and hence cannot be included in Debian, this patch skips
  running these checks.
 Author: Andrew Harvey<andrew.harvey4 at gmail.com>
+Author: Jonas Smedegaard <dr at jones.dk>
 Origin: vendor
 Forwarded: not-needed
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/Jakefile.js
 +++ b/Jakefile.js
-@@ -1,5 +1,4 @@
--var build = require('./build/build.js'),
--    lint = require('./build/hint.js');
-+var build = require('./build/build.js');
- 
- var COPYRIGHT = '/*\n Copyright (c) 2012, Smartrak, David Leaver\n' +
-                 ' Leaflet.markercluster is an open-source JavaScript library for Marker Clustering on leaflet powered maps.\n' + 
-@@ -23,7 +22,7 @@
- });
+@@ -18,7 +18,7 @@
+ task('lint', build.lint);
  
  desc('Combine and compress Leaflet.markercluster source files');
--task('build', ['lint'], function (compsBase32, buildName) {
-+task('build', function (compsBase32, buildName) {
+-task('build', ['lint'], build.build);
++task('build', build.build);
  
- 	var files = build.getFiles(compsBase32);
+ desc('Run PhantomJS tests');
+ task('test', ['lint'], build.test);
+--- a/build/build.js
++++ b/build/build.js
+@@ -1,5 +1,4 @@
+ var fs = require('fs'),
+-    jshint = require('jshint'),
+     UglifyJS = require('uglify-js'),
  
+     deps = require('./deps.js').deps,

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



More information about the Pkg-javascript-commits mailing list