[fix] Add Python2 in Build-Depends and review description

This commit is contained in:
Jérôme Lebleu 2015-10-06 23:00:31 +02:00
parent dd309205d2
commit c9b8099d74
2 changed files with 9 additions and 6 deletions

13
debian/control vendored
View file

@ -2,13 +2,14 @@ Source: yunohost
Section: utils
Priority: extra
Maintainer: YunoHost Contributors <contrib@yunohost.org>
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.

2
debian/rules vendored
View file

@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
dh ${@} --with=systemd
dh ${@} --with=systemd,python2
override_dh_installinit:
dh_installinit --name=yunohost-api