From c9b8099d74ce8d2e43d37bac120a98498cc60a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Tue, 6 Oct 2015 23:00:31 +0200 Subject: [PATCH] [fix] Add Python2 in Build-Depends and review description --- debian/control | 13 ++++++++----- debian/rules | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index e9d036216..3bfe4916b 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,14 @@ Source: yunohost Section: utils Priority: extra Maintainer: YunoHost Contributors -Build-Depends: debhelper (>=9), dh-systemd +Build-Depends: debhelper (>=9), dh-systemd, dh-python Standards-Version: 3.9.6 +X-Python-Version: >= 2.7 Homepage: https://yunohost.org/ Package: yunohost Architecture: all -Depends: ${misc:Depends}, ${shlibs:Depends}, +Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, moulinette (>= 2.2.1), python-psutil, python-requests, @@ -51,8 +52,10 @@ Replaces: moulinette-yunohost, yunohost-config, yunohost-config-nginx, yunohost-config-amavis, yunohost-config-mysql, yunohost-predepends Description: YunoHost installation package - YunoHost aims to make self-hosting accessible to everyone. + The goal of YunoHost is to make self-hosting accessible to everyone. It + configures an email, Web and IM server alongside a LDAP base. It also + provides facilities to manage users, domains, apps and so. . This package contains YunoHost scripts and binaries to be used by the - moulinette. It allows to manage the server with a command-line tool and - an API. + moulinette. It allows one to manage the server with a command-line tool + and an API. diff --git a/debian/rules b/debian/rules index 5de55b6d6..c61bb8858 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh ${@} --with=systemd + dh ${@} --with=systemd,python2 override_dh_installinit: dh_installinit --name=yunohost-api