d/s/options: extend-diff-ignore of .gitreview d/control: Using OpenStack's Gerrit as VCS URLs. Change-Id: Ic508d13bc9be0ba12f4fcb60038ec1fde8f10363
76 lines
3.9 KiB
Plaintext
76 lines
3.9 KiB
Plaintext
Source: python-xstatic-jquery.tablesorter
|
||
Section: python
|
||
Priority: optional
|
||
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
|
||
Uploaders: Thomas Goirand <zigo@debian.org>
|
||
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://git.openstack.org/cgit/openstack/deb-python-xstatic-jquery.tablesorter?h=debian%2Fnewton
|
||
Vcs-Git: https://git.openstack.org/openstack/deb-python-xstatic-jquery.tablesorter -b debian/newton
|
||
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}
|
||
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,
|
||
with any package management system or even without one.
|
||
.
|
||
Many Python projects need to use some specific data files, like javascript,
|
||
css, java applets, images, etc. Sometimes these files belong to YOUR project
|
||
(then you may want to package them separately, but you could also just put
|
||
them into your main package). But in many other cases, those files are
|
||
maintained by someone else (like jQuery javascript library or even much bigger
|
||
js libraries or applications) and you definitely do not really want to merge
|
||
them into your project. So, you want to have static file packages, but you
|
||
don’t want to get lots of stuff you do not want. Thus, stuff required by
|
||
XStatic file packages (especially the main, toplevel XStatic package) tries to
|
||
obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework
|
||
or other stuff you don't want. Maybe there will be optional XStatic extensions
|
||
for all sorts of stuff, but they won't be required if you just want the files.
|
||
.
|
||
By having static files in packages, it is also easier to build virtual envs,
|
||
support linux/bsd/... distribution package maintainers and even windows
|
||
installs using the same mechanism.
|
||
.
|
||
This package provides JQuery Tablesorter support as a Python 2.x module.
|
||
|
||
Package: python3-xstatic-jquery.tablesorter
|
||
Architecture: all
|
||
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,
|
||
with any package management system or even without one.
|
||
.
|
||
Many Python projects need to use some specific data files, like javascript,
|
||
css, java applets, images, etc. Sometimes these files belong to YOUR project
|
||
(then you may want to package them separately, but you could also just put
|
||
them into your main package). But in many other cases, those files are
|
||
maintained by someone else (like jQuery javascript library or even much bigger
|
||
js libraries or applications) and you definitely do not really want to merge
|
||
them into your project. So, you want to have static file packages, but you
|
||
don’t want to get lots of stuff you do not want. Thus, stuff required by
|
||
XStatic file packages (especially the main, toplevel XStatic package) tries to
|
||
obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework
|
||
or other stuff you don't want. Maybe there will be optional XStatic extensions
|
||
for all sorts of stuff, but they won't be required if you just want the files.
|
||
.
|
||
By having static files in packages, it is also easier to build virtual envs,
|
||
support linux/bsd/... distribution package maintainers and even windows
|
||
installs using the same mechanism.
|
||
.
|
||
This package provides JQuery Tablesorter support as a Python 3.x module.
|