diff options
-rw-r--r-- | debian/control | 16 | ||||
-rw-r--r-- | debian/python3-django-ishtar.links | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/debian/control b/debian/control index 8e1d71c39..ade515323 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: python-django-ishtar Section: python Priority: optional Maintainer: Étienne Loks <etienne.loks@iggdrasil.net> -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper (>= 13~), dh-python, python3-all, python3-setuptools @@ -26,6 +26,7 @@ Depends: ${misc:Depends}, python3-num2words, python3-odf, python3-pandas, + python3-pathvalidate, python3-psycopg2, python3-pil, python3-png, @@ -38,9 +39,9 @@ Depends: ${misc:Depends}, python3-pyproj, python3-xlrd, python3-django-simple-history, - python3-secretary, - python3-django (>= 2:2.2.24), - python3-django (<< 2:2.3.0), + python3-secretary (>= 0.2.20), + python3-django (>= 3:4.2.21), + python3-django (<< 3:4.3.0), python3-ajax-select, python3-djangorestframework, python3-django-axes, @@ -58,13 +59,12 @@ Depends: ${misc:Depends}, poppler-utils, pandoc, fonts-sil-gentiumplus, - fonts-fork-awesome, - weasyprint + fonts-fork-awesome Recommends: postgresql, postgresql-contrib, - postgresql-13-postgis-3, - postgresql-13-postgis-3-scripts, + postgresql-postgis, + postgresql-postgis-scripts, uwsgi, uwsgi-plugin-python3, nginx diff --git a/debian/python3-django-ishtar.links b/debian/python3-django-ishtar.links index e27f8830d..e498224ba 100644 --- a/debian/python3-django-ishtar.links +++ b/debian/python3-django-ishtar.links @@ -7,8 +7,8 @@ usr/share/python3-django-ishtar/locale srv/ishtar/locale usr/share/python3-django-ishtar/example_project srv/ishtar/example_project usr/share/python3-django-ishtar/install srv/ishtar/install usr/share/python3-django-ishtar/install/extra_settings.py etc/ishtar/extra_settings.py -usr/share/fonts/truetype/gentiumplus/GentiumPlus-I.ttf usr/lib/python3/dist-packages/ishtar_common/static/gentium/GentiumPlus-I.ttf -usr/share/fonts/truetype/gentiumplus/GentiumPlus-R.ttf usr/lib/python3/dist-packages/ishtar_common/static/gentium/GentiumPlus-R.ttf +usr/share/fonts/truetype/gentiumplus/GentiumPlus-Italic.ttf usr/lib/python3/dist-packages/ishtar_common/static/gentium/GentiumPlus-I.ttf +usr/share/fonts/truetype/gentiumplus/GentiumPlus-Regular.ttf usr/lib/python3/dist-packages/ishtar_common/static/gentium/GentiumPlus-R.ttf usr/share/fonts-fork-awesome/css/fork-awesome.css usr/lib/python3/dist-packages/ishtar_common/static/fork-awesome/css/fork-awesome.min.css usr/share/fonts/eot/fork-awesome/forkawesome-webfont.eot usr/lib/python3/dist-packages/ishtar_common/static/fork-awesome/fonts/forkawesome-webfont.eot usr/share/fonts/svg/fork-awesome/forkawesome-webfont.svg usr/lib/python3/dist-packages/ishtar_common/static/fork-awesome/fonts/forkawesome-webfont.svg |