Switch to Provides based ABI management
Harlan Lieberman-Berg
3 years ago
6 | 6 | Build-Depends: debhelper (>= 11~), |
7 | 7 | dh-python, |
8 | 8 | python3, |
9 | python3-acme (>= 0.29.0~), | |
10 | python3-certbot (>= 0.34.0~), | |
9 | python3-acme-abi-1, | |
10 | python3-certbot-abi-1 (>= 1.1), | |
11 | 11 | python3-dnspython, |
12 | 12 | python3-mock, |
13 | 13 | python3-setuptools (>= 1.0), |
23 | 23 | |
24 | 24 | Package: python3-certbot-dns-rfc2136 |
25 | 25 | Architecture: all |
26 | Depends: certbot (>= 0.34.0~), | |
26 | Depends: certbot, | |
27 | python3-certbot-abi-1 (>= 1.1), | |
27 | 28 | ${python3:Depends}, |
28 | 29 | ${misc:Depends} |
29 | 30 | Enhances: certbot |