File: debianize.patch

package info (click to toggle)
python-xstatic-jquery-ui 1.12.0.1%2Bdebian%2Bdfsg3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: python: 39; makefile: 24; sh: 14
file content (19 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Debianize
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2017-10-14

--- python-xstatic-jquery-ui-1.12.0.1+debian+dfsg3.orig/xstatic/pkg/jquery_ui/__init__.py
+++ python-xstatic-jquery-ui-1.12.0.1+debian+dfsg3/xstatic/pkg/jquery_ui/__init__.py
@@ -34,9 +34,9 @@ HOMEPAGE = 'http://jqueryui.com/'
 LICENSE = '(same as %s)' % DISPLAY_NAME
 
 from os.path import join, dirname
-BASE_DIR = join(dirname(__file__), 'data')
+#BASE_DIR = join(dirname(__file__), 'data')
 # linux package maintainers just can point to their file locations like this:
-#BASE_DIR = '/usr/share/javascript/jquery_ui'
+BASE_DIR = '/usr/share/javascript/jquery-ui'
 
 LOCATIONS = {}