Change logs for reportbug source package in Zesty

  • reportbug (7.1.3ubuntu1) zesty; 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 (7.1.3) unstable; urgency=medium
    
      * debian/control
        - bump Standards-Version to 3.9.8 (no changes needed)
      * share/script
        - modify the bug script to cope with non-ascii characters; patch by Nis
          Martensen; Closes: #851322
      * man/reportbug.1
        - fix order of email environment variables; patch by Nis Martensen;
          Closes: #851355
      * bin/reportbug
        - output user from address in human-readable format; patch by Nis Martensen;
          Closes: 851361
      * reportbug/ui/urwid_ui.py
        - unbreak 'Read bug' functionality in urwid UI; patch by Ryan Kavanagh;
          Closes: #851055
      * debian/menu
        - removed, now obsolete in favor of XDG desktop files; patch by Boyuan Yang;
          Closes: #851415
      * debian/desktop
        - improve to the file and no longer hardcode the debian-swirl file location;
          patch by Boyuan Yang; Closes; #836253
      * reportbug/ui/gtk2_ui.py
        - fixes and improvements to GTK2 interface from James Clarke and Simon
          McVittie, thanks a lot! Closes: #850733
    
     -- Bhavani Shankar <email address hidden>  Tue, 17 Jan 2017 16:42:10 +0530
  • reportbug (7.1.2ubuntu1) zesty; 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 (7.1.2) unstable; urgency=medium
    
      * reportbug/utils.py
        - fix the 'email' name clash in reportbug.utils functions by renaming their
          arguments to 'emailaddr', this fixes names with special characters in the
          address; patch by Didier 'OdyX' Raboud; Closes: #848692
        - capitalize, not uppercase, ampersend user replacement; patch by Nis
          Martensen; Closes: #849677
      * reportbug/ui/text_ui.py
        - use integer division when computing the max length for a name; suggestion
          by Ben Longbons; Closes: #848655
      * share/{bug, control}
        - port bug script and control file to py3k; patch by Nis Martensen;
          Closes: #849749
      * reportbug/debbugs.py
        - add jenkins.debian.org pseudopackage
      * Extend packaging copyright years
    
     -- Logan Rosen <email address hidden>  Sat, 07 Jan 2017 05:20:13 -0500
  • reportbug (7.1.1ubuntu1) zesty; 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 (7.1.1) unstable; urgency=medium
    
      * Upload to unstable
      * reportbug/debbugs.py
        - add sections for Rust and JavaScript, patch by Josh Triplett;
          Closes: #847537
        - update the list of pseudopackages (and fix & re-enable unittest);
          Closes: #831848
        - revert the description of www.debian.org to the official one (see also
          #813108); Closes: #813113
      * doc/README.Users
        - grammar fixes/improvements; patch by Vilius Panevėžys; Closes: #811193
    
    reportbug (7.1.0) experimental; urgency=medium
    
      * port GTK interface to GTK3; thanks to Simon McVittie for sending all the
        patches to implement this; Closes: #651590
    
    reportbug (7.0.1) experimental; urgency=medium
    
      * debian/control
        - add python3-requests to python3-reportbug Depends; Closes: #846657
      * reportbug/utils.py
        - dont remove the first character from the filename when calling an external
          MUA; Closes: #846778
    
    reportbug (7.0.0) experimental; urgency=medium
    
      * port reportbug to py3k
    
     -- Logan Rosen <email address hidden>  Sat, 24 Dec 2016 17:01:44 -0500
  • 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