mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Add Python2 in Build-Depends and review description
This commit is contained in:
parent
dd309205d2
commit
c9b8099d74
2 changed files with 9 additions and 6 deletions
13
debian/control
vendored
13
debian/control
vendored
|
@ -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
2
debian/rules
vendored
|
@ -5,7 +5,7 @@
|
|||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh ${@} --with=systemd
|
||||
dh ${@} --with=systemd,python2
|
||||
|
||||
override_dh_installinit:
|
||||
dh_installinit --name=yunohost-api
|
||||
|
|
Loading…
Add table
Reference in a new issue