debian: distribute a python3 version

This commit is contained in:
Frédéric Péters 2019-10-14 19:37:13 +02:00
parent 6cf36b099f
commit 826cae0967
2 changed files with 13 additions and 3 deletions

12
debian/control vendored
View File

@ -2,13 +2,21 @@ Source: combo-plugin-gnm
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python-django, python-dateutil
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python-django, python-dateutil, python3-all, python3-setuptools, python3-dateutil
Standards-Version: 3.9.1
Package: python-combo-plugin-gnm
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-combo
Depends: ${misc:Depends}, ${python:Depends}, python-combo, python3-combo-plugin-gnm
Description: Combo GNM Plugin
Extension module for the Combo content management system,
with various developments that are at the moment at least
specific to the GNM project.
Package: python3-combo-plugin-gnm
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python3-combo
Description: Combo GNM Plugin (Python 3)
Extension module for the Combo content management system,
with various developments that are at the moment at least
specific to the GNM project.

4
debian/rules vendored
View File

@ -7,4 +7,6 @@
export PYBUILD_NAME=combo-plugin-gnm
%:
dh $@ --with python2
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test: