Your message dated Mon, 05 Aug 2019 20:33:51 +0000
with message-id <[email protected]>
and subject line Bug#931614: fixed in devscripts 2.19.5+deb10u1
has caused the Debian Bug report #931614,
regarding Fix release names after Buster release
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
931614: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931614
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: devscripts
Version: 2.19.5+deb10u1
Severity: important
Tags: patch
Hi,
The attached patch fixes dch --bpo so that it does a backport
for Buster, and not Stretch by default. Please upload this to
Buster ASAP.
Cheers,
Thomas Goirand (zigo)
diff --git a/debian/changelog b/debian/changelog
index 28e02c64..a0069ffb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+devscripts (2.19.5+deb10u1) buster; urgency=medium
+
+ * Team upload.
+ * Fixed release name to Buster when doing dch --bpo.
+
+ -- Thomas Goirand <[email protected]> Mon, 08 Jul 2019 10:43:09 +0200
+
devscripts (2.19.5) unstable; urgency=medium
[ Topi Miettinen ]
diff --git a/scripts/debchange.1 b/scripts/debchange.1
index f29d6816..95c73f45 100644
--- a/scripts/debchange.1
+++ b/scripts/debchange.1
@@ -259,7 +259,7 @@ Don't append \fBdistro-name1\fR to the version on a derived
distribution. Increment the Debian version.
.TP
.B \-\-bpo
-Increment the Debian release number for an upload to stretch-backports,
+Increment the Debian release number for an upload to buster-backports,
and add a backport upload changelog comment.
.TP
.B \-\-stable
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index 089cef18..8a8b7500 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -162,7 +162,7 @@ Options:
distribution name
--bpo
Increment the Debian release number for a backports upload
- to "stretch-backports"
+ to "buster-backports"
--stable
Increment the Debian release number for a stable upload.
-l, --local <suffix>
@@ -668,9 +668,9 @@ my $EMAIL = 'EMAIL';
my $DISTRIBUTION = 'UNRELEASED';
# when updating the lines below also update the help text, the manpage and the
testcases.
my %dists
- = (60, 'squeeze', 70, 'wheezy', 7, 'wheezy', 8, 'jessie', 9, 'stretch');
+ = (70, 'wheezy', 7, 'wheezy', 8, 'jessie', 9, 'stretch', 10, 'buster');
my $lts_dist = '8';
-my $latest_dist = '9';
+my $latest_dist = '10';
# dist guessed from backports, SRU, security uploads...
my $guessed_dist = '';
my $CHANGES = '';
diff --git a/test/test_debchange b/test/test_debchange
index 75101bb0..38ec4b05 100755
--- a/test/test_debchange
+++ b/test/test_debchange
@@ -218,10 +218,10 @@ verifyGuessedDistribution() {
testGuessedDistribution() {
verifyGuessedDistribution unstable -i unstable
verifyGuessedDistribution experimental -i experimental
- verifyGuessedDistribution jessie-backports -i jessie-backports
- verifyGuessedDistribution jessie -i jessie
- verifyGuessedDistribution unstable --bpo stretch-backports
- verifyGuessedDistribution unstable --stable stretch
+ verifyGuessedDistribution stretch-backports -i stretch-backports
+ verifyGuessedDistribution stretch -i stretch
+ verifyGuessedDistribution unstable --bpo buster-backports
+ verifyGuessedDistribution unstable --stable buster
}
. shunit2
--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.19.5+deb10u1
We believe that the bug you reported is fixed in the latest version of
devscripts, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mattia Rizzolo <[email protected]> (supplier of updated devscripts package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 04 Aug 2019 23:15:44 +0200
Source: devscripts
Architecture: source
Version: 2.19.5+deb10u1
Distribution: buster
Urgency: medium
Maintainer: Devscripts Maintainers <[email protected]>
Changed-By: Mattia Rizzolo <[email protected]>
Closes: 931614
Changes:
devscripts (2.19.5+deb10u1) buster; urgency=medium
.
[ Thomas Goirand ]
* debchange:
+ Target buster-backports with --bpo. Closes: #931614
Checksums-Sha1:
66e4967a9c5d8757222088a7dc95cd3c72b4dabd 3122 devscripts_2.19.5+deb10u1.dsc
2a2504bf1eeb1f0100937f2f14fd2d5e8d3bf0db 840572
devscripts_2.19.5+deb10u1.tar.xz
df693f6948afaf2a5cc44ef2eebcb5fcb4f4451f 12041
devscripts_2.19.5+deb10u1_amd64.buildinfo
Checksums-Sha256:
6dcbc1bba3043613f02432e1a0d857fae6ec72bfee341a466f33eee95fdc9437 3122
devscripts_2.19.5+deb10u1.dsc
dff6171daa4ff33a9b97259d1ece264d8fe2fa9e5b1abc9ccc34bafc20afb07b 840572
devscripts_2.19.5+deb10u1.tar.xz
65c940761bf303c944ba7973b23c0d686c519f65353cdf87954a5c71459fb0fc 12041
devscripts_2.19.5+deb10u1_amd64.buildinfo
Files:
29506eefe46498db23b4a975ada144cc 3122 devel optional
devscripts_2.19.5+deb10u1.dsc
ae343ab7ac4497cbf98ec329fc1fde92 840572 devel optional
devscripts_2.19.5+deb10u1.tar.xz
ee0d288a5dd35f5cf7666e970d7c45bc 12041 devel optional
devscripts_2.19.5+deb10u1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAl1HTA0ACgkQCBa54Yx2
K604nBAAmbg8H476G9guJITcDMLYsRWAVF6ca5pgNiXrdg/CbA6XGBx9wIa3L9kp
2ZFZf05NeVaaj5SFJUB0UMec8hVCydPHwDD9J+DBC0axdouJ8s62zwJNUi0rT5ap
boGLIwhi/vTC/vP8WOONkA2tiUJb/Djgr95jDbIlQxCId0MtKnCT4THoq1vqlo42
aZS0TRW6VX65+wYGkLxzg4BqZzXf/XoKFMLb+pA3SITEmWQEqbJpys0952zFa9wF
t2uRYpMOcFkvuxh+0DGdQbWdk6wHq/ISACL5/gbaLP7I1/dPHst9FSWQ+3BRnVvX
ENJwqNSmfEgGeSiiuf51BSeRHrmR3bX2S40DLvFrHIDazWKw8OlVA0NkPAK1DtQ5
oY/3s9pjHHc6h9dc4CdtSowG+gLavby41RVpUa9GYNVecf72cBTIUI5ixhTNCll5
/UNWAi2IsQIEyDXw5L1lBeKofZs/SnHObf+VYQvHlli/EM5x6POa2jVvm079wjzg
xsoM45oXa7d7w7Ho1bsq0LOhTjHgWZ0R6g3+jRKuP38ZGmupzI9QG4qlPXOxBqi8
7w81HuaBOt5/ys8i5QI4gw6meSG6J7TTlyjRhqG6VjPvtSpbpjfRZRUfoLmQGo1F
4eW5ijFiT1lXxlNyoS9W+N7o6+TyIB9xzIQgMF4hVsK4F/5CppM=
=5SSy
-----END PGP SIGNATURE-----
--- End Message ---