debian: apply wrap-and-sort

This commit is contained in:
Frédéric Péters 2022-06-17 19:55:25 +02:00
parent 3c06b8b6fa
commit c6db8eeb11
5 changed files with 38 additions and 38 deletions

68
debian/control vendored
View File

@ -2,52 +2,52 @@ Source: hobo
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.1 Standards-Version: 3.9.1
Package: python3-hobo Package: python3-hobo
Architecture: all Architecture: all
Depends: ${misc:Depends}, Depends: python3-apt,
${python3:Depends}, python3-celery (>= 3.1.13),
python3-django (>= 2:2.2), python3-django (>= 2:2.2),
python3-celery (>= 3.1.13), python3-djangorestframework,
python3-requests, python3-dnspython,
python3-apt, python3-memcache,
python3-memcache, python3-num2words,
python3-prometheus-client, python3-prometheus-client,
python3-djangorestframework, python3-requests,
python3-dnspython, python3-systemd,
python3-systemd, ${misc:Depends},
python3-num2words ${python3:Depends},
Breaks: python-hobo (<< 1.53.post2) Breaks: python-hobo (<< 1.53.post2)
Replaces: python-hobo (<< 1.53.post2) Replaces: python-hobo (<< 1.53.post2)
Recommends: Recommends: memcached, python3-django-mellon (>= 1.2.22.26), python3-gadjo
python3-gadjo,
python3-django-mellon (>= 1.2.22.26),
memcached
Description: Rapid Remote Deployment python 3 module Description: Rapid Remote Deployment python 3 module
Package: hobo Package: hobo
Architecture: all Architecture: all
Depends: python3-hobo (= ${binary:Version}), Depends: python3-django (>= 1.8),
python3-django-tenant-schemas, python3-django-mellon (>= 1.2.17),
python3-psycopg2, python3-django-tenant-schemas,
python3-django (>= 1.8), python3-gadjo,
python3-gadjo, python3-hobo (= ${binary:Version}),
python3-django-mellon (>= 1.2.17), python3-psycopg2,
python3-uwsgidecorators, python3-uwsgidecorators,
uwsgi, uwsgi,
uwsgi-plugin-python3 uwsgi-plugin-python3,
Recommends: nginx, Recommends: erlang-nox (>= 1:17.1), nginx, rabbitmq-server (>= 3.3)
rabbitmq-server (>= 3.3),
erlang-nox (>= 1:17.1)
Suggests: postgresql Suggests: postgresql
Description: Rapid Remote Deployment Daemon Description: Rapid Remote Deployment Daemon
Package: hobo-agent Package: hobo-agent
Architecture: all Architecture: all
Depends: python3-hobo (= ${binary:Version}), Depends: python-celery-common,
python-celery-common, python3-hobo (= ${binary:Version}),
sudo, sudo,
supervisor supervisor,
Description: Rapid Remote Deployment Agent Description: Rapid Remote Deployment Agent

View File

@ -1,4 +1,4 @@
/etc/hobo-agent /etc/hobo-agent
/var/log/hobo-agent
/etc/sudoers.d /etc/sudoers.d
/etc/supervisor/conf.d /etc/supervisor/conf.d
/var/log/hobo-agent

View File

@ -1,3 +1,3 @@
debian/agent/settings.py /etc/hobo-agent
debian/agent/hobo-agent.conf /etc/supervisor/conf.d debian/agent/hobo-agent.conf /etc/supervisor/conf.d
debian/agent/settings.py /etc/hobo-agent
debian/agent/sudo-hobo-agent /etc/sudoers.d debian/agent/sudo-hobo-agent /etc/sudoers.d

2
debian/hobo.docs vendored
View File

@ -1,3 +1,3 @@
debian/rabbitmq/rabbitmq.config.example debian/rabbitmq/rabbitmq.config.example
debian/server/nginx-example.conf
debian/server/README.Debian debian/server/README.Debian
debian/server/nginx-example.conf

2
debian/hobo.install vendored
View File

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