diff --git a/debian/control b/debian/control index 7e63f52..36ea3d3 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,15 @@ Source: django-tenant-schemas Maintainer: Jérôme Schneider Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python3-all, debhelper (>= 9), dh-python Standards-Version: 3.9.1 Package: python-django-tenant-schemas Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Tenant support for Django using PostgreSQL schemas. + +Package: python3-django-tenant-schemas +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Tenant support for Django using PostgreSQL schemas (Python 3) diff --git a/debian/files b/debian/files deleted file mode 100644 index 7a45648..0000000 --- a/debian/files +++ /dev/null @@ -1,2 +0,0 @@ -python-django-tenant-schemas_1.4.8-10-ga5f144a-1_all.deb python optional -python3-django-tenant-schemas_1.4.8-10-ga5f144a-1_all.deb python optional diff --git a/debian/rules b/debian/rules index b2e2109..ac4aa85 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f -# This file was automatically generated by stdeb 0.8.2 at -# Tue, 14 Oct 2014 11:39:16 +0200 +export PYBUILD_DISABLE=test +export PYBUILD_NAME=django-tenant-schemas %: - dh $@ --with python2 + dh $@ --with python2,python3 --buildsystem=pybuild