debian: really dont build for python3

This commit is contained in:
Benjamin Dauvergne 2016-09-22 13:24:23 +02:00
parent a6eda078b9
commit 90ea4a7809
2 changed files with 2 additions and 3 deletions

3
debian/control vendored
View File

@ -6,8 +6,7 @@ Uploaders: Raphaël Hertzog <hertzog@debian.org>,
Brian May <bam@debian.org>
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/

2
debian/rules vendored
View File

@ -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: