2017-12-18 9:35 GMT+02:00 Gijs Molenaar <[email protected]>: > Hi Guido, > > Thanks for your reply, and sorry for the delay. > > 2017-11-27 15:30 GMT+02:00 Guido Günther <[email protected]>: > >> [...] >> >> This works as exected in 0.9.3 and in 0.8.18: >> >> DEBFULLNAME="bla fasel" gbp dch -S -a --no-git-author -Dxenial >> > > I'm trying to clone the repository from https://git.sigxcpu.org/c > git/git-buildpackage/ but it just seems > to hang (Cloning into 'git-buildpackage'...without any progress) . I also > tried to checkout only one branch. > I can visit the web interface without problems though. >
Ok I was too impatient, sorry about that. I'm not sure why but git was not giving any feedback. After a while the repo was just cloned. It works now! In case you are curious, what I did: 0.8.18 seems to depend on devscripts (>= 2.17.7~) which itself also depend on packages that should probably require a backport. That becomes to much work. If change the dependency to (devscripts 2.16.2). Then the test suite fails: gbp: debug: ['git', 'rev-parse', '--show-cdup'] gbp: debug: ['git', 'rev-parse', '--is-bare-repository'] gbp: debug: ['git', 'rev-parse', '--git-dir'] gbp: debug: /usr/bin/pristine-tar [] ['verify', '../upstream_1.0.orig.tar.gz'] gbp: error: Pristine-tar couldn't verify "upstream_1.0.orig.tar.gz": pristine-tar: Unknown subcommand "verify" I noticed there is a DEB_BUILD_OPTIONS=nocheck option, but that doesn't seem to work for me, if I run: DEB_BUILD_OPTIONS=nochecks dpkg-buildpackage it still runs the test suite. If i disable the test suite manually in debian/control the package builds! If i instal it the signature is correctly updated. thanks! greetings, - Gijs
_______________________________________________ git-buildpackage mailing list [email protected] http://lists.sigxcpu.org/mailman/listinfo/git-buildpackage
