diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-29 15:03:14 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-04 18:49:51 +0100 |
commit | bde968ca2017edc6615e0b11f77d0d8e27b4a1c6 (patch) | |
tree | bf2d6cb476b444b07ac92935ebfd39cefca05344 /debian/control | |
parent | afe6f2073b75dce1b9bb167017821bcedec73039 (diff) | |
download | Ishtar-bde968ca2017edc6615e0b11f77d0d8e27b4a1c6.tar.bz2 Ishtar-bde968ca2017edc6615e0b11f77d0d8e27b4a1c6.zip |
Work on new package
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 93 |
1 files changed, 53 insertions, 40 deletions
diff --git a/debian/control b/debian/control index fb4ce26e5..061cd9b93 100644 --- a/debian/control +++ b/debian/control @@ -1,48 +1,61 @@ Source: python-django-ishtar Section: python Priority: optional -Maintainer: Étienne Loks <etienne.loks@peacefrogs.net> -Build-Depends: debhelper (>= 9.0.0), - python | python-all | python-dev | python-all-dev, - python-setuptools -Standards-Version: 3.9.3 -Homepage: http://pypi.python.org/pypi/ishtar +Maintainer: Étienne Loks <etienne.loks@iggdrasil.net> +Build-Depends: debhelper (>= 11~), + dh-python, + python3-all, + python3-setuptools +Standards-Version: 4.3.0 +Homepage: https://ishtar-archeo.net/ -Package: python-django-ishtar +Package: python3-django-ishtar Architecture: all Depends: ${misc:Depends}, - ${python:Depends}, - python-django (>= 1.4), - python-django (<< 1.5), - python-psycopg2, - python-imaging, - python-django-registration, - python-django-south, - python-pisa, - python-reportlab, - python-dbf, - python-tidylib, - python-lxml, - python-html5lib, - python-memcache, - python-oook-replace, - python-django-extra-views, - python-django-simple-history, - python-unicodecsv, - python-markdown, -# DB - postgresql-9.1, - postgresql-9.1-postgis, -# Web: - nginx, - uwsgi, - uwsgi-plugin-python, -# Extra: + ${python3:Depends}, + # generic python lib + python3-bs4, + python3-gdal, + python3-lxml, + python3-markdown, + python3-memcache, + python3-psycopg2, + python3-pil, + python3-png, + python3-pyqrcode, + python3-requests, + python3-tidylib, + python3-unidecode, + python3-xmltodict, + # generic python lib - custom packaging + python3-django-simple-history, + python3-secretary, + python3-weasyprint, + # django + python3-django (>= 1.11.18), + python3-django (<< 2.0), + python3-ajax-select, + python3-djangorestframework, + python3-django-compressor, + python3-django-extensions, + python3-django-extra-views, + python3-django-formtools, + python3-django-registration, + # generic apg, gettext, -Recommends: javascript-common, - libjs-jquery, - libjs-jquery-ui, - libjs-jquery-ui-theme-base, - memcached -Description: TBD + locales, + memcached, + graphviz, + pandoc +Recommends: + postgresql, + postgresql-contrib, + postgresql-11-postgis-2.5, + postgresql-11-postgis-2.5-scripts, + uwsgi, + uwsgi-plugin-python3, + nginx +Description: Archaeological data management + Ishtar aims at enabling the management, improvement, analysis and sharing of + data from archaeological excavations, from fieldwork to museums. |