File: debianize.patch

package info (click to toggle)
python-xstatic-roboto-fontface 0.5.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 14,896 kB
  • sloc: python: 41; makefile: 15
file content (22 lines) | stat: -rw-r--r-- 960 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Debianize
 Use files from the fonts-roboto-fontface package.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2015-09-07

Index: python-xstatic-roboto-fontface/xstatic/pkg/roboto_fontface/__init__.py
===================================================================
--- python-xstatic-roboto-fontface.orig/xstatic/pkg/roboto_fontface/__init__.py
+++ python-xstatic-roboto-fontface/xstatic/pkg/roboto_fontface/__init__.py
@@ -38,9 +38,9 @@ HOMEPAGE = 'https://github.com/choffmeis
 LICENSE = 'Apache-2.0'
 
 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/' + NAME
+BASE_DIR = '/usr/share/fonts-roboto-fontface'
 
 # location of the Javascript file that's the entry point for this package, if
 # one exists, relative to BASE_DIR