3 VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \([^-]\+\)-.*/\1/p')
8 override_dh_auto_build:
9 CFLAGS="$(CFLAGS)" $(CC) -o dupmerge dupmerge.c
10 help2man --output=$(CURDIR)/debian/dupmerge.1 \
11 --no-info --section=1 --name="reclaim disk space by linking identical files together" \
12 --version-string=$(VERSION) $(CURDIR)/dupmerge