vcswatch reports that
this package seems to have a new changelog entry (version
13.0.0, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 9ee3cd8db321283319c3c8e96a96acb3a659cdb8
Author: Nis Martensen <nis.martensen@web.de>
Date: Tue Jul 11 19:48:40 2023 +0200
bin/reportbug: fix -V / --package-version option
Commit 9a4dd5bf8c5bab4f60cedb7d1d37b4db45dfd023 dropped a part of the
condition for the version prompt that should have been kept, so restore
it: Even if we already know a version number, prompt anyway if that is
only a guess and we don't know for which package really, but of course
not if the version was provided on the command line.
Closes: #1040779
commit d499044e52a49863fe528c93e44e4111b6b86961
Author: Nis Martensen <nis.martensen@web.de>
Date: Mon May 1 18:59:42 2023 +0200
bin/reportbug: only check for pseudoheaders when submitting bugs
Not all messages generated with the help of reportbug need
pseudoheaders - a counterexample is "thank you" messages (--kudos).
We could catch this case in the condition by checking for
self.options.kudos, but that won't work if the user is resuming a
previously saved thank you message. Instead let's just check if the
report is meant to be sent to the normal submission address.
Closes: #1034787
commit 6421f0c428abb489afd478c2a8026d4d182bf359
Merge: d3736ad 89a0ec0
Author: Nis Martensen <nis.martensen@web.de>
Date: Sat Apr 29 09:00:50 2023 +0200
Merge branch 'bookworm'
commit d3736ad03e4323dac5acd71225f36a45daee26f7
Author: Nis Martensen <nis.martensen@web.de>
Date: Mon Apr 17 12:47:41 2023 +0200
reportbug/utils.py: update CODENAME2SUITE for bookworm
Closes: #1034260
commit 33007705d6119d4cc6bcc9a6fd48151f7b0640e9
Author: Roland Clobus <rclobus@rclobus.nl>
Date: Mon Apr 10 14:08:11 2023 +0200
reportbug.debbugs.check_package_info: fix crash with udeb-only pkg
Closes: #1034143
commit e66d4c3012dfc573fe50b917de00624251d47ff3
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Mar 12 10:23:11 2023 +0100
bin/reportbug: skip final thank you message in non-interactive mode
commit f9656fa799cd3fdb83bfbedcf3998935ec43e821
Author: Nis Martensen <nis.martensen@web.de>
Date: Fri Mar 10 12:52:34 2023 +0100
reportbug.utils.get_package_status: force literal package name match when calling apt-cache show
Thanks: David Kalnischkies for comprehensive explanations on apt's command line argument features.
Closes: #1031924
commit c41d3995e403b2a6efd9afcd95fc097a9feafa74
Author: Nis Martensen <nis.martensen@web.de>
Date: Sat Feb 11 23:43:31 2023 +0100
debian/control: update standards-version (no changes needed)
commit dcf0aa9f894cca9b40adcadca7ad30b85be52592
Author: Nis Martensen <nis.martensen@web.de>
Date: Sat Feb 11 23:38:48 2023 +0100
update lintian override
commit 4d16dc970742d5f8bcb7b462b4696873cdb7d181
Author: Nis Martensen <nis.martensen@web.de>
Date: Sat Feb 11 23:32:18 2023 +0100
extend copyright years to 2023
commit 3967e04ee53f16a688767606a9d07108afcfd037
Author: Jakub Wilk <jwilk@jwilk.net>
Date: Sun Feb 5 17:40:55 2023 +0100
man/reportbug.1: grammar fix in --no-bug-script description
Closes: #1027816
commit 93f6613f04d64aaad2c89da563c69ccdbb289535
Merge: 7877268 d445ee1
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Feb 5 11:55:11 2023 +0000
Merge branch 'fix-urls' into 'master'
Update URLs
See merge request reportbug-team/reportbug!83
commit d445ee1a1b54ce26ab052e49558ea8b23939ad5a
Author: Paul Wise <pabs@debian.org>
Date: Wed Feb 1 13:39:49 2023 +0800
Update check-available documentation
It no longer uses the packages.debian.org website,
instead it uses the QA madison API.
commit 079107ecd83580b3943972605ce2b21ca5407f37
Author: Paul Wise <pabs@debian.org>
Date: Wed Feb 1 13:35:45 2023 +0800
Update Linux kernel taint list and location
The taint list moved from the kernel.h to the panic.h header.
Link to commit where the latest change to the TAINT_FLAGS happened.
commit 1a41e56a42d1781c2ed33fadf3be2d429ad90084
Author: Paul Wise <pabs@debian.org>
Date: Wed Feb 1 13:34:01 2023 +0800
Update Debian Policy Source field URL anchor
commit f37b781b6369befccaebbe3b292c1023073a76c6
Author: Paul Wise <pabs@debian.org>
Date: Wed Feb 1 13:33:09 2023 +0800
Drop a URL that is no longer on the web
commit 7fef65e8bf41a9946eb416597c39408a77aa3f56
Author: Paul Wise <pabs@debian.org>
Date: Wed Feb 1 13:16:39 2023 +0800
Update URLs to https where possible
Prevents network attackers from interfering with requests.
commit 787726801e423c2f2fbe689dff97c9c0441bd2ff
Merge: c508fef ca2e3b5
Author: Nis Martensen <nis.martensen@web.de>
Date: Fri Feb 3 21:40:59 2023 +0000
Merge branch 'pep440' into 'master'
Make Python version PEP440 compliant
See merge request reportbug-team/reportbug!84
commit ca2e3b530682cd0ed8aab5597b84f8ff303673cc
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Wed Feb 1 10:58:47 2023 +0100
Make Python version PEP440 compliant
Python versions like `11.6.0ubuntu1` or `7.5.3~deb10u1` are not PEP440
compliant. With setuptools 66, the versions of all packages visible in
the Python environment *must* obey PEP440.
Bug: https://github.com/pypa/setuptools/issues/3772
Bug-Ubuntu: https://launchpad.net/bugs/1991606
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
commit c508fef2431ddc1b54c5a0db3546e7a1575514c3
Author: Nis Martensen <nis.martensen@web.de>
Date: Mon Jan 16 23:09:51 2023 +0100
bin/reportbug: adjust logic to avoid duplicates in taglist
commit 4221693645aeb58943de802f7855e40a2179ece3
Merge: 8c310bd 0e853e1
Author: Nis Martensen <nis.martensen@web.de>
Date: Mon Jan 16 21:34:03 2023 +0000
Merge branch 'auto-add-tags' into 'master'
Automatically add tags based on the subject
See merge request reportbug-team/reportbug!82
commit 0e853e19031e8d6365081bd3137dfb50ea3aa658
Author: Paul Wise <pabs@debian.org>
Date: Mon Dec 12 07:25:49 2022 +0800
Automatically add tags based on the subject
When a bug has FTBFS in the subject, the ftbfs tag was likely forgotten,
similarly for PATCH or security/vuln/exploit in the subject.
In case of false positives, the submitter will still be able to remove them,
since the tagging happens before the bug mail is being written.
Examples of bugs where this happened include:
https://bugs.debian.org/932500
https://bugs.debian.org/1025904
https://bugs.debian.org/1025905
commit 8c310bd4655231085afd5e1e9c1f13cce85044b0
Merge: 981e4bb cca7410
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 15 13:00:15 2023 +0000
Merge branch 'drop-progeny' into 'master'
Drop vestigial reference to the Progeny distro
See merge request reportbug-team/reportbug!81
commit cca7410082dba88e0b1b36a22c14184395776c0e
Author: Paul Wise <pabs@debian.org>
Date: Sun Dec 11 18:05:40 2022 +0800
Drop progenyother variable
It is no longer used and the Progeny distro no longer exists.