#!/usr/bin/make -f

%:
	dh $@ --parallel

override_dh_auto_configure:
	./configure.sh --prefix=/usr --mandir='$${PREFIX}/share/man'

override_dh_install:
	dh_install
	@echo leave upstream changelog for dh_installchangelogs
	rm --verbose debian/vobcopy/usr/share/doc/vobcopy/Changelog
	@echo GNU GPL is included by reference in debian/copyright
	rm --verbose debian/vobcopy/usr/share/doc/vobcopy/COPYING
