Merge branch 'stretch-unstable' into enh-add-fale-hwclock

This commit is contained in:
ljf (zamentur) 2018-08-27 00:10:09 +02:00 committed by GitHub
commit a7c310810a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -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
View file

@ -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