From 005244a187501b4d28e0d219fa50af83dc9a7819 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 28 May 2017 10:24:57 +0200 Subject: [PATCH] use python3 --- debian/compat | 2 +- debian/control | 7 +++---- debian/rules | 5 +---- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index c8d70ab..1e7a684 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,13 @@ Source: pandora-client Maintainer: Jan Gerber 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. diff --git a/debian/rules b/debian/rules index 49d8906..061b46d 100755 --- a/debian/rules +++ b/debian/rules @@ -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