reportbug 11.1.0ubuntu1 source package in Ubuntu

Changelog

reportbug (11.1.0ubuntu1) jammy; 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.
    - reportbug/__init__.py: Match reportbug version with package version.
    - debian/control: Add prominent note to package description.
    - debian/{rules,dirs}: Do not install .desktop file.

reportbug (11.1.0) unstable; urgency=medium

  [ Nelson A. de Oliveira ]
  * reportbug/submit.py: include temp filename in resume message
    (Closes: #985727)

  [ Nis Martensen ]
  * checkversions.get_versions_available(): distinguish src and bin pkg versions
    (Closes: #873493)
  * reportbug/utils.py: add get_source_version()
  * bin/reportbug: improve version lookup for source packages (Closes: #984904)
  * man/reportbug.1: add hint about "src:" prefix
  * reportbug/utils.py: print apt error in get_source_version()
  * reportbug.utils.get_source_package: switch to python apt
  * reportbug.utils.get_source_package: also return source package
  * reportbug.utils.get_source_package: add option to match only src packages
  * test/test_utils.py: update and extend test for get_source_package
  * bin/reportbug: adapt to new version of utils.get_source_package
  * bin/reportbug: Do not ask for nonexistent packages (Closes: #431402)
  * reportbug/debbugs.py: try apt-cache after dpkg to get package info
    (Closes: #599290, #721212)
  * reportbug/utils.py: use dpkg-query instead of dpkg-internal database files
  * reportbug/debbugs.py: direct rm requests to the right pseudo-package
    (Closes: #994221)
  * reportbug/ui/gtk_ui.py: switch from spawn_sync to spawn_async
  * reportbug/debbugs.py: replace menu by yes/no question
  * reportbug/debbugs.py: drop unused msgfactory and parse_mbox_report
  * reportbug/debbugs.py: drop broken parse_html_report()
  * reportbug/debbugs.py: remove old fallback code
  * reportbug/debbugs.py: more broken code removal
  * test/test_debbugs.py: add tests for handle_* functions
  * reportbug/debbugs.py: drop unused imports
  * reportbug/debbugs.py: pep8 fixes
  * reportbug/ui/gtk_ui.py: recognize system information as "other info"
  * reportbug/debbugs.py: do not mention sarge release (Closes: #996654)
  * Gtk UI: switch from gtksourceview3 to gtksourceview4

reportbug (11.0.0) unstable; urgency=medium

  [ Thomas Goirand ]
  * Update suite names vs stable/oldstable, so it's possible to request for
    bullseye-pu (Closes: #992332).

  [ Nis Martensen ]
  * man/reportbug.1: advise -H users to use --list-cc (Closes: #988391)

  [ Sandro Tosi ]
  * Release reportbug 11, matching Debian Bullseye release number
  * debian/control
    - run wrap-and-sort
    - switch Suggests to debconf, since we're using the binary debconf-show,
      included in that package; Closes: #990267

 -- Logan Rosen <email address hidden>  Sun, 07 Nov 2021 14:08:23 -0500

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
reportbug_11.1.0ubuntu1.tar.xz 202.1 KiB 0be9800265d74ceecec172fa462b011b4883938637e69be1c70331047d13e705
reportbug_11.1.0ubuntu1.dsc 1.6 KiB 16f00445a2c12b5507cfc1e324e1bef5016d99e4760db36b5761fb7225e18e22

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.