Hi
>Can you please explain why you used dh_clean and not dh_build or sth >similar? i mean, is there a specific reason? acually the updatepo is something that needs to be done and committed on git. during in dh-clean ensures you will run it from time to time (at least to create a source.changes to upload). Doing in dh_build might not be enough, because most developers will build it in a clean chroot, so they won't be able to commit the changes files. >Additionally, > >running "git buildpackage --git-debian-branch=master" in the branch >master results in "gbp:error: upstream/1.7.3 is not a valid treeish" >which doesn't make sense to me, as we obviously have a debian dir in the >master branch. (I'm refering to >http://unix.stackexchange.com/a/167565/117978) >Di you have an idea i could try? it means somebody didn't push the tag :s you can avoid this issue by launching "origtargz" command, that tries to recreate the orig tarball with various different techniques >What about those two commits? >https://github.com/toogley/pkg-wicd/commit/4c930acc59031a10647d68310020d893258313b6 > >https://github.com/toogley/pkg-wicd/commit/5fdf48ce5f55ea70047e7e1e790e893070ef4593 > +1 for me :) cheers, G.