mirror of
https://salsa.debian.org/debian/knockd
synced 2025-12-23 04:55:14 +00:00
remove knock client docs from installation
otherwise we end up with multiple documentation copies in the single binary package
This commit is contained in:
5
debian/rules
vendored
5
debian/rules
vendored
@@ -8,6 +8,11 @@ include /usr/share/dpkg/buildflags.mk
|
||||
%:
|
||||
dh $@ --with autotools-dev --with systemd
|
||||
|
||||
override_dh_install:
|
||||
dh_install
|
||||
# original installation has duplicate docs for knock and knockd
|
||||
rm -rf debian/knockd/usr/share/doc/knock
|
||||
|
||||
# the standard config is unsafe
|
||||
override_dh_systemd_enable:
|
||||
dh_systemd_enable --no-enable
|
||||
|
||||
Reference in New Issue
Block a user