On Mon, Mar 9, 2020 at 1:10 AM Anthony Fok <f...@debian.org> wrote: > > On Sun, Mar 8, 2020 at 10:18 PM Tong Sun <suntong...@gmail.com> wrote: > > > > Hi Shengjing, > > > > On Sat, Feb 22, 2020 at 1:03 PM Shengjing Zhu <z...@debian.org> wrote: > > > > > > ...So when you create a new package with dh-make-golang, it creates two > > > branches for you, > > > + debian/sid > > > + upstream > > > upstream branch contains upstream history. > > > If the vendor directory should be removed, it still needs manual process. > > > > Would you explain what are all the manual process I need to do pls? > > > > I'm packing a module that has vendor directory now, and even after > > I've removed the vendor directory, I'm still getting a lot of errors > > of, source-includes-file-in-files-excluded vendor... e.g.: > > > > source: source-includes-file-in-files-excluded > > vendor/gopkg.in/yaml.v2/yaml.go > > > > What are all the manual process I need to do pls? thx. > > Hi Tong, > > There is currently a bug in dh-make-golang v0.3.x, including v0.3.3, > where it fails to repack if tracking released tarballs. Which is my > fault as I had inadvertently created this bug, and haven't had the > chance to fix it yet, see > https://github.com/Debian/dh-make-golang/issues/134 > > Could you please tell me the XS-Go-Import-Path of the Go package you > are working on? It would really help me test and fix this bug in > dh-make-golang v0.3.3. Many thanks!
Sure, It is sigs.k8s.io/structured-merge-diff that I'm trying to pack and its XS-Go-Import-Path is XS-Go-Import-Path: sigs.k8s.io/structured-merge-diff Thanks Anthony