diff options
Diffstat (limited to 'debian')
-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: . |