2
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-08-22 02:07:24 +00:00
Thomas Lamprecht d5137d6926 buildsys: improve resolving version
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-26 15:22:40 +02:00

14 lines
226 B
Makefile
Executable File

#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
include /usr/share/dpkg/pkg-info.mk
export VERSION = $(or $(DEB_VERSION_UPSTREAM), unknown)
%:
dh $@
override_dh_auto_test:
# do nothing