#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

include /usr/share/dpkg/default.mk
include /usr/share/dpkg/architecture.mk

%:
	dh $@

execute_after_dh_auto_install:
	$(RM) debian/tmp/usr/lib/*/*.la
