debian-django-ckeditor/debian/control

32 lines
1.1 KiB
Plaintext

Source: django-ckeditor
Section: python
Priority: extra
Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python-all,
python-django,
python-setuptools,
python3-all,
python3-django,
python3-setuptools
Standards-Version: 3.9.5
X-Python-Version: >= 2.5
Homepage: https://pypi.python.org/pypi/django-ckeditor/
Package: python-django-ckeditor
Architecture: all
Depends: python-django, ${python:Depends}, ${misc:Depends}
Description: Django admin CKEditor integration (Python 2)
Provides a ``RichTextField`` and ``CKEditorWidget`` utilizing CKEditor with
image upload and browsing support included.
Package: python3-django-ckeditor
Architecture: all
Depends: python3-django, ${python3:Depends}, ${misc:Depends}
Description: Django admin CKEditor integration (Python 3)
Provides a ``RichTextField`` and ``CKEditorWidget`` utilizing CKEditor with
image upload and browsing support included.
.
This is the Python 3 version of the package.