diff --git a/debian/changelog b/debian/changelog index 2efd5576abff9888d8e04e5534bdaba8c1241536..bfcd4d24f14badc44ee3f0fcb7dbbc17986e6756 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ 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 Fri, 27 Apr 2018 12:16:05 +0200 diff --git a/debian/patches/debianize.patch b/debian/patches/debianize.patch index f5030610f239fe5414431aeb3fc14362e3fb8fce..cc660c5d63af5143ead5ce166dc5d28068baba20 100644 --- a/debian/patches/debianize.patch +++ b/debian/patches/debianize.patch @@ -1,25 +1,13 @@ Description: Debianize Author: Thomas Goirand 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'