Source: python-certbot
Maintainer: Debian Let's Encrypt <team+letsencrypt@tracker.debian.org>
Uploaders: Harlan Lieberman-Berg <hlieberman@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               po-debconf,
               python3,
               python3-acme-abi-4 (>= 2.11~),
               python3-configargparse (>= 1.7~),
               python3-configobj,
               python3-cryptography (>= 43.0.0~),
               python3-distro,
               python3-josepy (>= 2.0~),
               python3-parsedatetime,
               python3-pytest,
               python3-repoze.sphinx.autointerface,
               python3-requests,
               python3-rfc3339,
               python3-setuptools,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-tz (>= 2019.3),
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/letsencrypt-team/certbot/certbot
Vcs-Git: https://salsa.debian.org/letsencrypt-team/certbot/certbot.git
Homepage: https://certbot.eff.org/
Rules-Requires-Root: no

Package: python3-certbot
Architecture: all
Depends: python3-acme-abi-4 (>= ${Abi-major-minor-version}),
         python3-requests,
         ${misc:Depends},
         ${python3:Depends}
Recommends: certbot
Suggests: python-certbot-doc
Breaks: python-letsencrypt (<= 0.6.0)
Replaces: python-letsencrypt
Provides: python3-certbot-abi-${Abi-major-version} (= ${Abi-major-minor-version})
Description: main library for certbot
 The objective of Certbot, Let's Enc
 rypt, and the ACME (Automated
 Certificate Management Environment) protocol is to make it possible
 to set up an HTTPS server and have it automatically obtain a
 browser-trusted certificate, without any human intervention. This is
 accomplished by running a certificate management agent on the web
 server.
 .
 This agent is used to:
 .
   - Automatically prove to the Let's Encrypt CA that you control the website
   - Obtain a browser-trusted certificate and set it up on your web server
   - Keep track of when your certificate is going to expire, and renew it
   - Help you revoke the certificate if that ever becomes necessary.
 .
 This package contains the main libraries.

Package: certbot
Architecture: all
Section: web
Depends: python3-certbot (= ${source:Version}),
         ${misc:Depends},
         ${python3:Depends}
Suggests: python-certbot-doc, python3-certbot-apache, python3-certbot-nginx
Provides: letsencrypt
Replaces: letsencrypt
Description: automatically configure HTTPS using Let's Encrypt
 The objective of Certbot, Let's Encrypt, and the ACME (Automated
 Certificate Management Environment) protocol is to make it possible
 to set up an HTTPS server and have it automatically obtain a
 browser-trusted certificate, without any human intervention. This is
 accomplished by running a certificate management agent on the web
 server.
 .
 This agent is used to:
 .
   - Automatically prove to the Let's Encrypt CA that you control the website
   - Obtain a browser-trusted certificate and set it up on your web server
   - Keep track of when your certificate is going to expire, and renew it
   - Help you revoke the certificate if that ever becomes necessary.
 .
 This package contains the main application, including the standalone
 and the manual authenticators.

Package: python-certbot-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: client documentation for certbot
 The objective of Certbot, Let's Encrypt, and the ACME (Automated
 Certificate Management Environment) protocol is to make it possible
 to set up an HTTPS server and have it automatically obtain a
 browser-trusted certificate, without any human intervention. This is
 accomplished by running a certificate management agent on the web
 server.
 .
 This agent is used to:
 .
   - Automatically prove to the Let's Encrypt CA that you control the website
   - Obtain a browser-trusted certificate and set it up on your web server
   - Keep track of when your certificate is going to expire, and renew it
   - Help you revoke the certificate if that ever becomes necessary.
 .
 This package contains the documentation.