Source: django-shortuuidfield
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 8.0.0),
               python-all (>= 2.7),
               python-setuptools,
               python3-all,
               python3-setuptools,
               quilt
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Homepage: https://github.com/nebstrebor/django-shortuuidfield

Package: python-django-shortuuidfield
Architecture: all
Provides: ${python:Provides}
Depends: ${python:Depends}, ${misc:Depends}, python-django, python-shortuuid
Description: Short UUIDField for Django
 Provides a ShortUUIDField for your Django models which uses the base-57 "Short
 UUID" package. Originally, a fork from David Cramer's excellent
 django-uuidfield, but not much is left of that besides a bit of structure.

Package: python3-django-shortuuidfield
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-django, python3-shortuuid
Description: Short UUIDField for Django for Python 3
 For Python 3.
 Provides a ShortUUIDField for your Django models which uses the base-57 "Short
 UUID" package. Originally, a fork from David Cramer's excellent
 django-uuidfield, but not much is left of that besides a bit of structure.

