Change logs for reportbug source package in Maverick

  • reportbug (4.12.4ubuntu1) maverick; urgency=low
    
      * Merge from debian unstable. (LP: #600917) 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.
     -- Bhavani Shankar <email address hidden>   Fri, 02 Jul 2010 11:42:58 +0530
  • reportbug (4.12.3ubuntu1) maverick; 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
       - debian/rules: Do not install .desktop file.
    
    reportbug (4.12.3) unstable; urgency=low
    
      * reportbug/utils.py
        - convert the config file name to UTF-8, avoinding a crash; thanks to Anders
          Lagerås for the report and to Carl Chenet for the patch; Closes: #578085
      * bin/reportbug
        - when configuring, show the complete text about SMTP host (part was hidden
          if using GTK+ UI); thanks to Elie De Brauwer for the report and patch;
          Closes: #583292
      * bin/reportbug, reportbug/{debianbts.py, utils.py}
        - don't present suite tags ('sid', 'lenny', etc) when running in modes lower
          than 'advanced'; thanks to Julien Cristau for the report; Closes: #583890
      * reportbug/ui/gtk2_ui.py
        - ask confirmation to user when closing reportbug using GTK+ UI; thanks to
          Matej Zary for the report; Closes: #574843
      * checks/compare_pseudo-pkgs_lists.py
        - make it work again, with a dirty trick (import 'utils' before 'debianbts')
      * reportbug/debianbts.py
        - removed some (commented) cruft for pseudo-packages list
        - added 'debian-maintainers' and 'snapshot.debian.org' to the
          pseudo-packages list
     -- Andrew Starr-Bochicchio <email address hidden>   Thu, 10 Jun 2010 11:24:24 -0400
  • reportbug (4.12.2ubuntu1) maverick; 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
       - debian/rules: Do not install .desktop file.
    
    reportbug (4.12.2) unstable; urgency=low
    
      * bin/reportbug
        - don't try to map package to source when using --from-buildd, and also
          force version set; thanks to Cyril Brulebois for reporting this (on IRC)
          and testing preliminary patches
        - correctly pass the 'timeout' parameter to 'check_built'; thanks to Daniel
          Bolton for the report and to Milan Vancura for the patch; Closes: #580382
      * reportbug/utils.py
        - generate a list of pseudoheaders (without duplicates), so that when
          writing them into the report body they are not repeated; thanks to Cyril
          Brulebois for the report; Closes: #579597
      * reportbug/ui/gtk2_ui.py
        - retrieve the 'presubj' keyword argument (passed when we have to show the
          presubj file), fixing a crash; thanks to Michael Schmitt for the report;
          Closes: #578711
     -- Andrew Starr-Bochicchio <email address hidden>   Tue, 25 May 2010 23:45:58 -0400
  • reportbug (4.12.1ubuntu1) maverick; 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
       - debian/rules: Do not install .desktop file.
    
    reportbug (4.12.1) unstable; urgency=low
    
      * reportbug/utils.py
        - only take file name and md5sum from Conffile from dpkg --status; thanks to
          all the reporters; Closes: #577986
      * reportbug/ui/text_ui.py
        - pass 'timeout' to search_bug, needed when filtering bugs; thanks to Matt
          Kraai for the report and patch; Closes: #578505
    
    reportbug (4.12) unstable; urgency=low
    
      * reportbug/debianbts.py
        - fix description for 'experimental' tag; thanks to Raphael Rigo for the
          report; Closes: #575044
        - check the available packages (not only the installed ones) when reporting
          a wnpp bug; thanks to Filippo Giunchedi for the report; Closes: #565435
      * bin/reportbug
        - removed the information that an empty subject would stop the report: it
          will continue until entered or Ctrl+c; thanks Torquil Macdonald Sørensen
          for the report; Closes: #575450
        - keep presenting the severity menu until one is selected (prevent a crash
          with urwid UI and Cancel button); thanks to Noah Slater for the report;
          Closes: #461908
        - treat every FTBFS bug (pseudo-severity 'does-not-build') as 'serious' but
          adding a note in the Justification pseudo-header if the package was built
          successfully in the past; thanks to Alexander Schmehl for the report;
          Closes: #390466
        - in case of a bug for an undisclosed vulnerability (tagged 'security'),
          report it to the private Security Team mailing list instead of to the
          public BTS (to coordinate the release of the fix); thanks to Chris
          Lawrence for the report and to the Sec Team for review; Closes: #474187
      * reportbug/submit.py
        - clarify that in case no acknowledge is received, then there was an error;
          thanks to mpapet for the report; Closes: #575418
      * reportbug/ui/gtk2_ui.py
        - pass 'buglist' to 'sync_pre_operation' method of 'HandleBTSQueryPage'
          class, needed to run querybts; thanks to Andrey Rahmatullin for the
          report; Closes: #565283
        - new method to correctly wrap the report body: before the text was all on a
          single line, now the long lines are wrapped but the paragraph formatting
          is preserved; thanks to Witold Baryluk for the report; Closes: #576116
      * bin/*, reportbub/*
        - add a user-configurable network timeout, adding the CLI option --timeout;
          thanks to Miles Bader for the report; Closes: #572316
      * man/*, doc/README.Users
        - added information about new --timeout CLI option, specifying that some
          network error might be due to a too low timeout; thanks to Michal Suchanek
          for the report; Closes: #571955
      * reportbug/ui/urwid_ui.py
        - encode bug summary lines to avoid crashed when using urwid UI due to
          unparsable UTF8 characters; thanks to Stefan Seide for the report;
          Closes: #552045
      * bin/reportbug, reportbug/utils.py
        - restore the functionality that includes changed conffile into the bug
          report, that went broken log ago; thanks to Håkon Stordahl for the report
          and patch; Closes: #503131
      * bin/reportbug, man/reportbug.1, reportbug/{bugreport.py, utils.py}
        - added the '--source/--src' command-line option, to report bugs against the
          source package instead of the binary one; thanks to Cyril Brulebois for
          the report; Closes: #560230
      * bin/reportbug, man/reportbug.1
        - added the '--from-buildd $SRC_$VER' option to make reportbug file the bug
          against the source package $SRC for the given $VER version; thanks to
          Cyril Brulebois for the report; Closes: #571970
        - added the '--no-bug-script' command-line option to not execute the bug
          script; thanks to Håkon Stordahl for the report and the (inspiring) patch;
          Closes: #511210
        - added the '--no-cc-menu' command-line option to not display the menu
          asking for additional CCs; part of #428113
        - added the '--no-tags-menu' command-line option to not display the menu
          asking for tags; thanks to Josh Triplett for the report and Carl Chenet
          for the (partial) patch; Closes: #428113
      * bin/reportbug, reportbug/ui/text_ui.py, share/presubj
        - append a notice to every 'presubj' script shown in UI text that 'q' is
          probably the key to press to exit the pager (updating reportbug 'presubj'
          script to remove that notice); thanks to Chris Walker for the report;
          Closes: #488414
      * debian/source/format
        - Switch to dpkg-source 3.0 (native) format
      * debian/source/options
        - options to compress the tarball with bzip2 (and max compression)
    
    reportbug (4.11) unstable; urgency=low
    
      [ Luca Bruno ]
      * reportbug/ui/gtk2_ui.py:
        - rename Forward button to Continue button; thanks to Matijs van Zuijlen for
          the report; Closes: #565140
        - more selectable labels and use text views for bug replies;
          thanks to Éric Araujo for the report; Closes: #564447
        - wrap text to be 79 chars width in the editor; thanks to Mark Brown for
          the report; Closes: #562878
        - fix focus stealing issues; thanks to Eduard Bloch for the report;
          Closes: #564418
    
      [ Sandro Tosi ]
      * share/presubj
        - specified the pager exit key doesn't apply to GTK+ UI; thanks to Éric
          Araujo for the report; Closes: 568196
        - clarified to not repot bugs against reportbug in case of GTK+ crashes
      * bin/reportbug, reportbug/utils.py
        - identify the pseudo-headers passed on the command-line and don't merge
          them in the mail headers, but add them to the bug "standard"
          pseudo-headers; thanks to Piotr Engelking for the report; Closes: #552167
        - add a very simple check for email validity, to rule out basic cases;
          thanks to Cyril Bouthors for the report and to Carl Chenet for the patch;
          Closes: #221548
      * doc/README.Users
        - document how to add a pseudo-header
      * reportbug/utils.py
        - recognize also files in /var/lib/dpkg/info/, identifying the package they
          belong to; thanks to Dan Jacobson for the report; Closes: #230582
        - added 'Forwarded' to the list of supported pseudo-header
      * bin/reportbug, reportbug/submit.py
        - use 'draftpath' anytime a temporary file needs to be used; thanks to
          Vincent Lefevre for the report; Closes: #564704
      * bin/reportbug
        - fix spelling error when alerting of attachments drop when spawning a MUA;
          thanks to gregor herrmann for the report and patch; Closes: #572894
        - in the last menu, if cancelling from selecting a MUA to edit the report,
          just go back to the menu and don't crash; thanks to Elie Roux for the
          report; Closes: #562853
        - don't ask to choose a UI when there is only one choice; thanks to Olaf van
          der Spek for the report and to Carl Chenet for the patch; Closes: #567501
        - remove release critical severities when running in 'novice' mode; thanks
          to Steve Langasek for the report; Closes: #295386
        - exit if -K/--keyid is specified without a sign method specified (either
          --pgp or --gpg); thanks to Jonathan Wiltshire for the report;
          Closes: #573558
      * bin/reportbug, reportbug/{debianbts.py, ui/urwid_ui.py}
        - reorganized how BTS tags are retrieved and used
        - create a get_tags() method to return the tags depending on severity of bug
          report (for example, 'security' is available only if severity is RC)
        - remove TAGLIST and EXTRA_TAGS, no more used
        - update the tags list, including all those supported by BTS, not restricted
          to Release Team and meaningfull at report time; thanks to Ido Kanner and
          to martin f krafft for the reports; Closes: #286745, #498919, #524511
      * reportbug/submit.py
        - in case of SMTP error when submitting the report, ask to retry or else to
          save the report and exit; thanks to Stuart Young for the report;
          Closes: #293266
      * debian/control
        - bump Standards-Version to 3.8.4 (no changes needed)
      * debian/NEWS
        - remove asterisks from NEWS file, as recommended by dev-ref
     -- Andrew Starr-Bochicchio <email address hidden>   Mon, 10 May 2010 20:31:35 -0400
  • 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