#!/usr/bin/make -f VERSION := $(shell dpkg-parsechangelog | awk '/Version:/ { print $2 }' | sed -e 's/-[^-]*$$//') export VERSION %: dh $@