[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#704442: unblock: devscripts/2.12.7 (pre-approval dch --bpo fix)



Control: tags -1 + moreinfo

On Mon, 2013-04-01 at 15:41 +0800, Thomas Goirand wrote:
> In the current version of devscripts in wheezy, when invoking dch --bpo,
> generates a changelog like this one:
> devscripts (2.12.6~bpo60+1) squeeze-backports; urgency=low
> 
> It should of course use this instead:
> devscripts (2.12.6~bpo70+1) wheezy-backports; urgency=low

It's actually somewhat more complicated than that, as the behaviour
differs depending on whether the previous upload was a backport. I
assume you've looked at the code before suggesting changing it though.

> Would the release team accept that I upload the attached fix to SID,
> in order to fix this problem in Wheezy?

Have you asked the devscripts maintainers? That's not the sort of change
I'd personally be happy with unless the maintainers had signed it off.
(I realise it's now in collab-maint, but my understanding was that the
intention was to make it easier to contribute rather than easier to
upload.)

-my %bpo_dists = ( 60, 'squeeze' );
-my $latest_bpo_dist = '60';
+my %bpo_dists = ( 70, 'wheezy' );
+my $latest_bpo_dist = '70';

The first of those changes is wrong for as long as uploads to
squeeze-backports are supported. Apparently my earlier assumption was
wrong. :-(

Regards,

Adam


Reply to: