[pkg-go] dh-make-golang does not work anymore?
Félix Sipma
felix+debian at gueux.org
Sat Mar 18 11:46:24 UTC 2017
I can't get dh-make-golang working anymore, did something changed recently?
$ dh-make-golang github.com/restic/chunker
2017/03/18 12:43:58 Downloading "github.com/restic/chunker/..."
go get: 55.44 KiBpackage github.com/restic/chunker
imports crypto/rand: unrecognized import path "crypto/rand" (import path does not begin with hostname)
package github.com/restic/chunker
imports encoding/binary: unrecognized import path "encoding/binary" (import path does not begin with hostname)
package github.com/restic/chunker
imports errors: unrecognized import path "errors" (import path does not begin with hostname)
package github.com/restic/chunker
imports fmt: unrecognized import path "fmt" (import path does not begin with hostname)
package github.com/restic/chunker
imports io: unrecognized import path "io" (import path does not begin with hostname)
package github.com/restic/chunker
imports strconv: unrecognized import path "strconv" (import path does not begin with hostname)
package github.com/restic/chunker
imports sync: unrecognized import path "sync" (import path does not begin with hostname)
package github.com/restic/chunker
imports bytes: unrecognized import path "bytes" (import path does not begin with hostname)
package github.com/restic/chunker
imports crypto/sha256: unrecognized import path "crypto/sha256" (import path does not begin with hostname)
package github.com/restic/chunker
imports encoding/hex: unrecognized import path "encoding/hex" (import path does not begin with hostname)
package github.com/restic/chunker
imports math/rand: unrecognized import path "math/rand" (import path does not begin with hostname)
package github.com/restic/chunker
imports testing: unrecognized import path "testing" (import path does not begin with hostname)
package github.com/restic/chunker
imports time: unrecognized import path "time" (import path does not begin with hostname)
2017/03/18 12:43:59 Could not create a tarball of the upstream source: exit status 1
golang-github-restic-chunker was created with dh-make-golang, so I don't
understand why it does not work anymore. I tried other packages, with a similar
result.
I you had any clue, that would help!
Thanks,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-go-maintainers/attachments/20170318/e0c4e86b/attachment.sig>
More information about the Pkg-go-maintainers
mailing list