mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2025-08-22 02:07:24 +00:00
14 lines
226 B
Makefile
Executable File
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
|