File: don-t-install-jquery.patch

package info (click to toggle)
libgda5 5.2.10-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76,124 kB
  • sloc: ansic: 495,319; xml: 10,486; yacc: 5,165; sh: 4,451; makefile: 4,095; php: 1,416; java: 1,300; javascript: 1,298; python: 896; sql: 879; perl: 116
file content (24 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Jeremy Bicha <jbicha@debian.org>
Date: Thu, 27 Sep 2018 13:38:32 -0400
Subject: don't install jquery

Since this file is listed in Files-Excluded, we need to
update the build system to not try to install the missing file.

We use the distro copy of jQuery instead.
---
 tools/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 39314fe..beb10e7 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -111,7 +111,6 @@ webdatadir = $(datadir)/libgda-5.0/web
 webdata_DATA = \
 	cnc.js \
 	md5.js \
-	jquery.js \
 	mouseapp_2.js \
 	mouseirb_2.js \
 	irb.js \