From 90ea4a7809c560e34cc4a5f513f24928e4e374d3 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 22 Sep 2016 13:24:23 +0200 Subject: [PATCH] debian: really dont build for python3 --- debian/control | 3 +-- debian/rules | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 792848c..d68316a 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,7 @@ Uploaders: Raphaƫl Hertzog , Brian May Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9), dh-python, - python-all, python-setuptools, python-django, - python3-all, python3-setuptools, python3-django, + python-all, python-setuptools, python-django Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-jsonfield/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-tagging/trunk/ Homepage: https://bitbucket.org/schinckel/django-jsonfield/ diff --git a/debian/rules b/debian/rules index 4bc9cab..197372c 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_NAME=django-jsonfield %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python2 .PHONY: override_dh_auto_test override_dh_auto_test: