diff --git a/debian/changelog b/debian/changelog index 5464f241a778ba194021fe414d9e49a0f1f6e5bd..cd6f3cbc1c681294ead5951a031b2b6896e70665 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 a06d059553bbcf4e0ce492c0f10e2708f3a8b6be..a696742a4fc9505c7e58f781c1a85370da232453 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}