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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to