debian: add python3-gadjo package (#35494)

This commit is contained in:
Frédéric Péters 2019-08-20 20:36:41 +02:00
parent f90815fdf9
commit ebf80591d5
4 changed files with 16 additions and 2 deletions

7
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: gadjo
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 33), python-pkg-resources (>= 33), dh-python, dpkg-dev, python-all (>= 2.6.6-3), python2.7-dev, python-all-dev, debhelper (>= 9), python-django, inkscape, python-imaging, libjpeg-dev, zlib1g-dev, ruby-sass (>= 3.4)
Build-Depends: python-setuptools (>= 33), python-pkg-resources (>= 33), dh-python, dpkg-dev, python-all (>= 2.6.6-3), python2.7-dev, python-all-dev, python3-all, debhelper (>= 9), python-django, python3-django, inkscape, python-imaging, python3-imaging, libjpeg-dev, zlib1g-dev, ruby-sass (>= 3.4)
Standards-Version: 3.9.1
Package: python-gadjo
@ -10,3 +10,8 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django, libjs-jquery
Description: Base templates for management interfaces
Package: python3-gadjo
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django, libjs-jquery
Description: Base templates for management interfaces (Python 3)

4
debian/py3dist-overrides vendored Normal file
View File

@ -0,0 +1,4 @@
xstatic_font_awesome python3-xstatic-font-awesome
xstatic_opensans python3-xstatic-opensans
xstatic_jquery python3-xstatic-jquery
xstatic_jquery_ui python3-xstatic-jquery-ui

View File

@ -1 +1,4 @@
xstatic_font_awesome python-xstatic-font-awesome
xstatic_opensans python-xstatic-opensans
xstatic_jquery python-xstatic-jquery
xstatic_jquery_ui python-xstatic-jquery-ui

4
debian/rules vendored
View File

@ -1,6 +1,8 @@
#!/usr/bin/make -f
export PYBUILD_NAME=gadjo
%:
dh $@ --with python2
dh $@ --with python2,python3 --buildsystem=pybuild