On Thu, 18 Feb 2016 04:00:48 PM Ivan Udovichenko wrote: > dh build --buildsystem=golang --with=golang > dh_testdir -O--buildsystem=golang > dh_auto_configure -O--buildsystem=golang > dh_auto_build -O--buildsystem=golang > src/github.com/emicklei/go-restful/examples/restful-form-handling.go:6:2 > > : cannot > > find package "github.com/gorilla/schema" in any of:
I'm unable to reproduce that. Obviously example needs unpackaged dependency
and that's why there is a following fragment in "rules" to avoid compilation
of examples:
export DH_GOLANG_EXCLUDES := examples
Naturally package FTBFS if you comment or remove that line. If you must
compile examples then please consider packaging "github.com/gorilla/schema".
--
Best wishes,
Dmitry Smirnov.
---
It is a mistake to try to look too far ahead. The chain of destiny can only
be grasped one link at a time.
-- Winston Churchill
signature.asc
Description: This is a digitally signed message part.

