On 19/06/16 20:47, Dmitry Smirnov wrote: > I would be happy to upload updated package but I've noticed that "upstream" > branch follows upstream history so "gbp import-orig" would break it and I'm > not sure how to handle such repository configuration...
I have just done it. These are the steps: $ git remote add upstream https://github.com/shirou/gopsutil $ git pull upstream $ git checkout upstream $ git merge v2.1 $ git tag upstream/2.1 $ git checkout master $ git merge upstream/2.1 $ uscan --force-download $ pristine-tar commit ../golang-github-shirou-gopsutil_2.1.orig.tar.gz upstream/2.1 I also fixed some tests that fail, and various bits. I am just confused as to why you removed the Build-Using field in control.. -- Martín Ferrari (Tincho) _______________________________________________ Pkg-go-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers
