diff --git a/debian/changelog b/debian/changelog index 6ddd715609dd6749ec5498523bd223bb2cb0487d..2579a7284557572a673acc650c477549064da3fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ acmeserver (2.0) unstable; urgency=medium * Initial Release. - -- Autistici/Inventati <debian@autistici.org> Sat, 15 Jun 2018 09:23:40 +0000 + -- Autistici/Inventati <debian@autistici.org> Fri, 15 Jun 2018 09:23:40 +0000 diff --git a/debian/control b/debian/control index 15e2136f16a9e9bcd5e3b8e0e2d8fa285f12064b..4cc5bc6b7c98fa0cb5718ff7c360bd62d9ca35cc 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,6 @@ Standards-Version: 3.9.6 Package: acmeserver Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Built-Using: ${misc:Built-Using} Description: ACME server Automatically manages and renews public SSL certificates. - diff --git a/debian/rules b/debian/rules index dd8e1a2eeb04cbec90e015db237ee7c06749b365..59922f6fe970b448590b716ede10b8ce16906c36 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DH_GOLANG_EXCLUDES = vendor %: - dh $@ --with systemd --with golang --buildsystem golang + dh $@ --with golang --buildsystem golang override_dh_auto_install: dh_auto_install -- --no-source @@ -15,4 +15,3 @@ override_dh_systemd_enable: override_dh_systemd_start: dh_systemd_start --no-start -