aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control3
-rw-r--r--debian/manpages3
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index f973168..3f905f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-letsencrypt-tiny (0.1-1) UNRELEASED; urgency=low
+lacme (0.1-1) UNRELEASED; urgency=low
* Initial release.
diff --git a/debian/control b/debian/control
index 64a5128..722d840 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
Recommends: liblwp-protocol-https-perl,
libcrypt-openssl-bignum-perl, libcrypt-openssl-rsa-perl
Description: ACME client written with process isolation and minimal privileges in mind
- Small ACME client written with process isolation and minimal privileges in
- mind. It is divided into four components, each with its own executable:
+ lacme is divided into four components, each with its own executable:
.
* A process to manage the account key and issue SHA-256 signatures needed for
each ACME command. (This process binds to a UNIX-domain socket to reply to
diff --git a/debian/manpages b/debian/manpages
index 44f58b7..5ce1b20 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1 +1,2 @@
-letsencrypt.1
+lacme.1
+lacme-accountd.1