Codebase list python-certbot-dns-rfc2136 / 9ac2d47
Bump dependency requirements, make dynamic Harlan Lieberman-Berg 1 year, 4 months ago
2 changed file(s) with 11 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
66 Build-Depends: debhelper-compat (= 13),
77 dh-python,
88 python3,
9 python3-acme-abi-1 (>= 1.21~),
10 python3-certbot-abi-1 (>= 1.21~),
9 python3-acme-abi-2 (>= 2.1~),
10 python3-certbot-abi-2 (>= 2.1~),
1111 python3-dnspython,
1212 python3-mock,
1313 python3-pytest,
14 python3-setuptools (>= 1.0),
14 python3-setuptools,
1515 python3-sphinx (>= 1.3.1-1~),
1616 python3-sphinx-rtd-theme,
1717 python3-zope.interface
2525 Package: python3-certbot-dns-rfc2136
2626 Architecture: all
2727 Depends: certbot,
28 python3-certbot-abi-1 (>= 1.21),
28 python3-certbot-abi-2 (>= ${Abi-major-minor-version}),
2929 ${misc:Depends},
3030 ${python3:Depends}
3131 Enhances: certbot
00 #!/usr/bin/make -f
1
2 include /usr/share/dpkg/pkg-info.mk
13
24 export PYBUILD_NAME = certbot-dns-rfc2136
35
1517 dh_installdocs --doc-main-package=python3-certbot-dns-rfc2136 \
1618 -p python-certbot-dns-rfc2136-doc
1719 dh_installdocs -p python3-certbot-dns-rfc2136
20
21 override_dh_gencontrol:
22 echo "Abi-major-version=${DEB_VERSION_UPSTREAM}" | cut -d. -f1 >> debian/abi.substvars
23 echo "Abi-major-minor-version=${DEB_VERSION_UPSTREAM}" | cut -d. -f1,2 >> debian/abi.substvars
24 dh_gencontrol -- -Tdebian/abi.substvars