Source: django-paintstore
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonas Meurer <mejo@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-paintstore.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-paintstore.git
Homepage: https://github.com/gsiegman/django-paintstore
X-Python-Version: >=2.7
X-Python3-Version: >=3.4

Package: python-django-paintstore
Architecture: all
Depends: libjs-jquery-colorpicker,
         python-django,
         ${misc:Depends},
         ${python:Depends}
Description: Integrates jQuery ColorPicker in Django admin (Python 2 version)
 Django app that integrates the jQuery ColorPicker in the Django admin.
 .
 This package contains the Python 2 version of the library.

Package: python3-django-paintstore
Architecture: all
Depends: libjs-jquery-colorpicker,
         python3-django,
         ${misc:Depends},
         ${python3:Depends}
Description: Integrates jQuery ColorPicker in Django admin (Python 3 version)
 Django app that integrates the jQuery ColorPicker in the Django admin.
 .
 This package contains the Python 3 version of the library.
