Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenStack
xstatic
python-xstatic-jquery.tablesorter
Commits
ed71f3fd
Commit
ed71f3fd
authored
Apr 27, 2018
by
Thomas Goirand
Browse files
Fixed debian/patches/debianize.patch to not touch package version.
parent
7ad20c7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ed71f3fd
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
...
...
debian/patches/debianize.patch
View file @
ed71f3fd
Description: Debianize
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 201
4-08-14
Last-Update: 201
8-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'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment