Commit ed71f3fd authored by Thomas Goirand's avatar Thomas Goirand
Browse files

Fixed debian/patches/debianize.patch to not touch package version.

parent 7ad20c7b
python-xstatic-jquery.tablesorter (2.14.5.1-4) unstable; urgency=medium
* Added missing EPOCH in libjs-jquery-tablesorter runtime depends.
* Fixed debian/patches/debianize.patch to not touch package version.
-- Thomas Goirand <zigo@debian.org> Fri, 27 Apr 2018 12:16:05 +0200
......
Description: Debianize
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2014-08-14
Last-Update: 2018-04-27
--- 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
--- 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')
+#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'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment