Source: dehydrated
Maintainer: Debian Let's Encrypt <letsencrypt-devel@lists.alioth.debian.org>
Uploaders:
 Daniel Beyer <dabe@deb.ymc.ch>,
 Mattia Rizzolo <mattia@debian.org>,
Section: misc
Priority: optional
Standards-Version: 3.9.8
Build-Depends:
 apache2-dev,
 debhelper (>= 10),
 dh-apache2,
 dh-exec,
Vcs-Browser: https://anonscm.debian.org/git/letsencrypt/dehydrated.git
Vcs-Git: https://anonscm.debian.org/git/letsencrypt/dehydrated.git
Homepage: https://github.com/lukas2511/dehydrated

Package: dehydrated
Architecture: all
Depends:
 ca-certificates,
 curl,
 openssl,
 ${misc:Depends},
Description: ACME client implemented in Bash
 The dehydrated ACME client allows signing certificates with an
 ACME server, like the one provided by the Let’s Encrypt certificate
 authority (letsencrypt.org).  It is implemented as a relatively simple
 Bash script, which uses curl to communicate with the ACME server and
 OpenSSL to deal with keys, sign requests and certificates.
 .
 The ACME (Automated Certificate Management Environment) protocol makes
 it possible to automatically obtain browser-trusted certificate.

Package: dehydrated-apache2
Architecture: all
Depends:
 ${misc:Depends},
Recommends:
 dehydrated,
 ${misc:Recommends},
Description: dehydrated challenge response support for Apache2
 This package provides an Apache2 config snippet to serve the http-01 challenge
 responses for dehydrated.
 .
 Installing this package together with dehydrated is enough to have a fully
 functional ACME client, including replying to the HTTP challenge.

Package: letsencrypt.sh
Architecture: all
Priority: extra
Section: oldlibs
Depends:
 dehydrated,
 ${misc:Depends},
Description: ACME client - transitional dummy package to dehydrated
 The dehydrated ACME client allows signing certificates with an
 ACME server, like the one provided by the Let’s Encrypt certificate
 authority (letsencrypt.org).  It is implemented as a relatively simple
 Bash script, which uses curl to communicate with the ACME server and
 OpenSSL to deal with keys, sign requests and certificates.
 .
 letsencrypt.sh was the old name of this project, it has been renamed to
 dehydrated.  This transitional package provides a transitional  wrapper.
 Once any local script has been adapted it is safe to remove it.

Package: letsencrypt.sh-apache2
Architecture: all
Priority: extra
Section: oldlibs
Depends:
 dehydrated-apache2,
 ${misc:Depends},
Recommends:
 letsencrypt.sh,
 ${misc:Recommends},
Description: letsencrypt.sh support for Apache2 - transitional dummy package
 This package provides an Apache2 config snippet to serve the http-01 challenge
 responses for letsencrypt.sh.
 .
 Installing this package together with letsencrypt.sh is enough to have a fully
 functional ACME client, including replying to the HTTP challenge.
 .
 letsencrypt.sh was the old name of this project, it has been renamed to
 dehydrated.  This package depends on the new dehydrated-apache2 to easy the
 transition.  Once any local script has been adapted it is safe to remove it.
