Your message dated Sat, 20 Jul 2019 09:07:41 +0000
with message-id <[email protected]>
and subject line Bug#931614: fixed in devscripts 2.19.6
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.6

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: Sat, 20 Jul 2019 10:43:35 +0200
Source: devscripts
Architecture: source
Version: 2.19.6
Distribution: unstable
Urgency: medium
Maintainer: Devscripts Maintainers <[email protected]>
Changed-By: Mattia Rizzolo <[email protected]>
Closes: 810294 921314 931180 931614 932399
Changes:
 devscripts (2.19.6) unstable; urgency=medium
 .
   [ Christoph Berg ]
   * origtargz:
     + Support unpacking tarballs where the files are in /.
 .
   [ Alex Murray ]
   * hardening-check:
     + Add support for detecting binaries compiled with
       -fstack-clash-protection.  LP: #1820798; MR: !121
     + Add detection for -fcf-protection.  MR: !127
 .
   [ laokz ]
   * uscan:
     + Fix typo in documentation.  MR: !125
     + Remove redundant, misleading  string in a debug message.  MR: !126
 .
   [ Thomas Goirand ]
   * debchange:
     + Target buster-backports with --bpo.  Closes: #931614
 .
   [ Paul Wise ]
   * Devscripts::Config:
     + Improve handling (prevent code execution and errors with spaces and
       newlines) of the configuration files.  MR: !124
       - Move String::ShellQuote from Recommends to Depends.
 .
   [ Xavier Guimard ]
   * Reformat code following the changes in the new perltify 20181102.  MR: !129
   * debi:
     + Replace dpkg + apt-get by "apt-get install" on .change file.
       Closes: #810294; MR: !45
   * salsa:
     + Add "join" command.  Closes: #921314;  MR: !108
     + Add "push" command.  MR: !108
     + Update doc: completion for aliases.  MR: !108
   * uscan:
     + Ignore --download-version when component is marked as "ignore".  MR: !130
     + Fix download when <base> tag is relative.  Closes: #932399; MR: !133
 .
   [ Mattia Rizzolo ]
   * d/control:
     + Bump Standards-Version to 4.4.0, no changes needed.
 .
   [ Nick Gerow ]
   * debchange:
     + Make sure to escape special characters in the maintainer name.  MR: !128
 .
   [ Simon McVittie ]
   * uscan:
     + Don't recurse into directories named .git when searching for
       Debian packages.  MR: !132
 .
   [ Unit 193 ]
   * dcmd:
     + Consider .asc files as part of the upstream orig files.
     + Also add .zst as an allowed extension for upstream orig files.
 .
   [ Sean Whitton ]
   * git-deborig:
     + New --just-print-tag-names option.  Closes: #931180; MR: !131
Checksums-Sha1:
 2a6ce36112fcffaa86ff24d3720e2727572ef332 3090 devscripts_2.19.6.dsc
 405c89c424896e7ec9d05cd9ef68c9080a05c2e6 844316 devscripts_2.19.6.tar.xz
 7ec1790af48cf35377dc9b30d2384eef0feda36c 12100 
devscripts_2.19.6_amd64.buildinfo
Checksums-Sha256:
 56e8c68b1cce9341636b1c1183367289286032d7e28b2af88c1ed28a0fba6b5f 3090 
devscripts_2.19.6.dsc
 3196092bd274db9aa1e34e68a0c94c6edb49a481dded1656fd9785831bfdcec4 844316 
devscripts_2.19.6.tar.xz
 d87ed61716d596eba9439fce2cb227961440ce6fdcd1585c42b943a51fda8a61 12100 
devscripts_2.19.6_amd64.buildinfo
Files:
 ed6c03a1928c7462b8a0c34d9fe4272e 3090 devel optional devscripts_2.19.6.dsc
 04dc0cb23d95d4da099cdc664f6c9514 844316 devel optional devscripts_2.19.6.tar.xz
 1fe992119fceb914339626eb56118044 12100 devel optional 
devscripts_2.19.6_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAl0y1coACgkQCBa54Yx2
K61JfhAAtO3DrQv/Fzls/6oV8jc2ecboxFH34hYmvJXQUH2fLeaxAUMCUMaKNb1y
lOwIbH4UvmE6XR8u0C7UXM0Q3BaHn/POIEpYuPOmiV2x8RroW1TRVsSh7b4GZ6KY
FRUY+ltv7uZY36Z21pfzKI4d2us+6bBe2lsuP77DrvpdTuIU8ToMRLRI3q005pHL
tkf77JHYxlRVknpm4szkqOKy3RyA9AY5/j478V87nvNT45iq18cOb7+DfU32aetX
BoEjcQy3orZyewfi9u4dNyHg9hEiXXIXClK0nulpeyCbmtNVzdk9nOFbltO5buys
KaUo+rzuSFDZhFh4mlyUAZhaYV4wkyjMsXnOEWAwarINmDIMMojl8MBKUU7W02dL
vtR/iPGDMsjE47/0cyf5RNWisGJDA/YQ+0zIwUTmDnLVtBfYKGoA2eN/q118fixc
2hyW4BnYVOdNsXBQOcXC72/Z9mh1h6cl3/2uhqrwnCaIbCtUAp7wKs1aHjaZluZc
emJtPiPcZKGPniuG6VSCbSXNPhj8OObPmtSLYY11L63It7eeAwCFgOPGeGYp4o+Q
/zPjBSKoga7ld4B9ETXHXQ6T2P49qMrYpJj5vpEIh9IxhpY9evMZ+XNYKPrvTRqP
rq76XZ3ywA3NVt/+d9i+29qaHgRZ1L2Y7u32rlf6751flfz//wY=
=z16R
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to