mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Bullseye: Misc updates in control file
This commit is contained in:
parent
d4b69527e7
commit
ad6d31ce81
1 changed files with 13 additions and 14 deletions
27
debian/control
vendored
27
debian/control
vendored
|
@ -2,7 +2,7 @@ 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, dh-python, python3-all (>= 3.7), python3-yaml, python3-jinja2
|
Build-Depends: debhelper (>=9), dh-python, python3-all (>= 3.7), python3-yaml, python3-jinja2
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://yunohost.org/
|
Homepage: https://yunohost.org/
|
||||||
|
|
||||||
|
@ -13,10 +13,10 @@ Depends: ${python3:Depends}, ${misc:Depends}
|
||||||
, moulinette (>= 4.2), ssowat (>= 4.0)
|
, moulinette (>= 4.2), ssowat (>= 4.0)
|
||||||
, python3-psutil, python3-requests, python3-dnspython, python3-openssl
|
, python3-psutil, python3-requests, python3-dnspython, python3-openssl
|
||||||
, python3-miniupnpc, python3-dbus, python3-jinja2
|
, python3-miniupnpc, python3-dbus, python3-jinja2
|
||||||
, python3-toml, python3-packaging, python3-publicsuffix
|
, python3-toml, python3-packaging, python3-publicsuffix2
|
||||||
, apt, apt-transport-https, apt-utils, dirmngr
|
, apt, apt-transport-https, apt-utils, dirmngr
|
||||||
, php7.3-common, php7.3-fpm, php7.3-ldap, php7.3-intl
|
, php7.4-common, php7.4-fpm, php7.4-ldap, php7.4-intl
|
||||||
, mariadb-server, php7.3-mysql
|
, mariadb-server, php7.4-mysql
|
||||||
, openssh-server, iptables, fail2ban, dnsutils, bind9utils
|
, openssh-server, iptables, fail2ban, dnsutils, bind9utils
|
||||||
, openssl, ca-certificates, netcat-openbsd, iproute2
|
, openssl, ca-certificates, netcat-openbsd, iproute2
|
||||||
, slapd, ldap-utils, sudo-ldap, libnss-ldapd, unscd, libpam-ldapd
|
, slapd, ldap-utils, sudo-ldap, libnss-ldapd, unscd, libpam-ldapd
|
||||||
|
@ -25,28 +25,27 @@ Depends: ${python3:Depends}, ${misc:Depends}
|
||||||
, dovecot-core, dovecot-ldap, dovecot-lmtpd, dovecot-managesieved, dovecot-antispam
|
, dovecot-core, dovecot-ldap, dovecot-lmtpd, dovecot-managesieved, dovecot-antispam
|
||||||
, rspamd, opendkim-tools, postsrsd, procmail, mailutils
|
, rspamd, opendkim-tools, postsrsd, procmail, mailutils
|
||||||
, redis-server
|
, redis-server
|
||||||
, metronome (>=3.14.0)
|
|
||||||
, acl
|
, acl
|
||||||
, git, curl, wget, cron, unzip, jq, bc, at
|
, git, curl, wget, cron, unzip, jq, bc, at
|
||||||
, lsb-release, haveged, fake-hwclock, equivs, lsof, whois
|
, lsb-release, haveged, fake-hwclock, equivs, lsof, whois
|
||||||
Recommends: yunohost-admin
|
Recommends: yunohost-admin
|
||||||
, ntp, inetutils-ping | iputils-ping
|
, ntp, inetutils-ping | iputils-ping
|
||||||
, bash-completion, rsyslog
|
, bash-completion, rsyslog
|
||||||
, php7.3-gd, php7.3-curl, php-gettext
|
, php7.4-gd, php7.4-curl, php-gettext
|
||||||
, python3-pip
|
, python3-pip
|
||||||
, unattended-upgrades
|
, unattended-upgrades
|
||||||
, libdbd-ldap-perl, libnet-dns-perl
|
, libdbd-ldap-perl, libnet-dns-perl
|
||||||
Suggests: htop, vim, rsync, acpi-support-base, udisks2
|
, metronome (>=3.14.0)
|
||||||
Conflicts: iptables-persistent
|
Conflicts: iptables-persistent
|
||||||
, apache2
|
, apache2
|
||||||
, bind9
|
, bind9
|
||||||
, nginx-extras (>= 1.16)
|
, nginx-extras (>= 1.19)
|
||||||
, openssl (>= 1.1.1g)
|
, openssl (>= 1.1.1i-3)
|
||||||
, slapd (>= 2.4.49)
|
, slapd (>= 2.4.58)
|
||||||
, dovecot-core (>= 1:2.3.7)
|
, dovecot-core (>= 1:2.3.14)
|
||||||
, redis-server (>= 5:5.0.7)
|
, redis-server (>= 5:6.0.10)
|
||||||
, fail2ban (>= 0.11)
|
, fail2ban (>= 0.11.3)
|
||||||
, iptables (>= 1.8.3)
|
, iptables (>= 1.8.8)
|
||||||
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