Debian Package Tracker
Register | Log in
Subscribe

reportbug

reports bugs in the Debian distribution

Choose email to subscribe with

general
  • source: reportbug (main)
  • version: 7.9.0
  • maintainer: Reportbug Maintainers (archive) (DMD)
  • uploaders: Nis Martensen [DMD] [DM] – Sandro Tosi [DMD]
  • arch: all
  • std-ver: 4.5.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 6.6.3+deb8u1
  • o-o-sec: 6.6.3+deb8u2
  • oldstable: 7.1.7+deb9u3
  • stable: 7.5.3~deb10u1
  • testing: 7.9.0
  • unstable: 7.9.0
versioned links
  • 6.6.3+deb8u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 6.6.3+deb8u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.1.7+deb9u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.5.3~deb10u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.9.0: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • python3-reportbug
  • reportbug (120 bugs: 0, 49, 71, 0)
  • reportbug-gtk (2 bugs: 0, 1, 1, 0)
action needed
9 bugs tagged patch in the BTS normal
The BTS contains patches fixing 9 bugs (11 if counting merged bugs), consider including or untagging them.
Created: 2020-10-19 Last update: 2021-01-25 17:02
version in VCS is newer than in repository, is it time to upload? normal
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)
Created: 2021-01-03 Last update: 2021-01-24 16:39
AppStream hints: 1 warning normal
AppStream found metadata issues for packages:
  • reportbug-gtk: 1 warning
You should get rid of them to provide more metadata about this software.
Created: 2020-06-01 Last update: 2020-06-01 01:13
news
[rss feed]
  • [2020-12-24] reportbug 7.9.0 MIGRATED to testing (Debian testing watch)
  • [2020-12-22] Accepted reportbug 7.9.0 (source) into unstable (Nis Martensen)
  • [2020-11-02] reportbug 7.8.0 MIGRATED to testing (Debian testing watch)
  • [2020-10-27] Accepted reportbug 7.8.0 (source) into unstable (Nis Martensen)
  • [2020-07-16] reportbug 7.7.0 MIGRATED to testing (Debian testing watch)
  • [2020-07-10] Accepted reportbug 7.7.0 (source) into unstable (Sandro Tosi)
  • [2020-01-16] reportbug 7.6.0 MIGRATED to testing (Debian testing watch)
  • [2019-12-14] Accepted reportbug 7.6.0 (source) into unstable (Sandro Tosi)
  • [2019-09-03] reportbug 7.5.3 MIGRATED to testing (Debian testing watch)
  • [2019-08-31] Accepted reportbug 7.5.3~deb10u1 (source) into proposed-updates->stable-new, proposed-updates (Andreas Beckmann)
  • [2019-08-30] Accepted reportbug 7.1.7+deb9u3 (source) into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates (Andreas Beckmann)
  • [2019-08-29] Accepted reportbug 7.5.3 (source) into unstable (Sandro Tosi)
  • [2019-02-06] reportbug 7.5.2 MIGRATED to testing (Debian testing watch)
  • [2019-02-01] Accepted reportbug 7.5.2 (source all) into unstable (Sandro Tosi)
  • [2018-11-30] reportbug 7.5.1 MIGRATED to testing (Debian testing watch)
  • [2018-11-24] Accepted reportbug 7.5.1 (source all) into unstable (Sandro Tosi)
  • [2018-09-20] Accepted reportbug 6.6.3+deb8u2 (source all) into oldstable (Markus Koschany)
  • [2018-07-07] reportbug 7.5.0 MIGRATED to testing (Debian testing watch)
  • [2018-07-04] Accepted reportbug 7.1.7+deb9u2 (source) into proposed-updates->stable-new, proposed-updates (Markus Koschany)
  • [2018-07-02] Accepted reportbug 7.5.0 (source all) into unstable, unstable (Sandro Tosi)
  • [2018-06-12] Accepted reportbug 6.6.3+deb8u1 (all source) into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates (Salvatore Bonaccorso)
  • [2018-03-05] reportbug 7.1.10 MIGRATED to testing (Debian testing watch)
  • [2018-03-03] Accepted reportbug 7.1.7+deb9u1 (source) into proposed-updates->stable-new, proposed-updates (Salvatore Bonaccorso)
  • [2018-02-28] Accepted reportbug 7.1.10 (source all) into unstable (Sandro Tosi)
  • [2018-02-25] Accepted reportbug 7.1.9 (source all) into unstable (Sandro Tosi)
  • [2018-01-03] reportbug 7.1.8 MIGRATED to testing (Debian testing watch)
  • [2017-12-29] Accepted reportbug 7.1.8 (source all) into unstable (Sandro Tosi)
  • [2017-12-15] Accepted reportbug 6.4.4+deb7u2 (source all) into oldoldstable (Markus Koschany)
  • [2017-06-04] reportbug 7.1.7 MIGRATED to testing (Debian testing watch)
  • [2017-05-29] Accepted reportbug 7.1.7 (source all) into unstable (Sandro Tosi)
  • 1
  • 2
bugs [bug history graph]
  • all: 126 133
  • RC: 0
  • I&N: 51
  • M&W: 66 73
  • F&P: 9
  • patch: 9 11
  • NC: 1
links
  • lintian
  • buildd: logs, clang, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • screenshots
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 7.9.0ubuntu1
  • 19 bugs
  • patches for 7.9.0ubuntu1

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing