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: Debianize
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2014-08-14
--- python-xstatic-jquery.tablesorter-2.0.5b.1.orig/xstatic/pkg/jquery_tablesorter/__init__.py
+++ python-xstatic-jquery.tablesorter-2.0.5b.1/xstatic/pkg/jquery_tablesorter/__init__.py
@@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package
# please use a all-lowercase valid python
# package name
-VERSION = '2.14.5' # version of the packaged files, please use the upstream
+VERSION = '2.0.5b' # version of the packaged files, please use the upstream
# version number
BUILD = '1' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
@@ -34,9 +34,9 @@ HOMEPAGE = 'https://github.com/Mottie/ta
LICENSE = '(same as %s)' % DISPLAY_NAME
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_tablesorter'
+BASE_DIR = '/usr/share/javascript/jquery-tablesorter'
LOCATIONS = {
# CDN locations (if no public CDN exists, use an empty dict)
|