debian: update for python 3

This commit is contained in:
Frédéric Péters 2020-04-24 08:49:13 +02:00
parent db357708da
commit 8a977c1500
2 changed files with 3 additions and 6 deletions

5
debian/control vendored
View File

@ -2,13 +2,12 @@ Source: eobuilder
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-exec
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9), dh-exec
Standards-Version: 3.9.6
Homepage: https://dev.entrouvert.org/projects/eobuilder
X-Python-Version: >= 2.7
Package: eobuilder
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, pbuilder, cowbuilder
Depends: ${misc:Depends}, ${python3:Depends}, pbuilder, cowbuilder
Description: Entr'ouvert Package Builder

4
debian/rules vendored
View File

@ -1,8 +1,6 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Wed, 19 Aug 2015 16:39:17 +0200
export PYBUILD_NAME=eobuilder
%:
dh $@ --with python2 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild