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

Bug#1107189: marked as done (unblock: reportbug/13.2.0)



Your message dated Tue, 03 Jun 2025 07:50:37 +0000
with message-id <E1uMMPt-004Ixv-0K@respighi.debian.org>
and subject line unblock reportbug
has caused the Debian Bug report #1107189,
regarding unblock: reportbug/13.2.0
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.)


-- 
1107189: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107189
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: reportbug@packages.debian.org, nis.martensen@web.de
Control: affects -1 + src:reportbug
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package reportbug

[ Reason ]
The release name mapping in reportbug needs to be updated with every
release. For trixie this is #1106102.

[ Impact ]
Developers will be able to file trixie-pu requests.

[ Tests ]
None

[ Risks ]
Very low

[ 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 testing


unblock reportbug/13.2.0
diff -Nru reportbug-13.1.0/debian/changelog reportbug-13.2.0/debian/changelog
--- reportbug-13.1.0/debian/changelog	2025-02-19 19:45:00.000000000 +0100
+++ reportbug-13.2.0/debian/changelog	2025-06-01 16:01:06.000000000 +0200
@@ -1,3 +1,10 @@
+reportbug (13.2.0) unstable; urgency=medium
+
+  * reportbug/utils.py: update CODENAME2SUITE for trixie (Closes: #1106102)
+  * debian/control: update standards-version (no changes needed)
+
+ -- Nis Martensen <nis.martensen@web.de>  Sun, 01 Jun 2025 16:01:06 +0200
+
 reportbug (13.1.0) unstable; urgency=medium
 
   * reportbug/debbugs.py: fix crash in _handle_arch_tag (Closes: #1098227)
diff -Nru reportbug-13.1.0/debian/control reportbug-13.2.0/debian/control
--- reportbug-13.1.0/debian/control	2025-02-19 19:31:22.000000000 +0100
+++ reportbug-13.2.0/debian/control	2025-05-27 22:41:59.000000000 +0200
@@ -4,7 +4,7 @@
 Maintainer: Reportbug Maintainers <debian-reportbug@lists.debian.org>
 Uploaders: Sandro Tosi <morph@debian.org>,
            Nis Martensen <nis.martensen@web.de>,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Build-Depends: debhelper-compat (= 12),
                dh-python,
                python3,
diff -Nru reportbug-13.1.0/reportbug/__init__.py reportbug-13.2.0/reportbug/__init__.py
--- reportbug-13.1.0/reportbug/__init__.py	2025-02-19 19:45:00.000000000 +0100
+++ reportbug-13.2.0/reportbug/__init__.py	2025-06-01 16:01:06.000000000 +0200
@@ -25,7 +25,7 @@
 __all__ = ['bugreport', 'utils', 'urlutils', 'checkbuildd', 'checkversions',
            'debbugs', 'exceptions', 'submit', 'tempfile', 'mailer']
 
-VERSION_NUMBER = "13.1.0"
+VERSION_NUMBER = "13.2.0"
 
 VERSION = "reportbug " + VERSION_NUMBER
 COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc@debian.org>' + \
diff -Nru reportbug-13.1.0/reportbug/utils.py reportbug-13.2.0/reportbug/utils.py
--- reportbug-13.1.0/reportbug/utils.py	2025-02-19 19:31:22.000000000 +0100
+++ reportbug-13.2.0/reportbug/utils.py	2025-05-27 22:14:09.000000000 +0200
@@ -93,13 +93,13 @@
                    '/usr/man', '/usr/doc', '/usr/bin']
 
 # A map between codenames and suites
-CODENAME2SUITE = {'jessie': 'oldoldoldoldstable',
-                  'stretch': 'oldoldoldstable',
-                  'buster': 'oldoldstable',
-                  'bullseye': 'oldstable',
-                  'bookworm': 'stable',
-                  'trixie': 'testing',
-                  'forky': 'next-testing',
+CODENAME2SUITE = {'stretch': 'oldoldoldoldstable',
+                  'buster': 'oldoldoldstable',
+                  'bullseye': 'oldoldstable',
+                  'bookworm': 'oldstable',
+                  'trixie': 'stable',
+                  'forky': 'testing',
+                  'duke': 'next-testing',
                   'sid': 'unstable',
                   'experimental': 'experimental'}
 SUITE2CODENAME = dict([(suite, codename) for codename, suite in list(CODENAME2SUITE.items())])

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: