File: debianize.patch

package info (click to toggle)
python-xstatic-jquery.tablesorter 2.14.5.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: javascript: 1,267; python: 41; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Debianize
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2018-04-27

--- python-xstatic-jquery.tablesorter-2.14.5.1.orig/xstatic/pkg/jquery_tablesorter/__init__.py
+++ python-xstatic-jquery.tablesorter-2.14.5.1/xstatic/pkg/jquery_tablesorter/__init__.py
@@ -36,7 +36,7 @@ LICENSE = '(same as %s)' % DISPLAY_NAME
 from os.path import join, dirname
 BASE_DIR = join(dirname(__file__), 'data')
 # linux package maintainers just can point to their file locations like this:
-#BASE_DIR = '/usr/share/javascript/jquery_tablesorter'
+BASE_DIR = '/usr/share/javascript/jquery-tablesorter'
 
 LOCATIONS = {
     # CDN locations (if no public CDN exists, use an empty dict)