=== modified file 'debian/control' --- debian/control 2015-07-09 20:32:52 +0000 +++ debian/control 2015-12-03 21:04:24 +0000 @@ -20,7 +20,7 @@ python2.7-gnutls, python-dbus, python2.7-dbus, python-avahi, python2.7-avahi, python-gobject, python2.7-gobject, avahi-daemon, adduser, python-urwid, python2.7-urwid, - gnupg (<< 2), initscripts (>= 2.88dsf-13.3) + gnupg (<< 2) Recommends: ssh-client | fping Description: server giving encrypted passwords to Mandos clients This is the server part of the Mandos system, which allows === 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: ;