L:debian-rules-uses-unnecessary-dh-argument
This commit is contained in:
parent
e293c6c2fb
commit
18ff04ab77
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -3,7 +3,7 @@
|
|||
include /usr/share/dpkg/pkg-info.mk
|
||||
|
||||
%:
|
||||
dh $@ --with=systemd
|
||||
dh $@
|
||||
|
||||
override_dh_install:
|
||||
dh_install -XLICENSE
|
||||
|
|
Loading…
Reference in a new issue