mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[deb] Clean debian/control with cosmetic changes
The following dependencies have been changed: * pyminiupnpc: removed in flavour of official python-miniupnpc Debian package * python-pip: moved from Depends to Recommends since it's only intended for apps usage and not YunoHost itself - it should definitively be removed when the 'requirements' manifest key will allow package installation.
This commit is contained in:
parent
897594a5da
commit
4a7ff6a24f
1 changed files with 34 additions and 44 deletions
78
debian/control
vendored
78
debian/control
vendored
|
@ -9,51 +9,41 @@ Homepage: https://yunohost.org/
|
|||
|
||||
Package: yunohost
|
||||
Architecture: all
|
||||
Depends: ${python:Depends}, ${misc:Depends},
|
||||
moulinette (>= 2.3.4),
|
||||
python-psutil,
|
||||
python-requests,
|
||||
glances,
|
||||
python-pip,
|
||||
python-miniupnpc | pyminiupnpc,
|
||||
dnsutils,
|
||||
bind9utils,
|
||||
python-apt,
|
||||
ca-certificates,
|
||||
python-dnspython,
|
||||
netcat-openbsd,
|
||||
iproute,
|
||||
unzip,
|
||||
git-core,
|
||||
curl,
|
||||
cron,
|
||||
mariadb-server | mysql-server, php5-mysql | php5-mysqlnd,
|
||||
slapd, ldap-utils, sudo-ldap, libnss-ldapd,
|
||||
postfix-ldap, postfix-policyd-spf-perl, postfix-pcre, procmail,
|
||||
dovecot-ldap, dovecot-lmtpd, dovecot-managesieved,
|
||||
dovecot-antispam, fail2ban,
|
||||
nginx-extras (>=1.6.2), php5-fpm, php5-ldap, php5-intl,
|
||||
dnsmasq, openssl, avahi-daemon,
|
||||
ssowat, metronome,
|
||||
rspamd, rmilter (>=1.7.0), redis-server, opendkim-tools
|
||||
Recommends: yunohost-admin,
|
||||
bash-completion, rsyslog, ntp, openssh-server,
|
||||
inetutils-ping | iputils-ping,
|
||||
php5-gd, php5-curl, php-gettext, php5-mcrypt,
|
||||
unattended-upgrades,
|
||||
libdbd-ldap-perl, libnet-dns-perl
|
||||
Depends: ${python:Depends}, ${misc:Depends}
|
||||
, moulinette (>= 2.3.4)
|
||||
, python-psutil, python-requests, python-dnspython
|
||||
, python-apt, python-miniupnpc
|
||||
, glances
|
||||
, dnsutils, bind9utils, unzip, git, curl, cron
|
||||
, ca-certificates, netcat-openbsd, iproute
|
||||
, mariadb-server | mysql-server, php5-mysql | php5-mysqlnd
|
||||
, slapd, ldap-utils, sudo-ldap, libnss-ldapd
|
||||
, postfix-ldap, postfix-policyd-spf-perl, postfix-pcre, procmail
|
||||
, dovecot-ldap, dovecot-lmtpd, dovecot-managesieved
|
||||
, dovecot-antispam, fail2ban
|
||||
, nginx-extras (>=1.6.2), php5-fpm, php5-ldap, php5-intl
|
||||
, dnsmasq, openssl, avahi-daemon
|
||||
, ssowat, metronome
|
||||
, rspamd, rmilter (>=1.7.0), redis-server, opendkim-tools
|
||||
Recommends: yunohost-admin
|
||||
, openssh-server, ntp, inetutils-ping | iputils-ping
|
||||
, bash-completion, rsyslog
|
||||
, php5-gd, php5-curl, php-gettext, php5-mcrypt
|
||||
, python-pip
|
||||
, unattended-upgrades
|
||||
, libdbd-ldap-perl, libnet-dns-perl
|
||||
Suggests: htop, vim, rsync, acpi-support-base, udisks2
|
||||
Conflicts: iptables-persistent,
|
||||
moulinette-yunohost, yunohost-config,
|
||||
yunohost-config-others, yunohost-config-postfix,
|
||||
yunohost-config-dovecot, yunohost-config-slapd,
|
||||
yunohost-config-nginx, yunohost-config-amavis,
|
||||
yunohost-config-mysql, yunohost-predepends
|
||||
Replaces: moulinette-yunohost, yunohost-config,
|
||||
yunohost-config-others, yunohost-config-postfix,
|
||||
yunohost-config-dovecot, yunohost-config-slapd,
|
||||
yunohost-config-nginx, yunohost-config-amavis,
|
||||
yunohost-config-mysql, yunohost-predepends
|
||||
Conflicts: iptables-persistent
|
||||
, moulinette-yunohost, yunohost-config
|
||||
, yunohost-config-others, yunohost-config-postfix
|
||||
, yunohost-config-dovecot, yunohost-config-slapd
|
||||
, yunohost-config-nginx, yunohost-config-amavis
|
||||
, yunohost-config-mysql, yunohost-predepends
|
||||
Replaces: moulinette-yunohost, yunohost-config
|
||||
, yunohost-config-others, yunohost-config-postfix
|
||||
, yunohost-config-dovecot, yunohost-config-slapd
|
||||
, yunohost-config-nginx, yunohost-config-amavis
|
||||
, yunohost-config-mysql, yunohost-predepends
|
||||
Description: manageable and configured self-hosting server
|
||||
YunoHost aims to make self-hosting accessible to everyone. It configures
|
||||
an email, Web and IM server alongside a LDAP base. It also provides
|
||||
|
|
Loading…
Add table
Reference in a new issue