<br><br><div class="gmail_quote"><div dir="ltr">Le dim. 13 mars 2016 07:43, Andreas Tille <<a href="mailto:andreas@an3as.eu">andreas@an3as.eu</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sat, Mar 12, 2016 at 09:06:52PM +0900, Charles Plessy wrote:<br>
> using the tool "gitk", I see a commit "Imported Upstream version 2.1.0+dfsg",<br>
> in the master and the upstream branches.  However, such commit should only be<br>
> in the upstream branch, and the master branch should have a merge commit such<br>
> as "Merge tag 'upstream/xyz".  I do not know why this has accidently happened,<br>
> but the result is that when you import version 2.1.1, git-buildpackage is now<br>
> trying to merge the freshly created tag upstream/2.1.1+dfsg as if<br>
> upstream/2.1.0+dfsg had not existed.<br>
><br>
> My gut feeling is that, from the master branch and before the import of release<br>
> 2.1.1, runnign "git merge upstream/2.1.0" should solve your problem.<br>
<br>
I tried several things.  I consider this try the "most promising one to<br>
my understanding"<br>
<br>
picard-tools(master) $ git reset c9f5b97355476b469ff44a562c769e95a5200fda --hard<br>
HEAD ist jetzt bei c9f5b97 Imported Upstream version 2.1.0+dfsg<br>
picard-tools(master) $ git merge upstream/2.1.0+dfsg<br>
merge: upstream/2.1.0+dfsg - not something we can merge<br>
<br>
Any idea what else might help?<br>
<br></blockquote></div><div>Unfortunatly, i do not master debian git tools beyond basic/usual tasks, nor what should be done manually to match what git-builpackage and co expects... :-( </div><div>Maybe backuping current git repo, and trying doing new upstream stuff like a new git repo, and force merge. We would be back to a clean state</div><div>Not the best idea, but a possible one.</div><div><br></div><div>Olivier</div><div><br></div><div>Olivier</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Kind regards<br>
<br>
       Andreas.<br>
<br>
--<br>
<a href="http://fam-tille.de" rel="noreferrer" target="_blank">http://fam-tille.de</a><br>
</blockquote></div>