Hi,<br><br>thanks for explanations. I will try.<br><br>Nicolas<br><br><div class="gmail_quote">2010/3/25 Federico Giménez Nieto <span dir="ltr">&lt;fgimenez@coit.es&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi, following [1] and [2] i think that this should be a straight<br>
method for both setting up the repository and having it prepared for<br>
new upstream versions:<br>
<br>
-Place the upstream orig.tar.gz in a subdirectory<br>
<br>
-Clone the (now empty) phing repository with<br>
<br>
 &nbsp;git clone ssh://&lt;your-user&gt;@<a href="http://git.debian.org/git/pkg-symfony/phing.git" target="_blank">git.debian.<wbr>org/git/pkg-symfony/phing.git</a><br>
<br>
-Change to the recently created 'phing' dir<br>
<br>
-Import the package files to the repo with<br>
<br>
 &nbsp;git-import-orig -u 0.1 ../phing-0.1.orig.tar.gz<br>
<br>
(if 0.1 is the current version)<br>
As you have the original tarball at hand there is no need to create a<br>
pristine-tar branch. With this, the master and upstream branch (which<br>
will help on importing new upstream versions) are created, and the<br>
initial commit is done.<br>
<br>
-Add the debian files<br>
<br>
You could commit and push without having to change from the master<br>
branch, which is the only one needed to be pushed.<br>
<br>
Hope this helps<br>
Federico<br>
<br>
[1] <a href="http://wiki.debian.org/Alioth/Git" target="_blank">http://wiki.debian.org/Alioth/<wbr>Git</a><br>
[2] <a href="http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html" target="_blank">http://honk.sigxcpu.org/<wbr>projects/git-buildpackage/<wbr>manual-html/gbp.html</a><br>
</blockquote></div><br>