Comment 1 for bug 564097

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 564097] [NEW] Auto-add correct "-v" argument to "bzr builddeb"

On Thu, 2010-04-15 at 18:47 +0000, Daniel Hahler wrote:
> "bzr builddeb -S" should default to using "-v" and adding the version
> from the last known upload (in the same "series"?)
>
> So, when doing "bzr bd -S" for a merge from Debian, it includes all
> changes since the last ubuntu revision, automatically.
>
> Currently you have to look at debian/changelog to find the version since
> when changes should get added/used.

> Drawback: you have to explicitly use "-v $previous_version" to get the previous default behavior.
>
> I think it should look at the last tags, which also "bzr mark-upoaded"
> uses to get the last (relevant) upload. This should be as easy as
> looking for the last Ubuntu upload.
A series is not the same thing as an archive. It is possible to upload
to different archives but the same series.

For example, it may be possible for me to upload one revision of a
package to the Maverick series in a PPA and then upload the next
revision to the Ubuntu Maverick archive.

Cheers,

Jelmer