From cc7186cf8cd816c8e1b5af7d008a429a3a2debaa Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Tue, 14 Jun 2016 01:15:45 +0200
Subject: renaming

---
 debian/control | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 2ab25eb..64a5128 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,21 @@
-Source: letsencrypt-tiny
+Source: lacme
 Section: utils
 Priority: optional
 Maintainer: Guilhem Moulin <guilhem@guilhem.org>
 Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.6
-Vcs-Git: https://git.guilhem.org/letsencrypt-tiny
-Vcs-Browser: https://git.guilhem.org/letsencrypt-tiny
+Vcs-Git: https://git.guilhem.org/lacme
+Vcs-Browser: https://git.guilhem.org/lacme
 
-Package: letsencrypt-tiny
+Package: lacme
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libwww-perl, libjson-perl, libconfig-tiny-perl,
  libnet-ssleay-perl, openssl
 Recommends: liblwp-protocol-https-perl,
  libcrypt-openssl-bignum-perl, libcrypt-openssl-rsa-perl
-Conflicts: letsencrypt
-Description: Tiny ACME client for Let's Encrypt
- Tiny ACME client written with process isolation and minimal privileges in
+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:
  .
   * A process to manage the account key and issue SHA-256 signatures needed for
@@ -43,5 +42,5 @@ Description: Tiny ACME client for Let's Encrypt
     (The only challenge type currently supported is "http-01", which requires a
     webserver to answer challenges.)  That webserver only processes GET and
     HEAD requests under the "/.well-known/acme-challenge/" URI.  By default
-    some iptables(1) rules are automatically installed to open the HTTP port,
+    some iptables(8) rules are automatically installed to open the HTTP port,
     and removed afterwards.
-- 
cgit v1.2.3