File: debianize.patch

package info (click to toggle)
python-xstatic-objectpath 1.2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 54
  • sloc: python: 40; makefile: 22
file content (19 lines) | stat: -rw-r--r-- 742 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 the package
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2016-09-14

--- python-xstatic-objectpath-1.2.1.0.orig/xstatic/pkg/objectpath/__init__.py
+++ python-xstatic-objectpath-1.2.1.0/xstatic/pkg/objectpath/__init__.py
@@ -34,9 +34,9 @@ HOMEPAGE = 'https://github.com/mike-marc
 LICENSE = 'MIT'
 
 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/angular-schema-form'
+BASE_DIR = '/usr/share/javascript/objectpath'
 
 LOCATIONS = {
     # CDN locations (if no public CDN exists, use an empty dict)