Package: release.debian.org
Severity: normal
X-Debbugs-Cc: [email protected], [email protected]
Control: affects -1 + src:reportbug
User: [email protected]
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 <[email protected]>  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 <[email protected]>
 Uploaders: Sandro Tosi <[email protected]>,
            Nis Martensen <[email protected]>,
-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 
<[email protected]>' + \
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())])

Reply via email to