Change logs for reportbug source package in Eoan

  • reportbug (7.5.2ubuntu1) disco; 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.5.2) unstable; urgency=medium
    
      * bin/reportbug
        - automatically add ftbfs tag for does-not-build severity, patch by Logan
          Rosen; Closes: #903865
        - fix UnicodeDecodeError crash with debconf-show output, patch by Nis
          Martensen; Closes: #892898
      * reportbug/utils.py
        - add listccme to CONFIG_ARGS, patch by Shengjing Zhu
      * add `outfile` option to reportbug.conf; patch by Jonathan Rubenstein;
        Closes: #916985
      * reportbug/debbugs.py
        - since 2.2, python-debianbts already parses bugs messages as `email`
          object, so dont parse them again
        - copy debian-boot@ ml for every ftp.debian.org override bugs;
          Closes: #893873
        - dont force binary->source package conversion in ftp.debian.org bug
          handling; Closes: #908650
        - remove `debian-maintainers` pseudo-package, it's been deprecated
      * bin/reportbug, reportbug/ui/__init__.py
        - be explicit on why a UI is unavailable when passing -u XYZ on the
          command-line; Closes: #876372
      * reportbug/{bugreport.py, utils.py}
        - add kernel taint flags information to bug report "System Information"
          section; Closes: #865153
      * Extend copyright years to 2019
      * Makefile
        - add `clean` target to remove python build artifacts, patch by Nis
          Martensen; Closes: #918537
      * conf/reportbug.conf
        - fix example for `mua`, patch by Nis Martensen; Closes: #918536
      * reportbug/ui/gtk2_ui.py
        - fix crash by accepting the `exitstatus` argument to `on_child_exited()`;
          patch by Nis Martensen; Closes: #916297
      * bin/reportbug, reportbug/utils.py
        - make sure to run bugscripts in a terminal even with the GTK UI; patch by
          Nis Martensen; Closes: #669038, #803675
      * Rename gtk2 UI to gtk, patch by Nis Martensen; Closes: #848207
    
     -- Logan Rosen <email address hidden>  Fri, 01 Feb 2019 22:29:46 -0500