Package: reportbug Version: 13.2.0 Followup-For: Bug #1107832 X-Debbugs-Cc: mechti...@debian.org
Added patch_1107832 -- Package-specific info: ** Environment settings: DEBEMAIL=mechti...@debian.org DEBFULLNAME='Mechtilde Stehmann' INTERFACE=gtk ** /home/mechtilde/.reportbugrc: reportbug_version "13.2.0" mode expert ui gtk no-cc list-cc-me smtphost reportbug.debian.org -- System Information: Debian Release: 13.0 APT prefers testing APT policy: (400, 'testing'), (300, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.12.30-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages reportbug depends on: ii apt 3.0.2 ii python3 3.13.3-1 ii python3-reportbug 13.2.0 ii sensible-utils 0.0.25 reportbug recommends no packages. Versions of packages reportbug suggests: pn claws-mail <none> ii debconf 1.5.91 ii debsums 3.0.2.3 pn dlocate <none> pn emacs-bin-common <none> ii file 1:5.46-5 ii gnupg 2.4.7-21 ii nullmailer [mail-transport-agent] 1:2.2+10~g7ed88a0-6.1 ii python3-urwid 2.6.16-1 ii reportbug-gtk 13.2.0 ii xdg-utils 1.2.1-2 Versions of packages python3-reportbug depends on: ii apt 3.0.2 ii file 1:5.46-5 ii python3 3.13.3-1 ii python3-apt 3.0.0 ii python3-debian 1.0.1 ii python3-debianbts 4.1.1 ii python3-requests 2.32.3+dfsg-5 ii sensible-utils 0.0.25 python3-reportbug suggests no packages. -- no debconf information
@@ -125,15 +125,15 @@ JUSTORDER = { } SEVERITIES_gnats = { - 'critical': 'The product, component or concept is completely' + 'critical': 'The product, component or concept is completely ' 'non-operational or some essential functionality is missing. No' 'workaround is known.', - 'serious': 'The product, component or concept is not working' - 'properly or significant functionality is missing. Problems that' - 'would otherwise be considered ''critical'' are rated ''serious'' when' + 'serious': 'The product, component or concept is not working ' + 'properly or significant functionality is missing. Problems that ' + 'would otherwise be considered ''critical'' are rated ''serious'' when ' 'a workaround is known.', - 'non-critical': 'The product, component or concept is working' - 'in general, but lacks features, has irritating behavior, does' + 'non-critical': 'The product, component or concept is working ' + 'in general, but lacks features, has irritating behavior, does ' 'something wrong, or doesn''t match its documentation.', } @@ -1375,14 +1375,14 @@ SYSTEMS = { } CLASSES = { - 'sw-bug': 'The problem is a bug in the software or code. For' + 'sw-bug': 'The problem is a bug in the software or code. For ' 'example, a crash would be a sw-bug.', - 'doc-bug': 'The problem is in the documentation. For example,' + 'doc-bug': 'The problem is in the documentation. For example, ' 'an error in a man page would be a doc-bug.', - 'change-request': 'You are requesting a new feature or a change' - 'in the behavior of software, or are making a suggestion. For' - 'example, if you wanted reportbug to be able to get your local' - 'weather forecast, as well as report bugs, that would be a' + 'change-request': 'You are requesting a new feature or a change ' + 'in the behavior of software, or are making a suggestion. For ' + 'example, if you wanted reportbug to be able to get your local ' + 'weather forecast, as well as report bugs, that would be a ' 'change-request.', }