[ubuntu/precise] reportbug 6.3ubuntu1 (Accepted)

Andrew Starr-Bochicchio a.starr.b at gmail.com
Wed Nov 23 01:25:24 UTC 2011


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

Date: Tue, 22 Nov 2011 20:04:40 -0500
Changed-By: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/reportbug/6.3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 22 Nov 2011 20:04:40 -0500
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source
Version: 6.3ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Description: 
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 562876 563804 579596 586155 586475 601679 611341 614160 640249 644194 644815 645870 646943
Changes: 
 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
Checksums-Sha1: 
 557d3ddc03e88b909342f73912767061ceeb667e 1845 reportbug_6.3ubuntu1.dsc
 2aa8e91ccd5ce3fbca7e5c4f9c01e87454a5f568 179742 reportbug_6.3ubuntu1.tar.bz2
Checksums-Sha256: 
 abb14da0443610b7b27b551b87d9b125d42f1f578ce573ed151ee13d7c48d9f2 1845 reportbug_6.3ubuntu1.dsc
 d676a95702856925f0afd8604d1ac87c2f00d2493b4846b75e51be8fa0d220a1 179742 reportbug_6.3ubuntu1.tar.bz2
Files: 
 11c5617025520a870299944ddea8f7a8 1845 utils standard reportbug_6.3ubuntu1.dsc
 85ccc4e89b8e2747390509d14df9dd3a 179742 utils standard reportbug_6.3ubuntu1.tar.bz2
Original-Maintainer: Reportbug Maintainers <reportbug-maint at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOzEejAAoJEDtW4rvVP9yxkcIP/i6/jGhvp5MO8ZMpfyebcZ7V
rvwud0PkcnkFpKTKvmL9ggiGgyV+QunHajVKvnLuL1zSu9S8pSG9e13yMxUyFI4a
IkxmXoA8mzQv9olUInQ9VAlo18dY3/ktzr+Y2OVe1oTy44qXwWS4YBBfcOZcz7Vc
+eOJmRRFQNp/TKFVc42NpHWgVgMDITpwSG1zjX321jVe03Isu6ccE4EeyFYl4SRm
HNEO0p/uVZCZ94aLj0GDHC3BGIdPmnkxYCWFDjMiTz8jt0zTRT8HMfS7kHGl1LnN
X9VzlSCjnN+Cig+UrTS1JX5Kih2vPXllyzG/AcKQg7HvqAYLqcA5wAGMPnJTdvMP
AsJy0KthmV0Wg+L72OFI0SpxeqmctEL2T+JPBqSP5fimVley2QVaKA2O6+hnvqNQ
lvUuL1r3BTU7YajgsqPAnbow4K7LZI+NN0OoWu5QKNj7Ts/oQVmTpPtkziAzLUpT
OECYcOMA8bVamMN/si4Mgk/voYkMDhmNPxLqoR7Vzl7ejH7BM+sZ4cKl4OCnmhJO
6LwBp0L5NlCo6QBK6TzxSioYPoxkU2faJbX4cyCHITOQW1vj/osJYr6/dqrvKSwZ
qLok3WDllwC5Izlxsuel3GY11uIV0RztCm7XgKOvXcuLpEcn1+s0UsI4XgOe+tsq
zWp6McAuGyS28Zpse7+b
=6xzV
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list