Hi,<br><br>ok I will fix that today.<br><br>Do you want me to work on another package, swiftmail for example ?<br><br>Nicolas<br><br><div class="gmail_quote">2010/3/30 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 Nicolas,<br>
<br>
2010/3/29 &nbsp;&lt;<a href="mailto:nikrou77@gmail.com">nikrou77@gmail.com</a>&gt;:<br>
<div class="im">&gt; Hi,<br>
&gt;<br>
&gt; I pushed the branches debian and pristine-tar. Tell me if it's correct.<br>
&gt;<br>
<br>
</div>I get this when trying to clone:<br>
<br>
 &nbsp;warning: remote HEAD refers to nonexistent ref, unable to checkout.<br>
<br>
As with John's package, it seems that you haven't committed the master<br>
branch. Since you used the repository with the hooks set up, in this<br>
case we have the commits reference [1]. Maybe there is a problem<br>
because of importing the svn upstream repo, you can see that there are<br>
a lot of commits made by upstream authors.<br>
<br>
Since you have a debian and pristine-tar branches, in this case i<br>
managed to get the repo layout by doing:<br>
<br>
&nbsp;# git checkout -b pristine-tar origin/pristine-tar<br>
<br>
&nbsp;# git checkout -b master origin/debian<br>
<br>
To be able to build the package, as there is no upstream branch, i<br>
needed first to extract the tarball from the pristine-tar branch<br>
issuing:<br>
<br>
&nbsp;# pristine-tar checkout phing_2.4.1.orig.tar.gz<br>
<br>
&nbsp;# mv phing_2.4.1.orig.tar.gz ..<br>
<br>
Then git-buildpackage worked fine. In my opinion, you should rename<br>
the 'debian' branch to 'master' and create a 'upstream' branch so that<br>
the import of new upstream versions is not a pain, here explains how<br>
[2]. If you want to get rid of upstream commit messages and create the<br>
'master' and 'upstream' branches from the tarball at the same time, we<br>
should start the repo from scratch and follow the process at [3], let<br>
<div class="im">me know if you need any help with this.<br>
<br>
Cheers,<br>
Federico<br>
<br>
</div>[1] <a href="http://lists.alioth.debian.org/pipermail/pkg-symfony-commits/2010-March/000006.html" target="_blank">http://lists.alioth.debian.<wbr>org/pipermail/pkg-symfony-<wbr>commits/2010-March/000006.html</a><br>
[2] <a href="http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.html#AEN201" target="_blank">http://honk.sigxcpu.org/<wbr>projects/git-buildpackage/<wbr>manual-html/gbp.import.html#<wbr>AEN201</a><br>
[3] <a href="http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.FROMSCRATCH" target="_blank">http://honk.sigxcpu.org/<wbr>projects/git-buildpackage/<wbr>manual-html/gbp.import.html#<wbr>GBP.IMPORT.FROMSCRATCH</a><br>
</blockquote></div><br>