=== modified file 'debian/rules' --- debian/rules 2014-05-12 21:02:38 +0000 +++ debian/rules 2015-12-03 21:06:34 +0000 @@ -19,13 +19,15 @@ $(MAKE) DESTDIR=$(CURDIR)/debian/mandos-client \ install-client-nokey -override_dh_fixperms: +override_dh_fixperms-arch: dh_fixperms --exclude etc/keys/mandos \ - --exclude etc/mandos/clients.conf \ --exclude etc/mandos/plugins.d \ --exclude usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null)/mandos/plugins.d \ --exclude usr/share/doc/mandos-client/examples/network-hooks.d chmod --recursive g-w -- \ "$(CURDIR)/debian/mandos-client/usr/share/doc/mandos-client/examples/network-hooks.d" +override_dh_fixperms-indep: + dh_fixperms --exclude etc/mandos/clients.conf + override_dh_auto_test-arch: ;