#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# do not ship libtool files
	find debian/tmp -name '*.la' -print -delete

override_dh_strip:
	dh_strip --dbgsym-migration='libcsv3-dbg (<< 3.0.3+dfsg-4~)'

prune-nonfree:
	# Remove sourceless PDF
	rm -fv csv.pdf
