Change logs for reportbug source package in Lucid

  • reportbug (4.10.2ubuntu1) 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
       - debian/rules: Do not install .desktop file.
    
    reportbug (4.10.2) unstable; urgency=low
    
      * reportbug/utils.py
        - allow 'Source' as pseudo-header; thanks to Cyril Brulebois for the report;
          Closes: #566989
     -- Andrew Starr-Bochicchio <email address hidden>   Sat, 13 Feb 2010 17:58:18 -0500
  • reportbug (4.10.1ubuntu3) lucid; urgency=low
    
      * reportbug/__init__.py: Update version string to match the one from
        debian/changelog (fixes FTBFS).
     -- Michael Bienia <email address hidden>   Sat, 06 Feb 2010 11:44:50 +0100
  • reportbug (4.10.1ubuntu2) lucid; urgency=low
    
      * debian/rules: do not install .desktop file, so it won't show up in the
        desktop menu anymore (LP: #395126)
     -- Daniel Hahler <email address hidden>   Thu, 04 Feb 2010 02:07:22 +0100
  • reportbug (4.10.1ubuntu1) 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.10.1) unstable; urgency=low
    
      * bin/reportbug
        - import LICENSE from reportbug, so --license won't trigger an error
      * reportbug/utils.py
        - fix broken '--mutt' CLI/config-file option by using a new variable, adding
          the 'mutt' 'if' branch, and the 'get_name()' in MUA class; thanks to
          Julien Cristau for the report; Closes: #564253
    
    reportbug (4.10) unstable; urgency=low
    
      * conf/reportbug.conf, man/reportbug.conf.5
        - added 'keyid' documentation; thanks to gregor herrmann for the report and
          to Carl Chenet for the partial patch; Closes: #558364
      * bin/querybts
        - use optparse instead of getopt to parse CLI options and arguments;
          Closes: #559677
        - warn users for options not available in querybts (because they are
          reportbug-only); thank to Marc-Jano Knopp, Josh Triplett and Tim Connors
          for the reports and to Carl Chenet for the patch; Closes: #501285
      * reportbug/ui/text_ui.py
        - if help option is selected in debconf values inclusion menu, the second
          message doesn't contain newline, it's fixed now; thanks to Miroslaw
          Zalewski for the report; Closes: #560302
        - retrieve the package information from the report using doing a lower-case
          check; thanks to Dan Greene for the report; Closes: #562912
        - expanded the previous fix to consider either bugs submitted against the
          binary (pseudo-header 'Package') or the source (pseudo-header 'Source')
          package; thanks to Laurent Fousse for the report; Closes: #559065
      * share/presubj
        - refer to reportbug.d.o instead of bugs.d.o as SMTP server; thanks to Karl
          Goetz for the report and patch; Closes: #561802
      * doc/README.{developers, source}
        - fix them to be valid reStrucuturedText files; thanks to Jakub Wilk for the
          report; Closes: #563051
      * debian/{control,rules,source.lintian-overrides}, man/reportbug.ja.1, po4a/*
        - removed l10n contents: they were always outdated and just a restrict set
          of the languages Debian supports
      * man/{querybts.1, reportbug.1}
        - removed NOTE about Python's getopt: both tools are now using optparse
          module to retrieve CLI parameters
      * bin/reportbug
        - notify the user that editing the report with a MUA in the last menu will
          loose every attachements; thanks to Guido Trotter for the report and to
          those that follow it up; Closes: #211808
        - add the possibility to specify the X-Debbugs-CC in the menu before report
          submission; thanks to Sean Finney, Michael Gilbert and Branden Robinson
          for the report and to Carl Chenet for the patch; Closes: #349690
        - clarified that the saved report to a temporary file can also be recovered
          copying the text into a MUA and send the bug from there; thanks to Nelson
          A. de Oliveira for the report; Closes: #405093
        - don't present configuration if using '-f' cli option; thanks to Ross
          Boylan for the report and to Carl Chenet for the patch; Closes: #372250
        - in case the package bug script exited with a non-0 return code, reportbug
          now asks if still reporting or stop; thanks to martin f krafft for the
          report; Closes: #382010
      * man/reportbug.conf.5
        - clarified the configuration files has to be UTF-8 documents; thanks to
          Anders Lageras for the report; Closes: #417054
      * reportbug/ui/urwid_ui.py
        - when retrieving a string, also show a default text (if preset), useful in
          particular with --configure to see the current values for realname and
          email; thanks to Andrei Popescu for the report; Closes: #526631
        - clarified the menu showing bugs already present, changing the title and
          the buttons; thanks to Nick for the report; Closes: #462614
      * reportbug/{submit.py, utils.py}, share/reportbug.el, doc/README.Users,
        debian/control
        - MUA handling now done with a OO-style, reworked emacs integration to use
          emacsclient to reuse an existing emacs instance (if any); thanks to Dan
          Jacobson for the report and Håkon Stordahl for the patch; Closes: #367298
      * bin/reportbug, man/reportbug.1
        - clarified the option -o/--output output the full mail dump (headers and
          body) and how to use to report a new bug; thanks to Alan W. Irwin for the
          report; Closes: #323483
      * doc/HowToReportGoodBugs.txt, debian/doc
        - add a document listing some web resources for providing good bug reports;
          thanks to martin f krafft for the report; Closes: #446168
      * bin/reportbug, man/reportbug.1
        - introduce the new option '--draftpath' to specify an alternative location
          where to save report drafts; thanks to Kokushoku Karasu for the report and
          to Carl Chenet for the (partial) patch; Closes: #309273
      * bin/reportbug, man/*
        - updated all the manpages to reflect the actual cli options accepted by
          reportbug and querybts, removing outdated information and also applying
          some stylistic changes; Closes: #559678
      * debian/control
        - added ${misc:Depends} to binary packages
        - bump Standards-Version to 3.8.3, removal or outdated localized contents
          and manpages updated of CLI options were needed
      * debian/copyright
        - update location of `handle_bugscript`
      * debian/control, *
        - extending my copyright notices to 2010
      * debian/pycompat
        - removed, not needed
      * reportbug/__init__.py
        - release 4.10
     -- Andrew Starr-Bochicchio <email address hidden>   Wed, 27 Jan 2010 13:57:02 -0500
  • 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
     -- Andrew Starr-Bochicchio <email address hidden>   Mon, 28 Dec 2009 20:24:30 -0500
  • reportbug (4.8ubuntu1) 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.8) unstable; urgency=low
    
      [ Sandro Tosi ]
      * reportbug/__init__.py
        - bump reportbug version
      * reportbug/debianbts.py
        - fix error message in case no package is specified for release.d.o; thanks
          to Joachim Breitner for the report; Closes: #545747
      * bin/reportbug
        - use LC_ALL=C when calling bug scripts (to avoid localized messages);
          thanks to Alexander Galanin for the report; Closes: #546276
        - pass '--ignore-permissions' to debsums (because it's easier to workaround
          problems than fixing them); thanks to Davide Prina for the report;
          Closes: #539695
        - improved wording of debsums checks preamble; thanks to Jari Aalto for the
          report; Closes: #322567
      * debian/control
        - added version (>= 2.0.47) to depends on debsums, to have the latest
          features
    
      [ Pierre Habouzit ]
      * Fix small issues with the release.debian.org binNMU template.
     -- Scott Kitterman <email address hidden>   Mon, 09 Nov 2009 23:14:03 -0500
  • reportbug (4.7ubuntu1) karmic; urgency=low
    
      * Merge from debian unstable, 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.7) unstable; urgency=low
    
      [ Sandro Tosi ]
      * reportbug/__init__.py
        - bump reportbug version
      * debian/control
        - replace python-gnome2-extras with python-gtkspell in Suggests; thanks to
          Josselin Mouette for the report; Closes: #541598
      * reportbug/ui/text_ui.py
        - nomore use writelines() when filtering, but loop over lines then decode an
          print one by one; thanks to Jakub Wilk for the report and Carl Chenet for
          the patch: Closes: #541791
        - correctly call search_bugs() when filtering bugs (now passing package
          too); thanks to Vincent Lefevre for the report and Carl Chenet for the
          patch: Closes: #541408, #542119
      * reportbug/utils.py
        - 'ldap' and 'no-ldap' options now issue a "Unrecognized token" warning:
           LDAP support is gone since years; thanks to martin f krafft for the
           report; Closes: #271057
    
      [ Luca Bruno ]
      * reportbug/ui/gtk_ui.py
        - wrap words when editing bug reports
        - workaround possible GTK+ regression to show the intro page
        - fix to menu to always display all menu options
      * bin/reportbug, reportbug/ui/*.py
        - fallback to text interface if a different UI can't be initialized; thanks
          to Colin S. Miller for the report; Closes: #534876
    
      [ Pierre Habouzit ]
      * Add support for the release.debian.org pseudo-package.
    
     -- Scott Kitterman <email address hidden>   Wed, 09 Sep 2009 14:30:34 -0400