From 9a0173cb4e8a5794792e006994b3ae83e1613013 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Fri, 20 Jul 2018 10:43:48 +0200 Subject: [PATCH] add debian folder --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 14 ++++++++++++++ debian/rules | 8 ++++++++ debian/source/format | 1 + debian/watch | 4 ++++ 6 files changed, 33 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e08e8f9 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +certbot-haproxy (0.1.1-1) unstable; urgency=low + + * source package automatically created by stdeb 0.8.5 + + -- tobald@debian.org Fri, 20 Jul 2018 10:41:19 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b60ec42 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: certbot-haproxy +Maintainer: tobald@debian.org +Section: python +Priority: optional +Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Standards-Version: 3.9.6 +Homepage: https://code.greenhost.net/open/certbot-haproxy + +Package: python-certbot-haproxy +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: HAProxy plugin for Certbot + This is a plugin for Certbot, it enables automatically authenticating domains ans retrieving certificates. It can also restart HAProxy after new certificates are installed. However, it will not configure HAProxy because. HAProxy is unlikely to be used for small/simple setups like what Apache or NGiNX are more likely to be used for. HAProxy configurations vary greatly, any configuration this plugin could define is most likely not applicable in your environment. + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..95140dc --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.8.5 at +# Fri, 20 Jul 2018 10:41:19 +0200 +export PYBUILD_NAME=certbot-haproxy +%: + dh $@ --with python2 --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..b299d95 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +# please also check http://pypi.debian.net/certbot-haproxy/watch +version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +http://pypi.debian.net/certbot-haproxy/certbot-haproxy-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) \ No newline at end of file