#!/usr/bin/make -f VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \([^-]\+\)-.*/\1/p') %: dh $@ override_dh_auto_build: CFLAGS="$(CFLAGS)" $(CC) -o dupmerge dupmerge.c help2man --output=$(CURDIR)/debian/dupmerge.1 \ --no-info --section=1 --name="reclaim disk space by linking identical files together" \ --version-string=$(VERSION) $(CURDIR)/dupmerge