<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div><div>I surrender... I've been playing this weeks trying to understand how can I include in the git repository with the debian sources of the ufo-core the tag 0.8.0 from the author's repository and I can find how. I've tried every thing I thought useful, and almost everything I read, starting from the traces from Frédéric followed by many howto searches.<br><br></div><div>I can summarize it in to main paths that I thing have possibilities.<br><br></div><div>a) Using both repos to merge them.</div></div>$ git clone <a href="https://github.com/ufo-kit/ufo-core" target="_blank">https://github.com/ufo-kit/ufo-core</a> && cd ufo-core<br></div>$ git remote add debian git+ssh://<a href="http://git.debian.org/git/debian-pan/packages/ufo-core.git" target="_blank">git.debian.org/git/debian-pan/packages/ufo-core.git</a> && git fetch debian<br></div></div>$ git checkout -b v0.8.0<br><br></div>What blocks me in this option has been how to merge the tag with a new upstream branch.<br><br></div>b) Using the watch file. It's the option that looks more promising because it looks made to do that:<br><div><div><div><div><div><div><div><div></div><div>$ git clone git+ssh://<a href="http://git.debian.org/git/debian-pan/packages/ufo-core.git" target="_blank">git.debian.org/git/debian-pan/packages/ufo-core.git</a> && cd ufo-core<br>$ uscan --download --verbose<br><br></div><div>Then I have a file ../ufo-core-0.8.0.tar.gz together with a symlink with the *orig* label. But after that I cannot find how to have an upstream branch with the newer code.<br></div><br></div><div>I'm on a debian wheezy (and I've tried also on a jessie) with 'git-buildpackage' installed. I have an isolated gbp command as you've suggested but the gbp-* doesn't look to help me on what's the next step to do.<br><br></div><div>Thanks<br><br></div><div>/Sergi.<br></div></div><div class="gmail_extra"><br></div><div class="gmail_extra">Ps: I'm not really surrendering. In fact, I'm asking for reinforcements ;)<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 2, 2015 at 8:03 PM, PICCA Frederic-Emmanuel <span dir="ltr"><<a href="mailto:frederic-emmanuel.picca@synchrotron-soleil.fr" target="_blank">frederic-emmanuel.picca@synchrotron-soleil.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Sergi,<br>
<br>
Great, I setup a git repository with a previous work in progress.<br>
<br>
gbp clone git+ssh://<a href="http://git.debian.org/git/debian-pan/packages/ufo-core.git" target="_blank">git.debian.org/git/debian-pan/packages/ufo-core.git</a><br>
<br>
can you tell me if you can checkout the repository.<br>
<br>
you need the git-buildpackage on a wheezy or unstable machine.<br>
<br>
then to build the package you need to run<br>
<br>
gbp buildpackage in the repository.<br>
<br>
It would be nice to update the packaging with the latest upstream version 0.8.0<br>
<br>
to download the latest version, just<br>
<br>
uscan in th repository, it will check for new version using the debian/watch file.<br>
<br>
<br>
Cheers<br>
<br>
Fred.<br>
<br>
<br>
If you need more information do not hesitate to ask.<br>
</blockquote></div><br></div></div></div></div></div></div></div>