mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Enhance copyright and control Debian package files
This commit is contained in:
parent
5ff18d3b42
commit
a68c157abe
2 changed files with 683 additions and 339 deletions
11
debian/control
vendored
11
debian/control
vendored
|
@ -8,7 +8,8 @@ Homepage: https://yunohost.org/
|
||||||
|
|
||||||
Package: moulinette-yunohost
|
Package: moulinette-yunohost
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: moulinette (>= 2.2.1),
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||||
|
moulinette (>= 2.2.1),
|
||||||
python-psutil,
|
python-psutil,
|
||||||
python-requests,
|
python-requests,
|
||||||
glances,
|
glances,
|
||||||
|
@ -26,5 +27,9 @@ Depends: moulinette (>= 2.2.1),
|
||||||
curl,
|
curl,
|
||||||
mariadb-server | mysql-server, php5-mysql | php5-mysqlnd
|
mariadb-server | mysql-server, php5-mysql | php5-mysqlnd
|
||||||
Conflicts: iptables-persistent
|
Conflicts: iptables-persistent
|
||||||
Description: YunoHost Python scripts
|
Description: YunoHost scripts for the moulinette
|
||||||
Python functions to manage a YunoHost instance
|
YunoHost aims to make self-hosting accessible to everyone.
|
||||||
|
.
|
||||||
|
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.
|
||||||
|
|
1011
debian/copyright
vendored
1011
debian/copyright
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue