#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ #override_dh_auto_build: execute_after_dh_installdocs: dh_nodejs_autodocs rm -rf debian/node-microsoft-fast-element/usr/share/doc/node-microsoft-fast execute_after_dh_auto_install: find debian/node-microsoft-fast-element -name .eslintrc.js -delete find debian/node-microsoft-fast-element -name 'karma.conf.*[jt]s' -delete find debian/node-microsoft-fast-element -name CHANGELOG.json -delete find debian/node-microsoft-fast-element -name 'tsconfig*.json' -delete find debian/node-microsoft-fast-element -name 'tslint.json' -delete find debian/node-microsoft-fast-element -name 'tsdoc.json' -delete find debian/node-microsoft-fast-element -name 'api-extractor.json' -delete rm -rf debian/node-microsoft-fast-element/usr/share/nodejs/@microsoft/fast rm -rf debian/node-microsoft-fast-element/usr/share/nodejs/@microsoft/fast-colors/testData.ts