File: debianize.patch

package info (click to toggle)
python-xstatic-angular-gettext 2.4.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: javascript: 365; python: 41; makefile: 16
file content (21 lines) | stat: -rw-r--r-- 815 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
Description: Debianize
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2015-07-29

Index: python-xstatic-angular-gettext/xstatic/pkg/angular_gettext/__init__.py
===================================================================
--- python-xstatic-angular-gettext.orig/xstatic/pkg/angular_gettext/__init__.py
+++ python-xstatic-angular-gettext/xstatic/pkg/angular_gettext/__init__.py
@@ -34,9 +34,9 @@ HOMEPAGE = 'https://angular-gettext.rock
 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/jquery'
+BASE_DIR = '/usr/share/javascript/angular.js'
 
 MAIN='angular-gettext.js'