#!/usr/bin/make -f
-VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \([^-]\+\)-.*/\1/p')
-
%:
dh $@
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
+ --version-option="-V" $(CURDIR)/dupmerge