On Fri, Mar 26, 2004 at 12:28:19AM +0100, Carlos Perelló Marín wrote: > El vie, 26-03-2004 a las 00:19, Bartosz Fenski aka fEnIo escribió: > > On Fri, Mar 26, 2004 at 12:03:15AM +0100, Carlos Perelló Marín wrote: > > > Hi, my packages (ttf-isabella and alleyoop) are now available with > > > unstable but the wnpp bug reports are still open. The bug reports are: > > > #190317, #208916 and #207153 > > > > [...] > > > > > Am I doing something wrong? > > I suppose you've made similar mistake to mine ;) > > > > Consider one thing: the only one parsed changelog entry is LAST ONE. > > If you prepared dozen version on your box, and each of them closes some > > bugs, only last changelog will actually be closed. > > > That's what I supposed when the bugs were not closed, but like you, I > don't remember any documentation that says that.
To understand what went wrong you have to understand that the scripts just use the .changes file you uploaded. It contains a Closes: line. This one is used for closing bugs. The line itself is generated from the considered changelog entries by dpkg-genchanges (normally not called directly but by dpkg-buildpackage). Which changelog entries to consider (by default only the latest one) can be configured by the -v option for dpkg-genchanges (or dpkg-buildpackage, which will pass it on to dpkg-genchanges). Thats the "magic" :) Gruesse, -- Frank Lichtenheld <[EMAIL PROTECTED]> www: http://www.djpig.de/

