reportbug 6.3ubuntu1 source package in Ubuntu

Changelog

reportbug (6.3ubuntu1) precise; urgency=low

  * Merge from Debian Testing. Remaining Ubuntu changes:
    - bin/reportbug: If bts=ubuntu or unconfigured, exit with an
      an error and refer user "ubuntu-bug" instead.
   - reportbug/__init__.py: Match reportbug version with package version.
   - debian/control: Add prominent note to package description.
   - debian/rules, debian/dirs: Do not install .desktop file.

reportbug (6.3) unstable; urgency=low

  * reportbug/utils.py
    - add 'oldstable' to the list of distributions, so not to confuse 'APT
      prefers' line; thanks to Jan Huijsmans for the report; Closes: #645870
  * share/control, setup.py
    - report python-reportbug dependencies information when filing a bug against
      reportbug
  * reportbug/ui/urwid_ui.py
    - is_mouse_event() is in urwid.util in urwid 1.0.0; thanks to Andrew O.
      Shadura for the report; Closes: #646943
    - fix a crash when willing to submit more information after having seen a
      report; thanks to Viet Nguyen for the report; Closes: #644815
  * bin/reportbug
    - report bug using the "Source" pseudo-header, if we've detected it's a
      source package (either by using --src cli option or by selecting the
      source pkg in the menu); thanks to Julian Andres Klode for the report;
      Closes: #644194
    - improved check for package name in the subject, now checking if the
      it's at the beginning of the subject, and even if provided via '--subject'
      cli option; thanks to Cyril Brulebois for noticing it; Closes: #579596
  * Implement a new --envelope-from cli option (and the corresponding one in the
    configuration file), to allow to select the Envelope From (aka Return-path)
    mail header different than the default, the From address. It reverts the
    change in #614879; thanks to Kevin Locke for the report and discussion;
    Closes: #640249
  * Use madison.cgi (from QA) to check for newer versions available; thanks to
    Bernd Zeimetz for the report; Closes: #601679
  * reportbug/ui/*_ui.py
    - show if the bug is already closed (it usually happens when the bug was
      closed recently and it's not archived yet); thanks to Elora HRanma for the
      report; Closes: #586155
  * reportbug/ui/gtk2_ui.py
    - rename the 'Cancel' button to 'Quit', so that it's clear it will close
      reportbug, also Alt+<code> will select the right button; thanks to Nathan
      A. Stine and Éric Araujo for the reports; Closes: #586475, #614160
    - remove reference to Ctrl+c when asking for subject: it won't work in GTK+
      UI; thanks to Mark Brown for the report; Closes: #562876
  * debian/control
    - set 2.6 as minimum python version
  * reportbug/debbugs.py, bin/reportbug
    - reports for release.debian.org about 'pu'/'opu' now tries to get the
      correct version querying madison (but only if querying is enabled); thanks
      to Jakub Wilk for the report; Closes: #563804
  * Bugscripts can now generate headers and pseudo-headers to be included into
    the bug report, refer to README.developers for additional details; thanks to
    Niels Thykier for the report; Closes: #611341
 -- Andrew Starr-Bochicchio <email address hidden>   Tue, 22 Nov 2011 20:04:40 -0500

Upload details

Uploaded by:
Andrew Starr-Bochicchio
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
reportbug_6.3ubuntu1.tar.bz2 175.5 KiB d676a95702856925f0afd8604d1ac87c2f00d2493b4846b75e51be8fa0d220a1
reportbug_6.3ubuntu1.dsc 1.8 KiB abb14da0443610b7b27b551b87d9b125d42f1f578ce573ed151ee13d7c48d9f2

Available diffs

View changes file

Binary packages built by this source

python-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 mutt and mh/nmh mail readers.
  * 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.
 .
 reportbug is designed to be used on systems with an installed mail
 transport agent, like exim or sendmail; however, you can edit the
 configuration file and send reports using any available mail server.
 .
 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).