aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-12-01 00:52:11 +0100
committerGuilhem Moulin <guilhem@fripost.org>2016-12-01 10:42:36 +0100
commitb3cfa87dff46446f4e187e3cd34a5b5cf37059e4 (patch)
tree5e49f448dd7463d07c03bdcc08e7126c9bd26c44
parent4b681449bcfbee2bb88558b635dc6b08daf5cc65 (diff)
lacme: Promote lacme-accountd from Suggests to Recommends.
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
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:
.