Skip to content
Snippets Groups Projects
Commit 87f46b47 authored by silver-platter's avatar silver-platter
Browse files

Bump debhelper from old 10 to 12.

+ Use dh_installsystemd rather than deprecated dh_systemd_enable.
+ Use dh_installsystemd rather than deprecated dh_systemd_start.

Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
parent ace9ce61
No related branches found
No related tags found
1 merge request!15Fix some issues reported by lintian
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
10
12
......@@ -2,7 +2,7 @@ Source: acmeserver
Section: admin
Priority: optional
Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>= 10~), golang-any (>= 1.11), dh-golang
Build-Depends: debhelper (>= 12~), golang-any (>= 1.11), dh-golang
Standards-Version: 3.9.6
Package: acmeserver
......
......@@ -10,8 +10,8 @@ export DH_GOLANG_EXCLUDES = vendor
override_dh_auto_install:
dh_auto_install -- --no-source
override_dh_systemd_enable:
dh_systemd_enable --no-enable
override_dh_installsystemd:
dh_installsystemd --no-enable
override_dh_systemd_start:
dh_systemd_start --no-start
override_dh_installsystemd:
dh_installsystemd --no-start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment