[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 Fri, 30 Aug 2019 18:32:52 +0000
with message-id <E1i3lhc-000AxQ-Pw@fasolo.debian.org>
and subject line Bug#931609: fixed in reportbug 7.1.7+deb9u3
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.1.7+deb9u3

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: Thu, 29 Aug 2019 16:19:25 +0200
Source: reportbug
Binary: reportbug python3-reportbug
Architecture: source
Version: 7.1.7+deb9u3
Distribution: stretch
Urgency: medium
Maintainer: Reportbug Maintainers <reportbug-maint@lists.alioth.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Description:
 python3-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 931609 932524
Changes:
 reportbug (7.1.7+deb9u3) stretch; urgency=medium
 .
   * Non-maintainer upload.
   * Exclude *.pyc from source package.
   * reportbug/utils.py
     - update release names, following Buster releases, patch by Nicolas
       Braud-Santoni; Closes: #932524, #931609
Checksums-Sha1:
 b11e9bf1ed11443ababe8b626e2fca490c37546c 1873 reportbug_7.1.7+deb9u3.dsc
 bde312a55d0a64ce0994b08cf6f6de4e4197dd27 193411 reportbug_7.1.7+deb9u3.tar.bz2
 5cd50fb60127de84403d93b56403898650fe8c97 6046 reportbug_7.1.7+deb9u3_source.buildinfo
Checksums-Sha256:
 fe59c460c736915a76c59c302afb134b9e2b17e60e24a27051509d16e23cd116 1873 reportbug_7.1.7+deb9u3.dsc
 5680e20c4dff76e5459a863ad5b8a75da910d25846778e61b8826e54e6c8882e 193411 reportbug_7.1.7+deb9u3.tar.bz2
 699caa36fdaa00f89097421cca59d23997bc8f59625788d284ea1b2214d24d62 6046 reportbug_7.1.7+deb9u3_source.buildinfo
Files:
 fdf2bba58f0f65466783bc019f9ca0bb 1873 utils standard reportbug_7.1.7+deb9u3.dsc
 dda5a9c6c8a9ddbd33de0aeb379127d0 193411 utils standard reportbug_7.1.7+deb9u3.tar.bz2
 3a4334789ed49c3c73e0414058cd4463 6046 utils standard reportbug_7.1.7+deb9u3_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAl1n6XEQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCJusD/4iDM/Z7hG7YZL1EKyRk/3rXmESAWLuSqhD
Ilheo7JcU3Nt3uEVBWS4o6rlysFfE3+jQcq7D6HfjPpFqYdV/is9VNzb5k69YgHK
9NIgqKp6YPom/PG5oQ/hokzZnn3Czvf5lg2Hmh4gT5FkoNOTPyoqq2hnnCdDFrbq
aFhw4Qc3XluD3243v3wteHr5vi5hr0YCNU3uXGjFrHxoQz1h9KDtZJbfemozqdTM
yOiewifTYBv0seC9JpGl5hGxkpRu7ZxrS3SD8O6b8Yr1gm21HdK5skVb3dip6lcr
//fyaLMTWtuxjFRpC9TmZKItOZ2hXp6TUb/dAo6ApOG/t7Zq2cdJMlbwkFDHHR4q
X12XvrzvbpbiwvyqXlBbSp1GgZMXK72n7qQwaO6H7WjgPh21RHkQyh8C4FgPxcBx
VHqcXfQEfxkOjrHoJs0MQByBkLnJxHDFa9R0Swb07KYReX7pxgYxZVH81zYPZNF6
SKSsN3PMBexd0z7xwECwVQ5KXxnnR+P5i+MhD9WPLI7GSHrTGXdVP/q9X9z+d4Xr
vqIA6l2HXtjHm2KjAMGjP/S6L3OE/XUfcGGUKP061YaXIC4/PA25qIuKy+nr3Brd
p+596N85IzsYNt+xJXoTXGu/qdlR5yvRIMac93cplPgfRs9V3yOrJa8rywAkv0Wp
ODS1OH3ijw==
=0bRN
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: