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

View File

@ -1,4 +1,4 @@
/etc/hobo-agent
/var/log/hobo-agent
/etc/sudoers.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/settings.py /etc/hobo-agent
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/server/nginx-example.conf
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/settings.py /etc/hobo
debian/server/uwsgi.ini /etc/hobo
debian/server/debian_config.py /usr/lib/hobo