From ed71f3fd2b8e562b584f0edee2973db370d12298 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 27 Apr 2018 12:20:13 +0200 Subject: [PATCH] Fixed debian/patches/debianize.patch to not touch package version. --- debian/changelog | 1 + debian/patches/debianize.patch | 22 +++++----------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2efd557..bfcd4d2 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 f503061..cc660c5 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' -- GitLab