mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge branch 'stretch-unstable' into enh-add-fale-hwclock
This commit is contained in:
commit
a7c310810a
2 changed files with 1 additions and 4 deletions
|
@ -86,10 +86,6 @@ ynh_package_autopurge() {
|
|||
ynh_package_install_from_equivs () {
|
||||
local controlfile=$1
|
||||
|
||||
# Check if the equivs package is installed. Or install it.
|
||||
ynh_package_is_installed 'equivs' \
|
||||
|| ynh_package_install equivs
|
||||
|
||||
# retrieve package information
|
||||
local pkgname=$(grep '^Package: ' $controlfile | cut -d' ' -f 2) # Retrieve the name of the debian package
|
||||
local pkgversion=$(grep '^Version: ' $controlfile | cut -d' ' -f 2) # And its version number
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -26,6 +26,7 @@ Depends: ${python:Depends}, ${misc:Depends}
|
|||
, metronome
|
||||
, rspamd (>= 1.6.0), redis-server, opendkim-tools
|
||||
, haveged, fake-hwclock
|
||||
, equivs
|
||||
Recommends: yunohost-admin
|
||||
, openssh-server, ntp, inetutils-ping | iputils-ping
|
||||
, bash-completion, rsyslog, etckeeper
|
||||
|
|
Loading…
Add table
Reference in a new issue