[ubuntu/lucid] reportbug 4.9ubuntu1 (Accepted)
Andrew Starr-Bochicchio
a.starr.b at gmail.com
Tue Dec 29 01:40:23 GMT 2009
reportbug (4.9ubuntu1) lucid; urgency=low
* Merge from debian testing. Remaining changes:
- bin/reportbug
+ Make reportbug stop working for bts=ubuntu and refer to "ubuntu-bug"
instead.
+ exit with an error, if bts=ubuntu (or unconfigured).
- reportbug/__init__.py: Match reportbug version with package version.
- debian/control: Add prominent note to package description
reportbug (4.9) unstable; urgency=low
[ Sandro Tosi ]
* debian/rules
- check if versions are in sync only when releasing (allowing for easier
development)
* reportbug/ui/gtk2_ui.py
- replace python-gnome2-extras with python-gtkspell when suggesting what
package to install for spell checking; thanks to David Steiner for the
report; Closes: #551046
- clarified the dialog message that requires installation of additional
packages; thanks to Filipus Klutiero for the report; Closes: #554589
* debian/control
- added a Conflicts on 'debsums (<< 2.0.47)', to properly require the
correct version of debsums; thanks to Flavio Stanchina for the report;
Closes: #552364
* reportbug/ui/urwid_ui.py
- added missing arguments to handle_bts_query call; thanks to David Bremner
for the report; Closes: #542309
* reportbug/submit.py
- don't encode email addresses when print report of mail recipients (after
mail being sent); thanks to Raphaël Hertzog for the report and Carl Chenet
for the patch; Closes: #546914
* bin/querybts
- enable '-u' options, along with '--ui'; thanks to David Bremner for the
report and to Carl Chenet for the patch; Closes: #542312
* bin/reportbug
- '--template' option forces the 'text' UI (it's only useful with that);
thanks to Johan Kullstam for the report; Closes: #543281
- clarified the message displayed when reporting a bug against an orphaned
packages, requesting to still report the bug if it exists; thanks to Ryan
Niebur for the report; Closes: #544623
* man/reportbug.1
- clarify that if dlocate is installed, the parameters to --filename are
actually regexp; thanks to Dan Jacobson for the report; Closes: #547091
* bin/reportbug, man/reportbug.1, reportbug/ui/text_ui.py
- add '-N/--bugreport' option to run reportbug against a bug number (useful
when the bug is already known and want to followup on it); thanks to all
the people requesting it (too many to list) and Carl Chenet for the patch;
Closes: #214103, #223335, #232829, #244763, #363156, #433323, #517989
[ Luca Bruno ]
* reportbug/ui/gtk2_ui.py
- cleaner way of handling the response in error/info dialogs; thanks to
Julian Andres Klode for the report; Closes: #527259
- open a terminal when falling back to text mode if stdout is not available
(usually when run through the menu); thanks to Filipus Klutiero and
Philipp Kern for the reports; Closes: #554504, #543147
- don't show back button as it's not possible to go back;
thanks to all the people reporting the bug; Closes: #532467
* bin/reportbug, reportbug/ui/*_ui.py:
- introduce the can_input() UI method, to know whether the UI is able to
receive input or not; thanks to Sebastian Dalfuß for the report;
Closes: #531803
Date: Mon, 28 Dec 2009 20:24:30 -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/lucid/+source/reportbug/4.9ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 28 Dec 2009 20:24:30 -0500
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source
Version: 4.9ubuntu1
Distribution: lucid
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: 214103 223335 232829 244763 363156 433323 517989 527259 531803 532467 542309 542312 543147 543281 544623 546914 547091 551046 552364 554504 554589
Changes:
reportbug (4.9ubuntu1) lucid; urgency=low
.
* Merge from debian testing. Remaining changes:
- bin/reportbug
+ Make reportbug stop working for bts=ubuntu and refer to "ubuntu-bug"
instead.
+ exit with an error, if bts=ubuntu (or unconfigured).
- reportbug/__init__.py: Match reportbug version with package version.
- debian/control: Add prominent note to package description
.
reportbug (4.9) unstable; urgency=low
.
[ Sandro Tosi ]
* debian/rules
- check if versions are in sync only when releasing (allowing for easier
development)
* reportbug/ui/gtk2_ui.py
- replace python-gnome2-extras with python-gtkspell when suggesting what
package to install for spell checking; thanks to David Steiner for the
report; Closes: #551046
- clarified the dialog message that requires installation of additional
packages; thanks to Filipus Klutiero for the report; Closes: #554589
* debian/control
- added a Conflicts on 'debsums (<< 2.0.47)', to properly require the
correct version of debsums; thanks to Flavio Stanchina for the report;
Closes: #552364
* reportbug/ui/urwid_ui.py
- added missing arguments to handle_bts_query call; thanks to David Bremner
for the report; Closes: #542309
* reportbug/submit.py
- don't encode email addresses when print report of mail recipients (after
mail being sent); thanks to Raphaël Hertzog for the report and Carl Chenet
for the patch; Closes: #546914
* bin/querybts
- enable '-u' options, along with '--ui'; thanks to David Bremner for the
report and to Carl Chenet for the patch; Closes: #542312
* bin/reportbug
- '--template' option forces the 'text' UI (it's only useful with that);
thanks to Johan Kullstam for the report; Closes: #543281
- clarified the message displayed when reporting a bug against an orphaned
packages, requesting to still report the bug if it exists; thanks to Ryan
Niebur for the report; Closes: #544623
* man/reportbug.1
- clarify that if dlocate is installed, the parameters to --filename are
actually regexp; thanks to Dan Jacobson for the report; Closes: #547091
* bin/reportbug, man/reportbug.1, reportbug/ui/text_ui.py
- add '-N/--bugreport' option to run reportbug against a bug number (useful
when the bug is already known and want to followup on it); thanks to all
the people requesting it (too many to list) and Carl Chenet for the patch;
Closes: #214103, #223335, #232829, #244763, #363156, #433323, #517989
.
[ Luca Bruno ]
* reportbug/ui/gtk2_ui.py
- cleaner way of handling the response in error/info dialogs; thanks to
Julian Andres Klode for the report; Closes: #527259
- open a terminal when falling back to text mode if stdout is not available
(usually when run through the menu); thanks to Filipus Klutiero and
Philipp Kern for the reports; Closes: #554504, #543147
- don't show back button as it's not possible to go back;
thanks to all the people reporting the bug; Closes: #532467
* bin/reportbug, reportbug/ui/*_ui.py:
- introduce the can_input() UI method, to know whether the UI is able to
receive input or not; thanks to Sebastian Dalfuß for the report;
Closes: #531803
Checksums-Sha1:
f7d1fe400dc383fd04126f45e0505c00cf64ec43 1231 reportbug_4.9ubuntu1.dsc
19d5653ebee06b1cd9a589828b0f9c6fb73c15fc 200520 reportbug_4.9ubuntu1.tar.gz
Checksums-Sha256:
63a3b069fe9701e90a2b84eb84235fd857fbcce6309b6f529660cd80e84b0b13 1231 reportbug_4.9ubuntu1.dsc
a8dc244cab7fc2952a1127ad056b4e3278b12c5fc09f045c3ff199805370d0c6 200520 reportbug_4.9ubuntu1.tar.gz
Files:
46c3771a9de196b7c6b5cb46cd7d8fcc 1231 utils standard reportbug_4.9ubuntu1.dsc
78e106e4c8098849d88a99ed70e84f9f 200520 utils standard reportbug_4.9ubuntu1.tar.gz
Original-Maintainer: Reportbug Maintainers <reportbug-maint at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAks5WtwACgkQL4k+fGKG+21N6QCfdSDerWc0Ks0zcmFAXA6AMf5v
j+EAoKHXV3gCp92aP48OKB6eIFygIH9o
=auR1
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list