diff --git a/debian/control b/debian/control index 6762eb2..7ecf99a 100644 --- a/debian/control +++ b/debian/control @@ -2,52 +2,52 @@ Source: hobo Maintainer: Jérôme Schneider 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 diff --git a/debian/hobo-agent.dirs b/debian/hobo-agent.dirs index 303d4a6..39ca1c8 100644 --- a/debian/hobo-agent.dirs +++ b/debian/hobo-agent.dirs @@ -1,4 +1,4 @@ /etc/hobo-agent -/var/log/hobo-agent /etc/sudoers.d /etc/supervisor/conf.d +/var/log/hobo-agent diff --git a/debian/hobo-agent.install b/debian/hobo-agent.install index aedb779..0c749fe 100644 --- a/debian/hobo-agent.install +++ b/debian/hobo-agent.install @@ -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 diff --git a/debian/hobo.docs b/debian/hobo.docs index c5e8d27..f1b2b58 100644 --- a/debian/hobo.docs +++ b/debian/hobo.docs @@ -1,3 +1,3 @@ debian/rabbitmq/rabbitmq.config.example -debian/server/nginx-example.conf debian/server/README.Debian +debian/server/nginx-example.conf diff --git a/debian/hobo.install b/debian/hobo.install index f2e705f..4b4c9b4 100644 --- a/debian/hobo.install +++ b/debian/hobo.install @@ -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