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
|
Package: yunohost
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${python:Depends}, ${misc:Depends},
|
Depends: ${python:Depends}, ${misc:Depends}
|
||||||
moulinette (>= 2.3.4),
|
, moulinette (>= 2.3.4)
|
||||||
python-psutil,
|
, python-psutil, python-requests, python-dnspython
|
||||||
python-requests,
|
, python-apt, python-miniupnpc
|
||||||
glances,
|
, glances
|
||||||
python-pip,
|
, dnsutils, bind9utils, unzip, git, curl, cron
|
||||||
python-miniupnpc | pyminiupnpc,
|
, ca-certificates, netcat-openbsd, iproute
|
||||||
dnsutils,
|
, mariadb-server | mysql-server, php5-mysql | php5-mysqlnd
|
||||||
bind9utils,
|
, slapd, ldap-utils, sudo-ldap, libnss-ldapd
|
||||||
python-apt,
|
, postfix-ldap, postfix-policyd-spf-perl, postfix-pcre, procmail
|
||||||
ca-certificates,
|
, dovecot-ldap, dovecot-lmtpd, dovecot-managesieved
|
||||||
python-dnspython,
|
, dovecot-antispam, fail2ban
|
||||||
netcat-openbsd,
|
, nginx-extras (>=1.6.2), php5-fpm, php5-ldap, php5-intl
|
||||||
iproute,
|
, dnsmasq, openssl, avahi-daemon
|
||||||
unzip,
|
, ssowat, metronome
|
||||||
git-core,
|
, rspamd, rmilter (>=1.7.0), redis-server, opendkim-tools
|
||||||
curl,
|
Recommends: yunohost-admin
|
||||||
cron,
|
, openssh-server, ntp, inetutils-ping | iputils-ping
|
||||||
mariadb-server | mysql-server, php5-mysql | php5-mysqlnd,
|
, bash-completion, rsyslog
|
||||||
slapd, ldap-utils, sudo-ldap, libnss-ldapd,
|
, php5-gd, php5-curl, php-gettext, php5-mcrypt
|
||||||
postfix-ldap, postfix-policyd-spf-perl, postfix-pcre, procmail,
|
, python-pip
|
||||||
dovecot-ldap, dovecot-lmtpd, dovecot-managesieved,
|
, unattended-upgrades
|
||||||
dovecot-antispam, fail2ban,
|
, libdbd-ldap-perl, libnet-dns-perl
|
||||||
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
|
|
||||||
Suggests: htop, vim, rsync, acpi-support-base, udisks2
|
Suggests: htop, vim, rsync, acpi-support-base, udisks2
|
||||||
Conflicts: iptables-persistent,
|
Conflicts: iptables-persistent
|
||||||
moulinette-yunohost, yunohost-config,
|
, moulinette-yunohost, yunohost-config
|
||||||
yunohost-config-others, yunohost-config-postfix,
|
, yunohost-config-others, yunohost-config-postfix
|
||||||
yunohost-config-dovecot, yunohost-config-slapd,
|
, yunohost-config-dovecot, yunohost-config-slapd
|
||||||
yunohost-config-nginx, yunohost-config-amavis,
|
, yunohost-config-nginx, yunohost-config-amavis
|
||||||
yunohost-config-mysql, yunohost-predepends
|
, yunohost-config-mysql, yunohost-predepends
|
||||||
Replaces: moulinette-yunohost, yunohost-config,
|
Replaces: moulinette-yunohost, yunohost-config
|
||||||
yunohost-config-others, yunohost-config-postfix,
|
, yunohost-config-others, yunohost-config-postfix
|
||||||
yunohost-config-dovecot, yunohost-config-slapd,
|
, yunohost-config-dovecot, yunohost-config-slapd
|
||||||
yunohost-config-nginx, yunohost-config-amavis,
|
, yunohost-config-nginx, yunohost-config-amavis
|
||||||
yunohost-config-mysql, yunohost-predepends
|
, yunohost-config-mysql, yunohost-predepends
|
||||||
Description: manageable and configured self-hosting server
|
Description: manageable and configured self-hosting server
|
||||||
YunoHost aims to make self-hosting accessible to everyone. It configures
|
YunoHost aims to make self-hosting accessible to everyone. It configures
|
||||||
an email, Web and IM server alongside a LDAP base. It also provides
|
an email, Web and IM server alongside a LDAP base. It also provides
|
||||||
|
|
Loading…
Add table
Reference in a new issue