Change logs for reportbug source package in Focal

  • reportbug (7.6.0ubuntu1) focal; 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.6.0) unstable; urgency=medium
    
      [ Bastian Venthur ]
      * Update to debianbts 2.10
      * replace mock w/ unittest.mock (available since py3.3)
    
      [ Salvatore Bonaccorso ]
      * reportbug/debbugs.py
        - allow to fill stretch-pu updates against release.d.o; Closes: #938941
    
      [ Paul Gevers ]
      * reportbug/debbugs.py
        - Add template to unblock release.debian.org bugs
    
      [ Nis Martensen ]
      * show name of output file in GTK+ ui; Closes: #941257
      * reportbug/debbugs.py
        - do not show `newcomer` tag in novice mode; Closes: #941961
      * reportbug/ui/text_ui.py
        - fix the total bug count not to be equal only to wishlist bugs;
          Closes: #922014
      * reportbug/utils.py
        - query dpkg status with unambiguous package name; Closes: #932383
    
      [ Fabrice BAUZAC ]
      * reportbug/ui/urwid_ui.py
        - suggest to install python3-urwid for the urwid UI; Closes: #944562
      * reportbug/ui/gtk_ui.py
        - suggest to install reportbug-gtk for the GTK+ UI; Closes: #944515
    
      [ Andrei POPESCU ]
      * Download and use maintainer mbox whenever applicable; Closes: #933765
    
      [ Sandro Tosi ]
      * doc/README.developers
        - add a section describing why bugscripts are executed with LC_ALL=C;
          Closes: #946326
    
    reportbug (7.5.3) unstable; urgency=medium
    
      * debian/control
        - replace emacs* Suggests with emacs-bin-common; Closes: #925422
        - bump Standards-Version to 4.4.0 (no changes needed)
        - add sensible-utils dep, patch by Nis Martensen
      * reportbug/debbugs.py
        - when handling ftp.d.o, dont look up package information if the package
          doesnt exist, fixing a crash; Closes: #923631
        - fix a crash with stable version lookup, patch by Nis Martensen;
          Closes: #935602
      * bin/reportbug
        - remove debug code when handling list-cc-me, patch by Josh Triplett
      * reportbug/utils.py
        - update release names, following Buster releases, patch by Nicolas
          Braud-Santoni; Closes: #932524, #931609
        - recognize versioned Provides; patch by Nis Martensen; Closes: #934472
      * man/reportbug.1
        - add default for --draftpath; patch by laokz
    
     -- Logan Rosen <email address hidden>  Wed, 05 Feb 2020 01:33:09 +0000
  • 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