File: Debianize-the-package.patch

package info (click to toggle)
python-xstatic-tv4 1.2.7.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: javascript: 1,586; python: 40; makefile: 20
file content (28 lines) | stat: -rw-r--r-- 938 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
20
21
22
23
24
25
26
27
28
Description: [PATCH] Debianize the package
Author: Ivan Udovichenko <iudovichenko@mirantis.com>
Forwarded: not-needed
Last-Update: 2016-09-15

---
 xstatic/pkg/tv4/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xstatic/pkg/tv4/__init__.py b/xstatic/pkg/tv4/__init__.py
index a0af492..eaf3992 100644
--- a/xstatic/pkg/tv4/__init__.py
+++ b/xstatic/pkg/tv4/__init__.py
@@ -34,9 +34,9 @@ HOMEPAGE = 'http://geraintluff.github.com/tv4/'
 LICENSE = 'https://github.com/geraintluff/tv4/blob/master/LICENSE.txt'
 
 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/tv4'
 
 LOCATIONS = {
     # CDN locations (if no public CDN exists, use an empty dict)
-- 
2.1.4