2
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-08-22 10:17:06 +00:00

14 lines
226 B
Plaintext
Raw Permalink Normal View History

2013-10-31 07:07:43 +01:00
#!/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)
2013-10-31 07:07:43 +01:00
%:
dh $@
override_dh_auto_test:
# do nothing