8 lines
136 B
Text
8 lines
136 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh ${@} --builddirectory=_build --buildsystem=golang
|
||
|
|
||
|
override_dh_auto_test:
|
||
|
# disabled (needs upstream fixes)
|