Package: ppp Version: 2.4.7-1+4 Tag: debian/2.4.7-1+4 Sources: *https://anonscm.debian.org/cgit/collab-maint/pkg-ppp.git/ <https://anonscm.debian.org/cgit/collab-maint/pkg-ppp.git/>* Building with branch=master & tag=debian/2.4.7-1+4: echo -------- echo Cleaning echo -------- cd git-ppp sudo -u actionmystique -H git-reset-clean-pull-checkout.sh pristine-tar sudo -u actionmystique -H git-reset-clean-pull-checkout.sh $branch $tag
echo --------------------------- echo Checking Build Dependencies echo --------------------------- check-build-dependencies.sh echo -------- echo Building echo -------- sudo -u actionmystique -H git checkout $branch sudo -u actionmystique -H gbp buildpackage --git-verbose --git-debian-branch=$branch --git-pristine-tar leads to: ... gbp:debug: ['git', 'rev-parse', '--show-cdup'] gbp:debug: ['git', 'rev-parse', '--is-bare-repository'] gbp:debug: ['git', 'rev-parse', '--git-dir'] gbp:debug: /bin/true [] [] gbp:debug: ['git', 'status', '--porcelain'] gbp:debug: ['git', 'symbolic-ref', 'HEAD'] gbp:debug: ['git', 'show-ref', 'refs/heads/master'] gbp:debug: ['git', 'rev-parse', '--quiet', '--verify', 'HEAD'] gbp:debug: ['git', 'show-ref', 'refs/heads/pristine-tar'] gbp:debug: ['git', 'log', '--pretty=format:%H', '--grep=pristine-tar .* ppp_2.4.7\\.orig.tar\\.', 'pristine-tar', '--'] gbp:debug: ['git', 'rev-parse', '--quiet', '--verify', 'pristine-tar^0'] gbp:debug: ['git', 'show', '--pretty=format:%an%x00%ae%x00%ad%x00%cn%x00%ce%x00%cd%x00%s%x00%f%x00%b%x00', '-z', '--date=raw', '--no-renames', '--name-status', '7590e9d3e7158eefbfdb598092a622509322ae87'] gbp:debug: Determined compression type 'gzip' gbp:debug: ['git', 'show-ref', 'refs/heads/pristine-tar'] gbp:debug: /usr/bin/pristine-tar [] ['checkout', '/home/actionmystique/Program-Files/Ubuntu/Network-Manager/ppp_2.4.7.orig.tar.gz'] gbp:error: Pristine-tar couldn't checkout "ppp_2.4.7.orig.tar.gz": fatal: Path 'ppp_2.4.7.orig.tar.gz.delta' does not exist in 'refs/heads/pristine-tar' pristine-tar: git show refs/heads/pristine-tar:ppp_2.4.7.orig.tar.gz.delta failed -- Jean-Christophe