Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Dear Release Team, 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 Would the release team accept that I upload the attached fix to SID, in order to fix this problem in Wheezy? I think it's rather minimal, so it shouldn't be a big problem. Otherwise, I'm ok to wait for the release, and upload the fix in wheezy-proposed-updates, though since we already have backports opened, I think it would be wise not to delay this fix too much. Please let me know. Cheers, Thomas Goirand (zigo)
diff -Nru devscripts-2.12.6/debian/changelog devscripts-2.12.7/debian/changelog --- devscripts-2.12.6/debian/changelog 2012-11-25 07:49:03.000000000 +0800 +++ devscripts-2.12.7/debian/changelog 2013-03-21 23:36:50.000000000 +0800 @@ -1,3 +1,9 @@ +devscripts (2.12.7) unstable; urgency=low + + * Now using ~bpo70+1 instead of ~bpo60+1 when invoking dch --bpo. + + -- Thomas Goirand <z...@debian.org> Thu, 21 Mar 2013 23:36:16 +0800 + devscripts (2.12.6) unstable; urgency=low * Actual install German translation. diff -Nru devscripts-2.12.6/scripts/debchange.pl devscripts-2.12.7/scripts/debchange.pl --- devscripts-2.12.6/scripts/debchange.pl 2012-07-07 06:29:24.000000000 +0800 +++ devscripts-2.12.7/scripts/debchange.pl 2013-03-21 23:38:18.000000000 +0800 @@ -613,8 +613,8 @@ my $EMAIL = 'EMAIL'; my $DISTRIBUTION = 'UNRELEASED'; my $bpo_dist = ''; -my %bpo_dists = ( 60, 'squeeze' ); -my $latest_bpo_dist = '60'; +my %bpo_dists = ( 70, 'wheezy' ); +my $latest_bpo_dist = '70'; my $CHANGES = ''; # Changelog urgency, possibly propogated to NEWS files my $CL_URGENCY = '';