#!/usr/bin/make -f

DEB_AUTO_CLEANUP_RCS            := yes
DEB_INSTALL_MANPAGES_littlewizard := debian/littlewizard.1
DEB_DH_LINK_littlewizard := usr/share/man/man1/littlewizard.1.gz usr/share/man/man1/littlewizardtest.1.gz
DEB_BUILD_PARALLEL := 1
# Add here any variable or target overrides you need

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/autoreconf.mk

DEB_CONFIGURE_EXTRA_FLAGS := --disable-static --disable-shared

# Work around #670796
post-patches::
	install /usr/share/gnulib/build-aux/mkinstalldirs .

clean::
	rm -f mkinstalldirs
