2023-01-18 22:20:58 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2023-01-18 23:21:49 +01:00
|
|
|
# See debhelper(7) (uncomment to enable).
|
|
|
|
# Output every command that modifies files on the build system.
|
|
|
|
export DH_VERBOSE = 1
|
|
|
|
|
|
|
|
|
2023-01-18 22:20:58 +01:00
|
|
|
%:
|
2023-01-18 23:21:49 +01:00
|
|
|
dh $@ --builddirectory=./ --buildsystem=golang --with=golang
|
|
|
|
|
2023-01-18 22:20:58 +01:00
|
|
|
|
|
|
|
override_dh_auto_install:
|
|
|
|
dh_auto_install -- --no-source
|