debian: apply wrap-and-sort

This commit is contained in:
Frédéric Péters 2022-06-17 19:04:14 +02:00
parent 72dada8521
commit f142f10ee7
3 changed files with 41 additions and 35 deletions

4
debian/combo.dirs vendored
View File

@ -1,7 +1,7 @@
/etc/combo /etc/combo
/usr/share/combo/themes
/usr/lib/combo /usr/lib/combo
/usr/share/combo/themes
/var/lib/combo/collectstatic /var/lib/combo/collectstatic
/var/lib/combo/spooler
/var/lib/combo/tenants /var/lib/combo/tenants
/var/log/combo /var/log/combo
/var/lib/combo/spooler

View File

@ -1,4 +1,4 @@
debian/combo-manage /usr/bin debian/combo-manage /usr/bin
debian/debian_config.py /usr/lib/combo
debian/settings.py /etc/combo debian/settings.py /etc/combo
debian/uwsgi.ini /etc/combo debian/uwsgi.ini /etc/combo
debian/debian_config.py /usr/lib/combo

70
debian/control vendored
View File

@ -2,33 +2,39 @@ Source: combo
Maintainer: Jérôme Schneider <jschneider@entrouvert.com> Maintainer: Jérôme Schneider <jschneider@entrouvert.com>
Section: python Section: python
Priority: optional Priority: optional
Build-Depends: python3-setuptools, python3-all, python3-django, debhelper-compat (= 12), dh-python, sassc Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-django,
python3-setuptools,
sassc,
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Package: python3-combo Package: python3-combo
Architecture: all Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, Depends: python3-distutils,
python3-distutils, python3-django (>= 2:2.2),
python3-django (>= 2:2.2), python3-django-ratelimit,
python3-djangorestframework (>= 3.3), python3-djangorestframework (>= 3.3),
python3-gadjo (>= 0.53), python3-eopayment (>= 1.60),
python3-pyproj, python3-feedparser,
python3-requests, python3-gadjo (>= 0.53),
python3-feedparser, python3-lxml,
python3-xstatic-leaflet, python3-pil,
python3-xstatic-leaflet-gesturehandling, python3-publik-django-templatetags,
python3-xstatic-leaflet-markercluster, python3-pycryptodome,
python3-xstatic-opensans, python3-pygal,
python3-xstatic-roboto-fontface (>= 0.5.0.0), python3-pyproj,
python3-eopayment (>= 1.60), python3-pywebpush,
python3-django-ratelimit, python3-requests,
python3-sorl-thumbnail, python3-sorl-thumbnail,
python3-pil, python3-xstatic-leaflet,
python3-pycryptodome, python3-xstatic-leaflet-gesturehandling,
python3-pywebpush, python3-xstatic-leaflet-markercluster,
python3-pygal, python3-xstatic-opensans,
python3-lxml, python3-xstatic-roboto-fontface (>= 0.5.0.0),
python3-publik-django-templatetags ${misc:Depends},
${python3:Depends},
Recommends: python3-django-mellon Recommends: python3-django-mellon
Conflicts: python-lingo Conflicts: python-lingo
Breaks: combo (<< 2.34.post2) Breaks: combo (<< 2.34.post2)
@ -36,15 +42,15 @@ Description: Portal Management System (Python module)
Package: combo Package: combo
Architecture: all Architecture: all
Depends: ${misc:Depends}, Depends: python3-combo (= ${binary:Version}),
python3-combo (= ${binary:Version}), python3-django-mellon (>= 1.13),
python3-hobo (>= 1.34), python3-django-tenant-schemas,
python3-django-tenant-schemas, python3-hobo (>= 1.34),
python3-psycopg2, python3-psycopg2,
python3-django-mellon (>= 1.13), python3-uwsgidecorators,
uwsgi, uwsgi,
uwsgi-plugin-python3, uwsgi-plugin-python3,
python3-uwsgidecorators ${misc:Depends},
Recommends: nginx Recommends: nginx
Suggests: postgresql Suggests: postgresql
Breaks: python-combo (<< 2.34.post2) Breaks: python-combo (<< 2.34.post2)