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)
|