vcswatch reports that
this package seems to have a new changelog entry (version
7.9.1, 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 a8598793379990c292c7c16b49ac4ab44e98f4ad
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 24 13:30:10 2021 +0100
bin/reportbug: set up upgrade/installation-reports aliases w/o "s"
commit 0dfc4d3d27dadbcab4a4a49d5e68999afdb11e5d
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 24 11:35:11 2021 +0100
reportbug/ui/gtk_ui.py: don't cut off lines if there is no sysinfo
commit 26a9a666896f1af4d04afea6e5798ba85d55972c
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 24 10:58:29 2021 +0100
bin/reportbug: drop some severities for virtual packages
commit 15d209f4cf899f76749200899218e37c48a8f5a7
Author: Nis Martensen <nis.martensen@web.de>
Date: Thu Jan 21 19:51:33 2021 +0100
reportbug/debbugs.py: handle installation and upgrade reports
Report templates for installation and upgrade reports have existed
outside reportbug for a long time. Since we already include templates
for various other virtual packages, we can incorporate these, too.
The installation-report package exists to assist with installation
reports by collecting system information with a bug script. The fact
that it also produced the template lead to issues with reportbug's GTK
interface, where the system information part of the message cannot be
edited interactively by the user. Solving this problem using the
approach implemented in this commit implies that the installation-report
bug script should be changed to no longer output the report template.
Closes: #931438
commit e53ce5410859d860157d105fc08bec38d5888212
Author: Nis Martensen <nis.martensen@web.de>
Date: Tue Jan 19 21:32:02 2021 +0100
reportbug.utils.get_package_status: use one long description
'apt-cache show' can output multiple packages' information if there is
more than one version of the given package available. Capturing the full
package description once is enough, we don't need to concatenate all we
can find.
commit b3c79c3c505ab5a7ff555464354003224ab83bdf
Author: Nis Martensen <nis.martensen@web.de>
Date: Tue Jan 19 18:38:31 2021 +0100
extend copyright notice to 2021
commit 6cc2e874fb14ed0426039f7e0925eb456a7ba061
Author: Nis Martensen <nis.martensen@web.de>
Date: Tue Jan 19 18:18:36 2021 +0100
drop .bzrignore
Gbp-Dch: Ignore
commit 3a35f481fa1be7e48c9fc591a2a09e091fe5676f
Author: Nis Martensen <nis.martensen@web.de>
Date: Tue Jan 5 19:05:04 2021 +0100
reportbug/utils.py: add try..except in get_source_name()
apt.apt_pkg.SourceRecords() throws an exception if there are no deb-src
entries in apt's sources.list. This can make reportbug crash when trying
to look up source package names:
$ reportbug --source t
Traceback (most recent call last):
File "/usr/bin/reportbug", line 2372, in <module>
main()
File "/usr/bin/reportbug", line 1117, in main
return iface.user_interface()
File "/usr/bin/reportbug", line 1347, in user_interface
package = utils.get_source_name(package)
File "/usr/lib/python3/dist-packages/reportbug/utils.py", line 561, in get_source_name
if apt.apt_pkg.SourceRecords().lookup(package):
apt_pkg.Error: E:You must put some 'deb-src' URIs in your sources.list
To avoid the crash, wrap the source record lookup in
utils.get_source_name() in a try..except clause.
Closes: #979333
commit b5f364d01813d29b40aafbcfb15d4ecfec49ae59
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 3 20:52:14 2021 +0100
reportbug/debbugs.py: add missing 'src:' prefix
Gbp-Dch: Ignore
commit 48447221de73fb7d79d0b96334d847479ca3f8dd
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 3 18:36:05 2021 +0100
bin/reportbug: exit if specified attachments do not exist
Closes: #671398
commit 9dd2551fc298839e167686a34d4ca9c783242d9d
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 3 17:11:24 2021 +0100
reportbug/debbugs.py: add affects for RFH, RFA, and O wnpp bugs
Closes: #904252
commit d4cd12903f166ee94bff2ee9651c5a76d2f66ad8
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 3 16:50:46 2021 +0100
reportbug/tempfiles.py: make tempfile names include time of day
Closes: #929972
commit 431858c82d403221bd4ca129403d9cdee852f2ec
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 3 12:51:13 2021 +0100
reportbug/utils.py: pseudo-package reports do no need system information
Closes: #922626
commit b69f25b041ed2a7b80a660c36447d78a5b2c516c
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 3 12:17:47 2021 +0100
bin/reportbug, reportbug/utils.py: improve checks for invalid from address
Closes: #933006
commit 68c363f39d03bc1ccf295d915ff0e2ec0783c5eb
Author: Nis Martensen <nis.martensen@web.de>
Date: Mon Dec 28 20:52:06 2020 +0100
bin/reportbug: recognize 'src:' shortcut for --source option
Closes: #978398
commit 560507e0044a56e42b757360d359dd9b30b20574
Author: Nis Martensen <nis.martensen@web.de>
Date: Thu Dec 24 10:41:26 2020 +0100
reportbug/utils.py: minor code cleanups
commit 92894d24f611d804b2e56e879b24892905a52d6b
Merge: 5c1c192 aca1f27
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 3 09:13:58 2021 +0000
Merge branch 'bug-694161' into 'master'
Add tags to existing bug (Closes: #694161)
See merge request reportbug-team/reportbug!69
commit aca1f277b037dc69a1b1e78f210b332c0fb020dc
Author: Logan Rosen <logan@ubuntu.com>
Date: Wed Dec 30 17:29:17 2020 -0500
Add tags to existing bug (Closes: #694161)