Skip to content
Snippets Groups Projects
Commit be60343f authored by godog's avatar godog
Browse files

Merge branch 'lintian-fixes' into 'master'

Fix some issues reported by lintian

See merge request !15
parents 176e58b0 3d87b28e
No related branches found
No related tags found
1 merge request!15Fix some issues reported by lintian
10
...@@ -2,7 +2,7 @@ Source: acmeserver ...@@ -2,7 +2,7 @@ Source: acmeserver
Section: admin Section: admin
Priority: optional Priority: optional
Maintainer: Autistici/Inventati <debian@autistici.org> Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>=9), golang-any (>=1.11), dh-golang Build-Depends: debhelper-compat (= 12), golang-any (>= 1.11), dh-golang
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Package: acmeserver Package: acmeserver
......
...@@ -10,8 +10,8 @@ export DH_GOLANG_EXCLUDES = vendor ...@@ -10,8 +10,8 @@ export DH_GOLANG_EXCLUDES = vendor
override_dh_auto_install: override_dh_auto_install:
dh_auto_install -- --no-source dh_auto_install -- --no-source
override_dh_systemd_enable: override_dh_installsystemd:
dh_systemd_enable --no-enable dh_installsystemd --no-enable
override_dh_systemd_start: override_dh_installsystemd:
dh_systemd_start --no-start 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