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

Bug#931609: marked as done (Update release names after the Buster release.)



Your message dated Sat, 31 Aug 2019 01:02:23 +0000
with message-id <E1i3rmZ-0006YB-JL@fasolo.debian.org>
and subject line Bug#931609: fixed in reportbug 7.5.3~deb10u1
has caused the Debian Bug report #931609,
regarding Update release names after the 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 owner@bugs.debian.org
immediately.)


-- 
931609: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931609
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 7.5.2+deb10u1
Severity: important

Hi,

Please apply the attached patch to fix reportbug regarding the new release
name mappings. Please allow me to NMU this at least in Buster, if you
don't have time to upload yourself, as IMO, this is a bit critical. Indeed,
I tried to do:

"reportbug -b release.debian.org cloudkitty"

selected stretch-pu, thinking I'll fix later on, but reportbug just crashed
on me trying to fetch version numbers, as cloudkitty isn't in Stretch. This
isn't nice at all... :)

Cheers,

Thomas Goirand (zigo)
diff --git a/debian/changelog b/debian/changelog
index a8c7b04..8b167c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+reportbug (7.5.2+deb10u1) buster; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix release names.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 08 Jul 2019 10:22:29 +0200
+
 reportbug (7.5.2) unstable; urgency=medium
 
   * bin/reportbug
diff --git a/reportbug/__init__.py b/reportbug/__init__.py
index 5158a19..aecbd4f 100644
--- a/reportbug/__init__.py
+++ b/reportbug/__init__.py
@@ -25,7 +25,7 @@ SOFTWARE."""
 __all__ = ['bugreport', 'utils', 'urlutils', 'checkbuildd', 'checkversions',
            'debbugs', 'exceptions', 'submit', 'tempfile']
 
-VERSION_NUMBER = "7.5.2"
+VERSION_NUMBER = "7.5.2+deb10u1"
 
 VERSION = "reportbug " + VERSION_NUMBER
 COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc@debian.org>' + \
diff --git a/reportbug/utils.py b/reportbug/utils.py
index 545504d..98e089a 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -93,11 +93,11 @@ fhs_directories = ['/', '/usr', '/usr/share', '/var', '/usr/X11R6',
                    '/usr/man', '/usr/doc', '/usr/bin']
 
 # A map between codenames and suites
-CODENAME2SUITE = {'wheezy': 'oldoldstable',
-                'jessie': 'oldstable',
-                'stretch': 'stable',
-                'buster': 'testing',
-                'bullseye': 'next-testing',
+CODENAME2SUITE = {'jessie': 'oldoldstable',
+                'stretch': 'oldstable',
+                'buster': 'stable',
+                'bullseye': 'testing',
+                'bookworm': 'next-testing',
                 'sid': 'unstable',
                 'experimental': 'experimental'}
 SUITE2CODENAME = dict([(suite, codename) for codename, suite in list(CODENAME2SUITE.items())])

--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 7.5.3~deb10u1

We believe that the bug you reported is fixed in the latest version of
reportbug, 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 931609@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated reportbug 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 30 Aug 2019 13:52:06 +0200
Source: reportbug
Architecture: source
Version: 7.5.3~deb10u1
Distribution: buster
Urgency: medium
Maintainer: Reportbug Maintainers <debian-reportbug@lists.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Closes: 923631 925422 931609 932524 934472 935602
Changes:
 reportbug (7.5.3~deb10u1) buster; urgency=medium
 .
   * Non-maintainer upload.
   * Re-enable submitting stretch-pu requests.
   * Rebuild for buster.
 .
 reportbug (7.5.3) unstable; urgency=medium
 .
   * debian/control
     - replace emacs* Suggests with emacs-bin-common; Closes: #925422
     - bump Standards-Version to 4.4.0 (no changes needed)
     - add sensible-utils dep, patch by Nis Martensen
   * reportbug/debbugs.py
     - when handling ftp.d.o, dont look up package information if the package
       doesnt exist, fixing a crash; Closes: #923631
     - fix a crash with stable version lookup, patch by Nis Martensen;
       Closes: #935602
   * bin/reportbug
     - remove debug code when handling list-cc-me, patch by Josh Triplett
   * reportbug/utils.py
     - update release names, following Buster releases, patch by Nicolas
       Braud-Santoni; Closes: #932524, #931609
     - recognize versioned Provides; patch by Nis Martensen; Closes: #934472
   * man/reportbug.1
     - add default for --draftpath; patch by laokz
Checksums-Sha1:
 750d872a4c48493e618285960a97610a74a04b62 1865 reportbug_7.5.3~deb10u1.dsc
 432c794af433e5e5a9a66802b2acf66b4d2e2ca3 197796 reportbug_7.5.3~deb10u1.tar.xz
 5ca01235424077040d0e2cfc7b3cb894a2a8d2b4 5571 reportbug_7.5.3~deb10u1_source.buildinfo
Checksums-Sha256:
 5cb54bc4684454c59bb91f52389991f94f99835858ccc262a1a28eb50e9e1ee1 1865 reportbug_7.5.3~deb10u1.dsc
 607bef6fb3d2c78275bd16ea4be359847b84bcbb9d501b1acc63660acfb4d384 197796 reportbug_7.5.3~deb10u1.tar.xz
 f5e79157dd1c283624ef837bea65ac9cafd66135405e5079d1538b793c4a780a 5571 reportbug_7.5.3~deb10u1_source.buildinfo
Files:
 125c53114c27a037ad91c8803461517e 1865 utils standard reportbug_7.5.3~deb10u1.dsc
 029851faafade7a1780ddc95c1323afc 197796 utils standard reportbug_7.5.3~deb10u1.tar.xz
 831466a70a128629e879489823a9f71c 5571 utils standard reportbug_7.5.3~deb10u1_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAl1pEYcQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCGlDD/9xdGctiIskRTTA0PVaREE13gLxdgfc/L6q
CtEySOyutAEJ5Up/S6QDEhcPj4DCW3axW6j5K4ADczJbPfke5brDhtwufyYAK2JV
VeFueRy8Q7NQBmdwOy2HuDpkXOkObkzbGVQuyt9DQpRn2Qi2WPKA7C2uu9vO4x82
v59F9LOvbDBCyJRz40vCvPyPKDpsfsAg2Z+Fg4zeuRRVHNqxIdfdrulhsvqDocro
anAJ5vmlk7dVpKr1oOrhoA7KVqibaSTNhkqxBxPrd2IEQQ6Foou1n/QoXC+3oI1B
fQryC1NMaOFhFnd8y9fX2XLrd+osZCS4Ndn2MjzBh6cCbOs49pG6sV20YjToV+kn
kQvFm0k2k20kvQaPAAcZ5PotbLumH/v8UaAEEzyPtfouCjZEuhIxBw6vVEYYBz9Z
yvPCUVrbLM1WGsY78bM1PMIJSvmOXzdAWTt1Raa2WHsTKS2ED2OeBBfE/pJZKwQo
u2banZnRq7oWWwST8/4gY4AOFMSy1bflsPNLVRB7kwI89qBxyPHg2i1axfXojWxs
A69cYZSpJTwcBjIkeNg0ugC1evASECJ358gUryirZ2weNlf1HDCyUp2R4I6EgDhR
+0iGulAjYeJ6ZKQWE4rVDFwSu/puPJ8HCbHqNriFsP19fzIuMedFMtLwgUw4vNCK
9+exxOsSng==
=Lv7U
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: