From 7ad20c7be3bc95762fe7c1af8e896c64a1caa752 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 27 Apr 2018 12:17:40 +0200 Subject: [PATCH] Added missing EPOCH in libjs-jquery-tablesorter runtime depends. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7d83866..2efd557 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-xstatic-jquery.tablesorter (2.14.5.1-4) unstable; urgency=medium + + * Added missing EPOCH in libjs-jquery-tablesorter runtime depends. + + -- Thomas Goirand Fri, 27 Apr 2018 12:16:05 +0200 + python-xstatic-jquery.tablesorter (2.14.5.1-3) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index 4d35bab..44f8d09 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Homepage: https://github.com/stackforge/xstatic-jquery.tablesorter Package: python3-xstatic-jquery.tablesorter Architecture: all Depends: - libjs-jquery-tablesorter (>= 2.14.5), + libjs-jquery-tablesorter (>= 1:2.14.5), python3-xstatic, ${misc:Depends}, ${python3:Depends}, -- GitLab