#!/usr/bin/make -f export DH_VERBOSE = 1 UPSTREAM_VERSION := $(shell dpkg-parsechangelog --show-field Version | cut -d- -f1) get-orig-source: uscan --download-current-version %: dh $@ --buildsystem=none override_dh_auto_clean: -tar -xf ../fehqlibs_$(UPSTREAM_VERSION).orig.tar.gz --strip-components=1 $(MAKE) -C src clean sed -i '31,$$d' conf-build override_dh_auto_configure: echo CFLAGS=\"-Iinclude $(CFLAGS)\" >>conf-build $(MAKE) -C src check override_dh_auto_build: LDFLAGS= $(MAKE) -C src default