On Sun, Jan 14, 2018 at 08:05:18PM +0100, Helmut Grohne wrote: > Package: golang-github-docker-docker-dev [...] > /usr/share/gocode/src/github.com/docker/docker/pkg/fsutils/fsutils_linux_test.go > contains mkfs.ext4. According to file it is a ASCII text
This file also contains mkfs.xfs but declares no relationship against xfsprogs. > /usr/share/gocode/src/github.com/docker/docker/pkg/mount/mountinfo_linux_test.go > contains debugfs. According to file it is a ASCII text This seems to be a false positive from some kind of mountinfo (/proc/mounts ?) and can likely be ignored. Apart from my first comment I'm not sure how useful it is to declare a dependency in the package shipping go *source* that utilizes a certain command. AIUI building go basically means you end up with something statically linked and the consumer of the go source needs to declare the dependency themselves (or atleast I'm not aware of any way for go packages to propagate dependencies via a substvar or similar). Thus my conclusion is that it's probably best to just close this bug report. Would be great to hear maintainers view on this! Regards, Andreas Henriksson