reportbug 13.0.1ubuntu1 source package in Ubuntu

Changelog

reportbug (13.0.1ubuntu1) noble; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - bin/reportbug: If bts=ubuntu or unconfigured, exit with an error and
      refer user to "ubuntu-bug" instead.
    - debian/control: Add prominent note to package description.
    - debian/tests/runnable: Test against Debian BTS instead of Ubuntu
    - reportbug/__init__.py: Match reportbug version with package version.

reportbug (13.0.1) unstable; urgency=medium

  * reportbug/submit.py: fix crash resulting from submission failure
    (Closes: #1064790)

reportbug (13.0.0) unstable; urgency=medium

  [ Paul Wise ]
  * Drop progenyother variable
  * Automatically add tags based on the subject
  * Update URLs to https where possible
  * Drop a URL that is no longer on the web
  * Update Debian Policy Source field URL anchor
  * Update check-available documentation
  * Add User and Usertags to the list of repeatable pseudo-headers
  * Refactor access to the BTS system info

  [ Jakub Wilk ]
  * man/reportbug.1: grammar fix in --no-bug-script description
    (Closes: #1027816)

  [ Nis Martensen ]
  * bin/reportbug: adjust logic to avoid duplicates in taglist
  * extend copyright years to 2023
  * update lintian override
  * bin/reportbug: skip final thank you message in non-interactive mode
  * bin/reportbug: only check for pseudoheaders when submitting bugs
    (Closes: #1034787)
  * bin/reportbug: fix -V / --package-version option (Closes: #1040779)
  * reportbug/submit.py: work around bug in smtplib. Thanks to Laurent
    Bigonville for investigating and providing an initial patch
    (Closes: #926900)
  * submit, utils, test_bugreport: fix some mypy errors
  * bin/reportbug: give name of mua in error message (Closes: #1061271)
  * test/test_utils.py: update for now repeatable pseudoheaders
  * bin/reportbug: follow the MODE conversion to enum

  [ Alexandre Detiste ]
  * modernize to python3, fix mypy failure

  [ Otto Kekäläinen ]
  * Link bts(1) man page from querybts

 -- Benjamin Drung <email address hidden>  Thu, 29 Feb 2024 18:24:34 +0100

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe utils

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
reportbug_13.0.1ubuntu1.tar.xz 212.0 KiB d6522a7eaad6d33b9d2a716d56e210b36816b211f99edb268e2799ae806757bd
reportbug_13.0.1ubuntu1.dsc 1.9 KiB 88492aac07e7850ba285ad1db97b34ab4aa9dc8cdbabea973a5df572af38b2ae

Available diffs

View changes file

Binary packages built by this source

python3-reportbug: Python modules for interacting with bug tracking systems

 reportbug is a tool designed to make the reporting of bugs in Debian
 and derived distributions relatively painless.
 .
 This package includes Python modules which may be reusable by other
 tools that want to interact with the Debian bug tracking system.
 .
 To actually report a bug, install the reportbug package.

reportbug: reports bugs in the Debian distribution

 reportbug is a tool designed to make the reporting of bugs in Debian
 and derived distributions relatively painless. Its features include:
 .
  * Integration with many mail user agents.
  * Access to outstanding bug reports to make it easier to identify
    whether problems have already been reported.
  * Automatic checking for newer versions of packages.
  * Optional automatic verification of integrity of packages via debsums.
  * Support for following-up on outstanding reports.
  * Optional PGP/GnuPG integration.
 .
 Bug reporting in Debian relies on email; reportbug can use a local
 mail transport agent (like exim or sendmail), submit directly through
 an external mail server, or pass messages to an installed mail user
 agent (e.g., mutt) for submission.
 .
 This package also includes the "querybts" script for browsing the
 Debian bug tracking system.
 .
 REPORTBUG IS MEANT FOR UBUNTU DEVELOPERS TO FORWARD BUGS TO DEBIAN.
 IF YOU WANT TO REPORT A BUG IN UBUNTU, PLEASE USE "ubuntu-bug"
 INSTEAD (from the "apport" package).

reportbug-gtk: reports bugs in the Debian distribution (GTK+ UI)

 reportbug is a tool designed to make the reporting of bugs in Debian
 and derived distributions relatively painless. Its features include:
 .
  * Integration with many mail user agents.
  * Access to outstanding bug reports to make it easier to identify
    whether problems have already been reported.
  * Automatic checking for newer versions of packages.
  * Optional automatic verification of integrity of packages via debsums.
  * Support for following-up on outstanding reports.
  * Optional PGP/GnuPG integration.
 .
 Bug reporting in Debian relies on email; reportbug can use a local
 mail transport agent (like exim or sendmail), submit directly through
 an external mail server, or pass messages to an installed mail user
 agent (e.g., mutt) for submission.
 .
 This package contains a desktop file and icon, and has dependencies
 to enable the GTK+ UI mode of reportbug to work.