11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
|
||
|
|
||
|
execute_before_dh_auto_build:
|
||
|
make
|
||
|
|
||
|
execute_after_dh_auto_test:
|
||
|
pg_virtualenv -v 15 make test-deploy
|