#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
#export DH_VERBOSE = 1

%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	dh_auto_test -- test --all

override_dh_auto_install:
	dh_auto_install --destdir=debian/librust-shell-quote-dev/ -O--buildsystem=cargo
	rm debian/librust-shell-quote-dev/usr/share/cargo/registry/shell-quote-*/README.md
	rm debian/librust-shell-quote-dev/usr/share/cargo/registry/shell-quote-*/LICENSE
