add python3 package

This commit is contained in:
Frédéric Péters 2019-08-20 22:04:47 +02:00
parent 52c3ce8d21
commit 8938e4c306
2 changed files with 15 additions and 12 deletions

20
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: xstatic-jquery-ui
Maintainer: Frederic Peters <fpeters@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python3-setuptools, python3-all, debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: http://jqueryui.com/
@ -10,9 +10,6 @@ Package: python-xstatic-jquery-ui
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: jquery-ui 1.11.0 (XStatic packaging standard)
XStatic-jquery-ui
-----------------
.
jquery-ui javascript library packaged for setuptools (easy_install) / pip.
.
This package is intended to be used by **any** project that needs these files.
@ -20,8 +17,15 @@ Description: jquery-ui 1.11.0 (XStatic packaging standard)
It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.
.
You can find more info about the xstatic packaging way in the package `XStatic`.
.
.
Package: python3-xstatic-jquery-ui
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: jquery-ui 1.11.0 (XStatic packaging standard) (Python 3 module)
jquery-ui javascript library packaged for setuptools (easy_install) / pip.
.
This package is intended to be used by **any** project that needs these files.
.
It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

7
debian/rules vendored
View File

@ -1,8 +1,7 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Thu, 23 Jun 2016 23:21:44 +0200
export PYBUILD_NAME=xstatic-jquery-ui
%:
dh $@ --with python2 --buildsystem=pybuild
%:
dh $@ --with python2,python3 --buildsystem=pybuild