]> git.proxmox.com Git - proxmox-acme.git/commitdiff
use native source format, fix lintian complaints
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 3 May 2020 15:05:29 +0000 (17:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 3 May 2020 15:07:12 +0000 (17:07 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog
debian/control

index 1d487cbb20b1c4d6bce2025d0e8f442b65e3a9f6..85140acc946662979d2207a0bb892c9d26357acf 100644 (file)
--- 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}
index 75142d8ba287c328dab4d75ce67ea7217d762454..4f7bad55c05254883078bdaadc789e81aa977eda 100644 (file)
@@ -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
 
index a1591efde325be49dbc1d4261c03b4a85c8dc052..b5f6519197d4a29107f4aa2973d91ffe93caf985 100644 (file)
@@ -3,19 +3,19 @@ Section: admin
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
 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.