weighttp/debian/rules
2013-05-10 14:07:11 +02:00

8 lines
142 B
Makefile
Executable File

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