--- a/debian/rules 2020-01-22 10:34:38.144226879 +0000 --- b/debian/rules 2020-01-22 10:56:35.469495605 +0000 @@ -18,6 +18,8 @@ override_dh_install: dh_install + find $(CURDIR)/debian/node-ws/usr/lib -name .deps -type d -print0 | xargs -0r rm -rf + find $(CURDIR)/debian/node-ws/usr/lib -name Makefile -type f -delete find $(CURDIR)/debian/node-ws/usr/lib -name *.node -exec chmod 644 '{}' \; debian/wscat.1: