diff --git a/debian/changelog b/debian/changelog index 8dce15442f77d974e345846701927e4e4683dba6..5059f2f4bbbedc18bf48df3318a0429e9ba4aa36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ python-xstatic-jquery.tablesorter (2.14.5.1-3) UNRELEASED; urgency=medium * Updating vcs fields. * Updating copyright format url. * Updating maintainer field. + * Running wrap-and-sort -bast. -- Ondřej Nový Sun, 28 Feb 2016 15:54:38 +0100 diff --git a/debian/control b/debian/control index a16b00025ef94c80086a7f760d886e10e3ddd63a..e5c4221a9e2f5e18845ac6d3767cf798e61aa1a1 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,17 @@ Source: python-xstatic-jquery.tablesorter Section: python Priority: optional Maintainer: Debian OpenStack -Uploaders: Thomas Goirand -Build-Depends: debhelper (>= 9), - python-all (>= 2.6.6-3~), - python-setuptools, - python3-all, - python3-setuptools -Build-Conflicts: python-xstatic, python3-xstatic +Uploaders: + Thomas Goirand , +Build-Depends: + debhelper (>= 9), + python-all (>= 2.6.6-3~), + python-setuptools, + python3-all, + python3-setuptools, +Build-Conflicts: + python-xstatic, + python3-xstatic, Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/openstack/xstatic/python-xstatic-jquery.tablesorter.git Vcs-Git: https://anonscm.debian.org/git/openstack/xstatic/python-xstatic-jquery.tablesorter.git @@ -16,10 +20,11 @@ Homepage: https://github.com/stackforge/xstatic-jquery.tablesorter Package: python-xstatic-jquery.tablesorter Architecture: all -Depends: libjs-jquery-tablesorter (>= 2.14.5), - python-xstatic, - ${misc:Depends}, - ${python:Depends} +Depends: + libjs-jquery-tablesorter (>= 2.14.5), + python-xstatic, + ${misc:Depends}, + ${python:Depends}, Description: JQuery Tablesorter XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, @@ -46,10 +51,11 @@ Description: JQuery Tablesorter XStatic support - Python 2.x Package: python3-xstatic-jquery.tablesorter Architecture: all -Depends: libjs-jquery-tablesorter (>= 2.14.5), - python3-xstatic, - ${misc:Depends}, - ${python3:Depends} +Depends: + libjs-jquery-tablesorter (>= 2.14.5), + python3-xstatic, + ${misc:Depends}, + ${python3:Depends}, Description: JQuery Tablesorter XStatic support - Python 3.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems,