use python3
This commit is contained in:
parent
bf209e825c
commit
005244a187
3 changed files with 5 additions and 9 deletions
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
||||||
7
|
9
|
||||||
|
|
7
debian/control
vendored
7
debian/control
vendored
|
@ -2,14 +2,13 @@ Source: pandora-client
|
||||||
Maintainer: Jan Gerber <j@mailb.org>
|
Maintainer: Jan Gerber <j@mailb.org>
|
||||||
Section: python
|
Section: python
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3),
|
Build-Depends: python3-all, debhelper (>= 7.4.3), dh-python, python3-setuptools (>= 0.6b3),
|
||||||
debhelper (>= 7.4.3), dh-python
|
python3-ox, python3-six, python3-requests, python3-twisted
|
||||||
Standards-Version: 3.9.1
|
Standards-Version: 3.9.1
|
||||||
|
|
||||||
Package: pandora-client
|
Package: pandora-client
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${python:Depends},
|
Depends: ${misc:Depends}, ${python3:Depends}, ffmpeg2theora, ffmpeg | libav-tools
|
||||||
python-ox, ffmpeg2theora, ffmpeg | libav-tools, python-requests, python-twisted
|
|
||||||
Description: pandora_client is a commandline client for pan.do/ra.
|
Description: pandora_client is a commandline client for pan.do/ra.
|
||||||
You can use it to import videos into a pan.do/ra system.
|
You can use it to import videos into a pan.do/ra system.
|
||||||
|
|
||||||
|
|
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -1,9 +1,6 @@
|
||||||
#!/usr/bin/make -f
|
#!/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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue