From 5c94a0afbc46fe79252efc17e518ec7c2551a18f Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 9 Sep 2015 12:58:03 +0000 Subject: [PATCH] Depends on libjs-* >= 2.14.5 --- debian/changelog | 9 +++++++-- debian/control | 8 +++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5464f24..cd6f3cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ -python-xstatic-jquery.tablesorter (2.14.5.1-1) experimental; urgency=medium +python-xstatic-jquery.tablesorter (2.14.5.1-2) UNRELEASED; urgency=medium + [ Ivan Udovichenko ] * New upstream release. - -- Ivan Udovichenko Mon, 07 Sep 2015 15:55:57 +0300 + [ Thomas Goirand ] + * Standards-Version is now 3.9.6. + * Depends on libjs-* >= 2.14.5 + + -- Thomas Goirand Wed, 09 Sep 2015 12:56:42 +0000 python-xstatic-jquery.tablesorter (2.0.5b.1-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index a06d059..a696742 100644 --- a/debian/control +++ b/debian/control @@ -9,15 +9,14 @@ Build-Depends: debhelper (>= 9), python3-all, python3-setuptools Build-Conflicts: python-xstatic, python3-xstatic -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-xstatic-jquery.tablesorter.git Vcs-Git: git://anonscm.debian.org/openstack/python-xstatic-jquery.tablesorter.git Homepage: https://github.com/stackforge/xstatic-jquery.tablesorter Package: python-xstatic-jquery.tablesorter Architecture: all -Pre-Depends: dpkg (>= 1.15.6~) -Depends: libjs-jquery-tablesorter, +Depends: libjs-jquery-tablesorter (>= 2.14.5), python-xstatic, ${misc:Depends}, ${python:Depends} @@ -47,8 +46,7 @@ Description: JQuery Tablesorter XStatic support - Python 2.x Package: python3-xstatic-jquery.tablesorter Architecture: all -Pre-Depends: dpkg (>= 1.15.6~) -Depends: libjs-jquery-tablesorter, +Depends: libjs-jquery-tablesorter (>= 2.14.5), python3-xstatic, ${misc:Depends}, ${python3:Depends} -- GitLab