use python3

This commit is contained in:
j 2017-05-28 10:24:57 +02:00
parent bf209e825c
commit 005244a187
3 changed files with 5 additions and 9 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
7
9

7
debian/control vendored
View File

@ -2,14 +2,13 @@ Source: pandora-client
Maintainer: Jan Gerber <j@mailb.org>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3),
debhelper (>= 7.4.3), dh-python
Build-Depends: python3-all, debhelper (>= 7.4.3), dh-python, python3-setuptools (>= 0.6b3),
python3-ox, python3-six, python3-requests, python3-twisted
Standards-Version: 3.9.1
Package: pandora-client
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-ox, ffmpeg2theora, ffmpeg | libav-tools, python-requests, python-twisted
Depends: ${misc:Depends}, ${python3:Depends}, ffmpeg2theora, ffmpeg | libav-tools
Description: pandora_client is a commandline client for pan.do/ra.
You can use it to import videos into a pan.do/ra system.

5
debian/rules vendored
View File

@ -1,9 +1,6 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.6.0+git at
# Fri, 27 Sep 2013 15:13:41 +0200
%:
dh $@ --with python2 --buildsystem=python_distutils
dh $@ --with python3 --buildsystem=pybuild