Change logs for reportbug source package in Xenial

  • reportbug (6.6.6ubuntu1) xenial; urgency=medium
    
      * Merge from Debian unstable. Remaining changes:
        - bin/reportbug: If bts=ubuntu or unconfigured, exit with an error and
          refer user to "ubuntu-bug" instead.
        - reportbug/__init__.py: Match reportbug version with package version.
        - debian/control: Add prominent note to package description.
        - debian/{rules,dirs}: Do not install .desktop file.
    
    reportbug (6.6.6) unstable; urgency=medium
    
      * reportbug/utils.py
        - Update the SUITES2DISTS mapping for the jessie release; patch by Paul Wise
        - 'Control' pseudo-header can be repeated/present multiple times in the
          report; Closes: #687679
      * man/querybts.1
        - document http_proxy environment variable in querybts manpage; report and
          patch by Jakub Wilk; Closes: #800092
      * Consolidate Debian release codenames handling in a single place, updating
        how release.d.o is using this information; Closes: #804504
      * bin/reportbug
        - rephrase slightly the orphan check warning; Closes: #544624
        - where there are modified conffiles, clarify the menu entry to view such
          files that a "q" is required to exit it, making it more clear in the GTK
          UI; Closes: #732334
        - default '--exitprompt' to False, should avoid a spurious message in GTK UI
          when reporting additional information; Closes: #745514
      * reportbug/submit.py
        - in paranoid mode, handle the case when the pager exists without having
          processed all the text we are sending and it generates a SIGPIPE;
          Closes: #777010, #686922
        - decode email addresses when printing the recipients recap at submit time;
          Closes: #546914
        - dont escape a single dot line surrounded by newlines (the End-Of-Message
          in SMTP), it is done by sendmail() automatically; Closes: #808742
        - print the "If you want to provide additional information" text only if an
          email is specified in sysinfo, this prevents a crash if we are sending
          reports to a non-debbugs instance; Closes: #789332
        - save a backup of the bug report, that will prevent data loss in case of
          crash or unexpected errors; Closes: #736214
      * debian/control
        - add dep on 'file' for python-reportbug; Closes: #803764
      * reportbug/ui/text_ui.py
        - dont crash when selecting "Providing additional information" after
          filtering the bugs list more than once; Closes: #804130
      * reportbug/ui/gtk2_ui.py
        - switch from gtkspell (now removed) to gtkspellcheck; Closes: #802387
      * man/querybts.1
        - remove reference to BROWSER env variable, we use xdg-open; Closes: #690759
      * reportbug/urlutils.py
        - remove handling of X11BROWSER and CONSOLEBROWSER, obsolete
        - explicitly set the timeout when requesting a URL, that happens in
          particular when checking for newer versions; Closes: #784840
      * reportbug/ui/*
        - dont crash if we cant access the BTS: Closes: #694634
    
     -- Logan Rosen <email address hidden>  Fri, 15 Jan 2016 23:33:48 -0500
  • reportbug (6.6.5ubuntu1) wily; urgency=medium
    
      * Merge from Debian unstable. Remaining changes:
        - bin/reportbug: If bts=ubuntu or unconfigured, exit with an error and
          refer user to "ubuntu-bug" instead.
        - reportbug/__init__.py: Match reportbug version with package version.
        - debian/control: Add prominent note to package description.
        - debian/{rules,dirs}: Do not install .desktop file.
    
    reportbug (6.6.5) unstable; urgency=medium
    
      * reportbug/debbugs.py
        - use 'ANY' as an alias for "all architectures" when requesting a binNMU;
          thanks to Mehdi for report and patch; Closes: #795687
      * debian/control
        - set dep on python-debianbts to the version implementing the paged access
          to BTS; Closes: #796759
      * bin/reportbug, reportbug/{debbugs.py, exceptions.py}
        - in case of an error accessing the BTS, throw a new exception, and catch it
          in the main program, and display a message about it
      * bin/reportbug
        - special-case also the short alias -T along with --tag; this fixes a crash
          in 'debian-bug' in Emacs; thanks to Sven  Joachim for report and patch;
          Closes: #794590
      * reportbug/utils.py
        - correctly identify conffiles marked as obsolete; thanks to Jakub Wilk for
          the report; Closes: #791577
      * PEP8-fied the source code (except for "line too long", which we ignore)
    
     -- Logan Rosen <email address hidden>  Fri, 18 Sep 2015 23:49:07 -0400