19
29
        $(MAKE) DESTDIR=$(CURDIR)/debian/mandos-client \
 
23
33
        dh_fixperms --exclude etc/keys/mandos \
 
25
34
                --exclude etc/mandos/plugins.d \
 
27
38
                --exclude usr/share/doc/mandos-client/examples/network-hooks.d
 
28
39
        chmod --recursive g-w -- \
 
29
40
        "$(CURDIR)/debian/mandos-client/usr/share/doc/mandos-client/examples/network-hooks.d"
 
31
45
override_dh_auto_test-arch: ;