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: