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

Drop unnecessary dh arguments: --with=systemd

Changes-By: lintian-brush
Fixes: lintian: debian-rules-uses-unnecessary-dh-argument
See-also: https://lintian.debian.org/tags/debian-rules-uses-unnecessary-dh-argument.html
parent 181f57dc
No related branches found
No related tags found
1 merge request!14Fix some issues reported by lintian
......@@ -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
......
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