Package: ntopng Version: 2.4+dfsg1-2 Tag: debian/2.4+dfsg1-2 Sources: *https://anonscm.debian.org/git/collab-maint/ntopng.git/ <https://anonscm.debian.org/git/collab-maint/ntopng.git/>* Building with branch=master & tag=debian/2.4+dfsg1-2 echo -------- echo Cleaning echo -------- cd git-ntopng 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 .* ntopng_2.4+dfsg1\\.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', '07ac79750b1c23cfcbbd54b0d8e722b58c271f79'] 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/Ntop/ntopng_2.4+dfsg1.orig.tar.gz'] gbp:error: Pristine-tar couldn't checkout "ntopng_2.4+dfsg1.orig.tar.gz": fatal: Path 'ntopng_2.4+dfsg1.orig.tar.gz.delta' does not exist in 'refs/heads/pristine-tar' pristine-tar: git show refs/heads/pristine-tar:ntopng_2.4+dfsg1.orig.tar.gz.delta failed -- Jean-Christophe