#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_installdocs:
	dh_installdocs
	dh_nodejs_autodocs
	install -m 644 CODE_OF_CONDUCT.md CONTRIBUTING.md \
	GOVERNANCE.md HISTORY.md README.md SECURITY.md \
	debian/yarnpkg/usr/share/doc/node-yarnpkg-cli/

override_dh_fixperms:
	dh_fixperms
	chmod 755 debian/yarnpkg/usr/share/nodejs/@yarnpkg/cli/bundles/yarn.js
