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 | |
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.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0d68822..ad754ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ lacme (0.8.0-1) UNRELEASED; urgency=medium * d/control: lacme now require openssl 1.1.0 or later. * d/copyright: Bump copyright years. * d/copyright: Point Source: to the upstream repository. + * d/control: lacme recommends lacme-accountd 0.8.0-1 or later. -- Guilhem Moulin <guilhem@debian.org> Wed, 09 Dec 2020 20:11:40 +0100 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: . |