diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4ccb13a..20f5083 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lacme (0.1-2) UNRELEASED; urgency=low + + * debian/control: + + Promote lacme-accountd from lacme's Suggests to Recommends. + + -- Guilhem Moulin <guilhem@guilhem.org> Thu, 01 Dec 2016 00:55:24 +0100 + lacme (0.1-1) unstable; urgency=low * Initial release. (Closes: #827357, #827358.) diff --git a/debian/control b/debian/control index dd5fb9f..b907a2f 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,7 @@ Depends: ${misc:Depends}, ${perl:Depends}, libjson-perl, libwww-perl, libnet-ssleay-perl -Recommends: liblwp-protocol-https-perl -Suggests: lacme-accountd (= ${binary:Version}) +Recommends: liblwp-protocol-https-perl, lacme-accountd (= ${binary:Version}) Description: ACME client written with process isolation and minimal privileges in mind lacme is divided into four components, each with its own executable: . |