diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 17 | ||||
-rw-r--r-- | debian/copyright | 15 | ||||
-rw-r--r-- | debian/gbp.conf | 6 | ||||
-rw-r--r-- | debian/letsencrypt-tiny.install | 3 | ||||
-rw-r--r-- | debian/rules | 4 | ||||
-rw-r--r-- | debian/source/format | 1 |
8 files changed, 0 insertions, 52 deletions
diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index f973168..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -letsencrypt-tiny (0.1-1) UNRELEASED; urgency=low - - * Initial release. - - -- Guilhem Moulin <guilhem@guilhem.org> Tue, 08 Dec 2015 18:58:20 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 2dcd758..0000000 --- a/debian/control +++ /dev/null @@ -1,17 +0,0 @@ -Source: letsencrypt-tiny -Section: mail -Priority: optional -Maintainer: Guilhem Moulin <guilhem@guilhem.org> -Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.6 -Vcs-Git: https://git.guilhem.org/letsencrypt-tiny -Vcs-Browser: https://git.guilhem.org/letsencrypt-tiny - -Package: letsencrypt-tiny -Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, - libcrypt-openssl-bignum-perl, libcrypt-openssl-rsa-perl, - libwww-perl, libjson-perl | libjson-xs-perl, - openssl, netcat-openbsd | netcat-traditional -Recommends: liblwp-protocol-https-perl, socat -Description: Tiny ACME client for Let's Encrypt diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 51440e8..0000000 --- a/debian/copyright +++ /dev/null @@ -1,15 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: native package - -Files: * -Copyright: © 2015 Guilhem Moulin <guilhem@fripost.org> -License: GPL-3+ - -License: GPL-3+ - This package is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 3 of the License, or (at your - option) any later version. - . - On Debian systems, the complete text of the GNU General Public License - version 3 can be found in file "/usr/share/common-licenses/GPL-3". diff --git a/debian/gbp.conf b/debian/gbp.conf deleted file mode 100644 index 4daf79f..0000000 --- a/debian/gbp.conf +++ /dev/null @@ -1,6 +0,0 @@ -[DEFAULT] -upstream-branch = master -debian-branch = debian -upstream-tag = upstream/%(version)s -debian-tag = debian/%(version)s -pristine-tar = False diff --git a/debian/letsencrypt-tiny.install b/debian/letsencrypt-tiny.install deleted file mode 100644 index dee8c68..0000000 --- a/debian/letsencrypt-tiny.install +++ /dev/null @@ -1,3 +0,0 @@ -letsencrypt /usr/sbin -acme-slave /usr/bin -acme-webserver /usr/bin diff --git a/debian/rules b/debian/rules deleted file mode 100644 index 2d33f6a..0000000 --- a/debian/rules +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) |