2022-01-27 19:02:37 -05:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2022-01-30 01:33:40 -05:00
|
|
|
export DH_GOLANG_INSTALL_EXTRA := tor-browser/TPO-signing-key.pub tor-browser/unpack/i2p.firefox ../../../github.com/jchavannes/go-pgp/pgp ../../../github.com/justinas/nosurf ../../../github.com/eyedeekay/sam3 ../../../github.com/eyedeekay/goSam ../../../github.com/otiai10/copy onion.png garliconion.png
|
2022-01-27 20:49:38 -05:00
|
|
|
|
|
|
|
|
2022-01-27 19:02:37 -05:00
|
|
|
%:
|
2022-01-27 20:34:14 -05:00
|
|
|
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
|
2022-01-27 19:02:37 -05:00
|
|
|
|
2022-01-27 20:49:38 -05:00
|
|
|
#override_dh_auto_configure:
|
|
|
|
# mkdir -p _build/src/github.com/jchavannes/go-pgp/ _build/src/github.com/justinas/
|
|
|
|
# ln -sf ../../../github.com/jchavannes/go-pgp/pgp _build/src/github.com/jchavannes/go-pgp/pgp
|
|
|
|
# ln -sf ../../../github.com/justinas/nosurf _build/src/github.com/justinas/nosurf
|
|
|
|
|
2022-01-27 19:02:37 -05:00
|
|
|
override_dh_auto_install:
|
|
|
|
dh_auto_install -- --no-source
|