#!/usr/bin/make -f

# Debhelper rules

LC_ALL=C
export LC_ALL

DESTDIR=$(CURDIR)/debian/lcov

%:
	dh $@

override_dh_auto_install:
	$(MAKE) PREFIX=$(DESTDIR)/usr install
	mv $(DESTDIR)/usr/etc $(DESTDIR)
