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
|
Section: utils
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: YunoHost Contributors <contrib@yunohost.org>
|
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
|
Standards-Version: 3.9.6
|
||||||
|
X-Python-Version: >= 2.7
|
||||||
Homepage: https://yunohost.org/
|
Homepage: https://yunohost.org/
|
||||||
|
|
||||||
Package: yunohost
|
Package: yunohost
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
|
||||||
moulinette (>= 2.2.1),
|
moulinette (>= 2.2.1),
|
||||||
python-psutil,
|
python-psutil,
|
||||||
python-requests,
|
python-requests,
|
||||||
|
@ -51,8 +52,10 @@ Replaces: moulinette-yunohost, yunohost-config,
|
||||||
yunohost-config-nginx, yunohost-config-amavis,
|
yunohost-config-nginx, yunohost-config-amavis,
|
||||||
yunohost-config-mysql, yunohost-predepends
|
yunohost-config-mysql, yunohost-predepends
|
||||||
Description: YunoHost installation package
|
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
|
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
|
moulinette. It allows one to manage the server with a command-line tool
|
||||||
an API.
|
and an API.
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -5,7 +5,7 @@
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --with=systemd
|
dh ${@} --with=systemd,python2
|
||||||
|
|
||||||
override_dh_installinit:
|
override_dh_installinit:
|
||||||
dh_installinit --name=yunohost-api
|
dh_installinit --name=yunohost-api
|
||||||
|
|
Loading…
Add table
Reference in a new issue