add debian folder

This commit is contained in:
Christophe Siraut 2018-07-20 10:43:48 +02:00
parent 082cdd378d
commit 9a0173cb4e
6 changed files with 33 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -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 <tobald@debian.org> Fri, 20 Jul 2018 10:41:19 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

14
debian/control vendored Normal file
View File

@ -0,0 +1,14 @@
Source: certbot-haproxy
Maintainer: tobald@debian.org <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.

8
debian/rules vendored Executable file
View File

@ -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

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

4
debian/watch vendored Normal file
View File

@ -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)))