8 lines
142 B
Makefile
Executable File
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 $@
|