Control: tag -1 + patch
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..92fdcd2 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-certbot-dns-hetzner-cloud (1.0.5-1) unstable; urgency=medium + + * Initial release (Closes: #1130572). + + -- diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ad129b3 --- /dev/null +++ b/debian/control @@ -0,0 +1,45 @@ +Source: python-certbot-dns-hetzner-cloud +Maintainer: Debian Let's Encrypt <[email protected]> +Uploaders: +Section: python +Build-Depends: debhelper-compat (= 13), + dh-sequence-python3, + pybuild-plugin-pyproject, + python3, + python3-acme-abi-4 (>= 4.0~), + python3-certbot-abi-4 (>= 4.0~), + python3-dnspython, + python3-hcloud (>= 2.17.0~), + python3-pytest, + python3-setuptools, + python3-tldextract (>= 5.3.1~), + python3-zope.interface +Standards-Version: 4.7.3 +Homepage: https://github.com/rolschewsky/certbot-dns-hetzner-cloud +Vcs-Git: https://salsa.debian.org/letsencrypt-team/certbot/certbot-dns-hetzner-cloud.git +Vcs-Browser: https://salsa.debian.org/letsencrypt-team/certbot/certbot-dns-hetzner-cloud +Testsuite: autopkgtest-pkg-python + +Package: python3-certbot-dns-hetzner-cloud +Architecture: all +Depends: certbot, + python3-certbot-abi-4 (>= ${Abi-major-minor-version}), + ${misc:Depends}, + ${python3:Depends} +Enhances: certbot +Description: Hetzner Cloud DNS plugin 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 Hetzner Cloud DNS plugin to the main application. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..172fa62 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,30 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://github.com/rolschewsky/certbot-dns-hetzner-cloud +Upstream-Name: certbot-dns-hetzner-cloud + +Files: * +Copyright: 2025, RĂ¼diger Olschewsky <[email protected]> +License: MIT + +Files: debian/* +Copyright: 2026, +License: MIT + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1e1bdf8 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=certbot-dns-hetzner-cloud + +%: + dh $@ --buildsystem=pybuild diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..34b55b1 --- /dev/null +++ b/debian/watch @@ -0,0 +1,5 @@ +Version: 5 + +Template: GitHub +Owner: rolschewsky +Project: certbot-dns-hetzner-cloud

