mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2025-01-05 09:17:56 +03:00
11 lines
133 B
Makefile
Executable File
11 lines
133 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_test:
|
|
# do nothing
|