File: 0001_uglify_no_copyright.patch

package info (click to toggle)
jquery.sparkline 2.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: javascript: 2,475; sh: 72; makefile: 35; python: 26
file content (15 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Don't apply --no-copyright to uglifyjs
 Our uglifyjs doesn't support this option, thus remove it.
Author: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Last-Update: 2019-05-06

--- jquery.sparkline-2.1.2.orig/Makefile
+++ jquery.sparkline-2.1.2/Makefile
@@ -1,6 +1,6 @@
 SRC_DIR = src
 DIST_DIR = dist
-COMPILER ?= `which uglifyjs` --no-copyright
+COMPILER ?= `which uglifyjs`
 
 
 SRC_FILES = $(SRC_DIR)/header.js\