diff options
author | Guilhem Moulin <guilhem@debian.org> | 2021-02-16 00:19:09 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2021-02-22 03:31:12 +0100 |
commit | cb691a42e91c15743f7d28c296dddfa9e8f0a789 (patch) | |
tree | 42e62f22fc001bc13812b6913ffa3a209628f385 /debian/control | |
parent | 552ae5845ce066f335800ca3e1c0413e3d54d391 (diff) |
d/control: Remove versioned Recommends: on lacme-accountd.
lacme also works with earlier accountds, but might yield bad suprises
when the 'keyid' setting is set.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4cdc8a1..be18eac 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Depends: adduser, openssl (>= 1.1.0~), ${misc:Depends}, ${perl:Depends} -Recommends: lacme-accountd (= ${binary:Version}), liblwp-protocol-https-perl +Recommends: lacme-accountd (>= 0.8.0), liblwp-protocol-https-perl Description: ACME client written with process isolation and minimal privileges in mind lacme is divided into four components, each with its own executable: . |