From: Thomas Lamprecht Date: Sun, 3 May 2020 15:05:29 +0000 (+0200) Subject: use native source format, fix lintian complaints X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=888b6f2c1ba97d53ccedb7d4d8165a9b8d8ff9de use native source format, fix lintian complaints Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 1d487cb..85140ac 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ dinstall: ${DEB} .PHONY: clean clean: - rm -rf ${BUILDDIR} ${BUILDDIR}.tmp *.deb *.buildinfo *.changes *.dsc *.tar.gz + rm -rf ${BUILDDIR} ${BUILDDIR}.tmp *.deb *.buildinfo *.changes *.dsc *.tar.?z .PHONY: upload upload: ${DEB} diff --git a/debian/changelog b/debian/changelog index 75142d8..4f7bad5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libproxmox-acme-perl (1.0.0-1) pmg pve; urgency=medium +libproxmox-acme-perl (1.0.0) pmg pve; urgency=medium * Initial 1.0.0 package diff --git a/debian/control b/debian/control index a1591ef..b5f6519 100644 --- a/debian/control +++ b/debian/control @@ -3,19 +3,19 @@ Section: admin Priority: optional Maintainer: Proxmox Support Team Build-Depends: debhelper (>= 10), - dh-systemd, -Standards-Version: 1.0.0 +Standards-Version: 4.3.0 Homepage: https://www.proxmox.com Package: libproxmox-acme-perl Architecture: all -Description: easy and small shell script to automatically issue - and renew the free certificates from Let's Encrypt. Depends: coreutils (>= 8.30-1), curl (>= 7.64.0-1), libpve-common-perl (>= 6~), sed (>= 4.7-1), ${perl:Depends}, + ${misc:Depends}, Breaks: libpve-common-perl (<< 6.0-20), Replaces: libpve-common-perl (<< 6.0-20), Recommends: idn, +Description: easy and small shell script to automatically issue + and renew the free certificates from Let's Encrypt.