Hello,

Some packages can be imported from several import paths. We tend to put
symlinks in /usr/share/gocode/src so that all known import paths work.

As of dh-golang 1.28[1], XS-Go-Import-Path can reflect this by using a
comma-separated list of known import paths for the package.

For example, the following format would now be valid:
```
XS-Go-Import-Path: github.com/go-mgo/mgo,
                   gopkg.in/mgo.v2,
                   labix.org/v2/mgo,
                   launchpad.net/mgo
```

dh-make-golang (in unstable) has also learned this new format.

Please use it accordingly in your packages!

Cheers,

1. https://bugs.debian.org/885780

-- 
Alexandre Viau
av...@debian.org

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
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