#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed

# Enable verbose build output
export V=1

%:
	dh $@ --parallel --with autoreconf

override_dh_autoreconf:
	dh_autoreconf --as-needed

# Build debug packages.
override_dh_strip:
	dh_strip -plibgmtk1 --dbg-package=libgmtk1-dbg
	dh_strip -plibgmlib1 --dbg-package=libgmlib1-dbg
