diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6bcc0ef..8745517 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lacme (0.7-2) UNRELEASED; urgency=medium + + * d/control: New lacme-accountd Suggests: openssl, gpg (for account key + generation and decryption). + + -- Guilhem Moulin <guilhem@debian.org> Wed, 09 Dec 2020 20:11:40 +0100 + lacme (0.7-1) unstable; urgency=high * New upstream release. Closes: #975862. diff --git a/debian/control b/debian/control index 2b43b79..c1417b9 100644 --- a/debian/control +++ b/debian/control @@ -55,6 +55,7 @@ Package: lacme-accountd Architecture: all Depends: libconfig-tiny-perl, libjson-perl, ${misc:Depends}, ${perl:Depends} Recommends: libcrypt-openssl-rsa-perl +Suggests: gpg, openssl Description: lacme account key manager lacme is an ACME client written with process isolation and minimal privileges in mind. It is divided into four components, each with its own executable: |