<p dir="ltr"><br>
On 10 Sep 2014 06:43, "Dan S" <<a href="mailto:danstowell%2Bdebmm@gmail.com">danstowell+debmm@gmail.com</a>> wrote:<br>
><br>
> Hi all,<br>
><br>
> Just trying to import the latest version of supercollider. I'm having<br>
> a problem with git-buildpackage failing to pick up the correct version<br>
> number, and I have failed to find clues online. Here's the error:<br>
><br>
>  % git-buildpackage -S --git-verbose --git-export-dir=../buildarea<br>
> gbp:debug: ['git', 'rev-parse', '--show-cdup']<br>
> gbp:debug: ['git', 'rev-parse', '--is-bare-repository']<br>
> gbp:debug: /bin/true [] []<br>
> gbp:debug: ['git', 'status', '--porcelain']<br>
> gbp:debug: ['git', 'symbolic-ref', 'HEAD']<br>
> gbp:debug: ['git', 'show-ref', 'refs/heads/master']<br>
> gbp:debug: ['git', 'ls-tree', 'HEAD']<br>
> gbp:debug: ['git', 'show', '--pretty=medium', 'HEAD:debian/source/format']<br>
> gbp:debug: ['git', 'show', '--pretty=medium', 'HEAD:debian/changelog']<br>
> gbp:debug: ['git', 'show-ref', 'refs/heads/pristine-tar']<br>
> gbp:debug: ['git', 'log', '--pretty=format:%H', '--grep=pristine-tar<br>
> .* supercollider_None\\.orig.tar\\.', 'pristine-tar', '--']<br>
> gbp:debug: ['git', 'rev-parse', '--quiet', '--verify', 'pristine-tar^0']<br>
> gbp:debug: ['git', 'show',<br>
> '--pretty=format:%an%x00%ae%x00%ad%x00%cn%x00%ce%x00%cd%x00%s%x00%f%x00%b%x00',<br>
> '-z', '--date=raw', '--name-status',<br>
> '4fbe1cc3cc50bbb5b602e49e98b7d24dd4872472']<br>
> gbp:debug: Determined compression type 'gzip'<br>
> gbp:debug: ['git', 'show-ref', 'refs/heads/pristine-tar']<br>
> gbp:debug: /usr/bin/pristine-tar [] ['checkout',<br>
> '/home/dan/dev/multimedia_team/buildarea/supercollider_None.orig.tar.gz']<br>
> fatal: Path 'supercollider_None.orig.tar.gz.delta' does not exist in<br>
> 'refs/heads/pristine-tar'<br>
> pristine-tar: git show<br>
> refs/heads/pristine-tar:supercollider_None.orig.tar.gz.delta failed<br>
> gbp:error: Couldn't checkout "supercollider_None.orig.tar.gz":<br>
> /usr/bin/pristine-tar returned 128<br>
> zsh: exit 1     git-buildpackage -S --git-verbose --git-export-dir=../buildarea<br>
><br>
> The correct orig.tar is in place, but gbp clearly goes wrong before it<br>
> gets to the point of looking for it.<br>
> I believe I have the correct version information in all the right places:<br>
><br>
> % head -n 1 debian/changelog<br>
> supercollider (1:3.6.6~repack) unstable; urgency=low<br></p>
<p dir="ltr">You are missing the -1 at the end of the version. Could this be the problem?</p>
<p dir="ltr">><br>
> % git glog upstream<br>
> * 1615324 - (tag: upstream/3.6.6_repack, upstream) Imported Upstream<br>
> version 3.6.6~repack (29 minutes ago) <Dan Stowell><br>
> * f88d706 - (tag: upstream/3.6.3_repack, origin/upstream) Imported<br>
> Upstream version 3.6.3~repack (1 year, 7 months ago) <Dan Stowell><br>
><br>
> % git glog pristine-tar<br>
> * 4fbe1cc - (pristine-tar) pristine-tar data for<br>
> supercollider_3.6.6~repack.orig.tar.gz (30 minutes ago) <Dan Stowell><br>
> * 333c51c - (origin/pristine-tar) pristine-tar data for<br>
> supercollider_3.6.3~repack.orig.tar.gz (1 year, 7 months ago) <Dan<br>
> Stowell><br>
><br>
> % git glog master<br>
> * efab1c9 - (HEAD, master) Changelogging (26 minutes ago) <Dan Stowell><br>
> * 9a91d67 - Refresh patches. (27 minutes ago) <Dan Stowell><br>
> *   e563574 - Merge tag 'upstream/3.6.6_repack' (30 minutes ago) <Dan Stowell><br>
> |\<br>
> | * 1615324 - (tag: upstream/3.6.6_repack, upstream) Imported Upstream<br>
> version 3.6.6~repack (30 minutes ago) <Dan Stowell><br>
> * | cf429bc - Prepare to import 3.6.6 (31 minutes ago) <Dan Stowell><br>
> * | 7ec97a9 - (origin/master, origin/HEAD) Exclude bundled MathJax<br>
> scripts. We use system MathJax. Closes: #760981 (2 hours ago) <Dan<br>
> Stowell><br>
> * | 6699de3 - (tag: debian/1%3.6.3_repack-7) Prepare changelog (17<br>
> hours ago) <Sebastian Ramacher><br>
><br>
> (`git glog' is aliased to `log --graph --pretty=format:'%Cred%h%Creset<br>
> -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(blue)<%an>%Creset'<br>
> --abbrev-commit')<br>
><br>
> Any tips?<br>
><br>
> Thanks in advance<br>
> Dan<br>
><br>
> _______________________________________________<br>
> pkg-multimedia-maintainers mailing list<br>
> <a href="mailto:pkg-multimedia-maintainers@lists.alioth.debian.org">pkg-multimedia-maintainers@lists.alioth.debian.org</a><br>
> <a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers</a><br>
</p>