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

Bug#993793: marked as done (bullseye-pu: package reportbug/7.10.3)



Your message dated Sat, 09 Oct 2021 12:09:40 +0100
with message-id <81741a2f4e370c14a3bec08b7fe6e2b10c32267b.camel@adam-barratt.org.uk>
and subject line Closing p-u bugs for updates in 11.1
has caused the Debian Bug report #993793,
regarding bullseye-pu: package reportbug/7.10.3
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.)


-- 
993793: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993793
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

[ Reason ]
This fixes the suite names against stable.
Note that Sandro Tosi (maintainer of reportbug) agrees
that I do this update in Stable.

[ Impact ]
Can't choose bullseye-pu otherwise.

[ Tests ]
Tried the fixed version: works! :)

[ Risks ]
No risk, IMO. It's a trivial patch.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

Cheers,

Thomas Goirand (zigo)
diff -Nru reportbug-7.10.3/debian/changelog reportbug-7.10.3+deb11u1/debian/changelog
--- reportbug-7.10.3/debian/changelog	2021-02-24 22:32:29.000000000 +0100
+++ reportbug-7.10.3+deb11u1/debian/changelog	2021-09-06 17:35:39.000000000 +0200
@@ -1,3 +1,11 @@
+reportbug (7.10.3+deb11u1) bullseye; urgency=medium
+
+  [ Thomas Goirand ]
+  * Update suite names vs stable/oldstable, so it's possible to request for
+    bullseye-pu (Closes: #992332).
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 06 Sep 2021 17:35:39 +0200
+
 reportbug (7.10.3) unstable; urgency=medium
 
   * reportbug/debbugs.py: handle installation-reports (Closes: #931438)
diff -Nru reportbug-7.10.3/reportbug/__init__.py reportbug-7.10.3+deb11u1/reportbug/__init__.py
--- reportbug-7.10.3/reportbug/__init__.py	2021-02-24 22:32:07.000000000 +0100
+++ reportbug-7.10.3+deb11u1/reportbug/__init__.py	2021-09-06 17:35:39.000000000 +0200
@@ -25,7 +25,7 @@
 __all__ = ['bugreport', 'utils', 'urlutils', 'checkbuildd', 'checkversions',
            'debbugs', 'exceptions', 'submit', 'tempfile', 'mailer']
 
-VERSION_NUMBER = "7.10.3"
+VERSION_NUMBER = "7.10.3+deb11u1"
 
 VERSION = "reportbug " + VERSION_NUMBER
 COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc@debian.org>' + \
diff -Nru reportbug-7.10.3/reportbug/utils.py reportbug-7.10.3+deb11u1/reportbug/utils.py
--- reportbug-7.10.3/reportbug/utils.py	2021-02-09 18:38:37.000000000 +0100
+++ reportbug-7.10.3+deb11u1/reportbug/utils.py	2021-09-06 17:35:39.000000000 +0200
@@ -95,12 +95,13 @@
                    '/usr/man', '/usr/doc', '/usr/bin']
 
 # A map between codenames and suites
-CODENAME2SUITE = {'wheezy': 'oldoldoldstable',
-                  'jessie': 'oldoldstable',
-                  'stretch': 'oldstable',
-                  'buster': 'stable',
-                  'bullseye': 'testing',
-                  'bookworm': 'next-testing',
+CODENAME2SUITE = {'wheezy': 'oldoldoldoldstable',
+                  'jessie': 'oldoldoldstable',
+                  'stretch': 'oldoldstable',
+                  'buster': 'oldstable',
+                  'bullseye': 'stable',
+                  'bookworm': 'testing',
+                  'trixie': 'next-testing',
                   'sid': 'unstable',
                   'experimental': 'experimental'}
 SUITE2CODENAME = dict([(suite, codename) for codename, suite in list(CODENAME2SUITE.items())])

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 11.1

Hi,

The updates relating to these bugs were included in this morning's 11.1
point release for bullseye.

Regards,

Adam

--- End Message ---

Reply to: