On Wed, Aug 22, 2018 at 09:32:24PM +0200, Michael Stapelberg wrote: > We only ever ship Go sources in the library packages, never compiled object > files. What you’re seeing is intended.
Great, thanks! So I can rest easy ;-) Best wishes, Julian > On Wed, Aug 22, 2018 at 9:00 PM, Julian Gilbey <[email protected]> wrote: > > Hi all, > > Now I'm a little bemused again... > > I'm looking at > https://salsa.debian.org/go-team/packages/golang-github-hanwen-usb > > I just realised as I built it (doing some updates to packaging only), > that it compiles a library, saving it in the build area as > obj-x86_64-linux-gnu/pkg/linux_amd64/github.com/hanwen/usb.a > But this object file is not installed anywhere; only the Go sources > are. Is this a problem? The only package which (to the best of my > knowledge) build-depends on it is go-mtpfs, and that seems to build > fine. > > Thanks for everyone's support; I'm getting there! > Julian
