Bump deps.
Harlan Lieberman-Berg
1 year, 6 months ago
6 | 6 | Build-Depends: debhelper-compat (= 13), |
7 | 7 | dh-python, |
8 | 8 | python3, |
9 | python3-acme-abi-1, | |
10 | python3-certbot-abi-1 (>= 1.1), | |
9 | python3-acme-abi-1 (>= 1.21~), | |
10 | python3-certbot-abi-1 (>= 1.21~), | |
11 | 11 | python3-dnspython, |
12 | 12 | python3-mock, |
13 | python3-pytest, | |
13 | python3-pytest, | |
14 | 14 | python3-setuptools (>= 1.0), |
15 | 15 | python3-sphinx (>= 1.3.1-1~), |
16 | 16 | python3-sphinx-rtd-theme, |
25 | 25 | Package: python3-certbot-dns-rfc2136 |
26 | 26 | Architecture: all |
27 | 27 | Depends: certbot, |
28 | python3-certbot-abi-1 (>= 1.1), | |
29 | ${python3:Depends}, | |
30 | ${misc:Depends} | |
28 | python3-certbot-abi-1 (>= 1.21), | |
29 | ${misc:Depends}, | |
30 | ${python3:Depends} | |
31 | 31 | Enhances: certbot |
32 | 32 | Description: RFC 2136 DNS plugin for Certbot |
33 | 33 | The objective of Certbot, Let's Encrypt, and the ACME (Automated |
49 | 49 | Package: python-certbot-dns-rfc2136-doc |
50 | 50 | Architecture: all |
51 | 51 | Section: doc |
52 | Depends: ${sphinxdoc:Depends}, ${misc:Depends} | |
52 | Depends: ${misc:Depends}, ${sphinxdoc:Depends} | |
53 | 53 | Description: Documentation for the RFC 2136 DNS plugin for Certbot |
54 | 54 | The objective of Certbot, Let's Encrypt, and the ACME (Automated |
55 | 55 | Certificate Management Environment) protocol is to make it possible |