#!/usr/bin/make -f

%:
	dh $@ --with autotools_dev

# Make sure to delete config.status and config.log.
# Upstream didn't run 'make distclean' before making tarball.
# Also remove binaries not cleaned from source package.
override_dh_auto_clean:
	rm -rf config.status config.log src/parcellite src/*.o
	dh_auto_clean
