weighttp/debian/rules

8 lines
142 B
Plaintext
Raw Normal View History

2010-08-23 13:09:12 +00:00
#!/usr/bin/make -f
2013-05-10 11:38:18 +00:00
VERSION := $(shell dpkg-parsechangelog | awk '/Version:/ { print $2 }' | sed -e 's/-[^-]*$$//')
export VERSION
2010-08-23 13:09:12 +00:00
2013-05-10 11:38:18 +00:00
%:
dh $@