debian: apply new pre-commit-debian (#77727)
gitea/authentic/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-05-27 21:38:16 +02:00
parent 4268d3d79e
commit 46b04a9102
1 changed files with 9 additions and 7 deletions

16
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: authentic2
Section: python
Priority: optional
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Build-Depends-Indep: python3-all-dev
Build-Depends-Indep: python3-all-dev,
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-django,
@ -45,8 +45,8 @@ Depends: openssl,
python3-uwsgidecorators,
${misc:Depends},
${python3:Depends},
Conflicts: python-authentic2
Replaces: python-authentic2
Conflicts: python-authentic2,
Replaces: python-authentic2,
Description: Versatile identity server
Authentic is a versatile identity provider aiming to address a broad
range of needs, from simple to complex setups; it has support for many
@ -67,8 +67,9 @@ Depends: adduser,
uwsgi,
uwsgi-plugin-python3,
${misc:Depends},
Recommends: postgresql-client
Suggests: nginx, postgresql
Recommends: postgresql-client,
Suggests: nginx,
postgresql,
Description: Versatile identity server Python module
Authentic is a versatile identity provider aiming to address a broad
range of needs, from simple to complex setups; it has support for many
@ -91,8 +92,9 @@ Depends: adduser,
uwsgi,
uwsgi-plugin-python3,
${misc:Depends},
Recommends: postgresql-client
Suggests: nginx, postgresql
Recommends: postgresql-client,
Suggests: nginx,
postgresql,
Description: Multitenant versatile identity server Python module
Authentic is a versatile identity provider aiming to address a broad
range of needs, from simple to complex setups; it has support for many