#!/usr/bin/make -f
%:
	dh $@ --with autoreconf

.PHONY: override_dh_strip
override_dh_strip:
	dh_strip --dbg-package=$(shell awk '/Package: libflickcurl[0-9][0-9]*-dbg/ { print $$2 }' debian/control)
