[ubuntu/focal-proposed] reportbug 7.6.0ubuntu1 (Accepted)

Logan Rosen logan at ubuntu.com
Wed Feb 5 02:47:11 UTC 2020


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

Date: Wed, 05 Feb 2020 01:33:09 +0000
Changed-By: Logan Rosen <logan at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/reportbug/7.6.0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 05 Feb 2020 01:33:09 +0000
Source: reportbug
Architecture: source
Version: 7.6.0ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Logan Rosen <logan at ubuntu.com>
Closes: 922014 923631 925422 931609 932383 932524 933765 934472 935602 938941 941257 941961 944515 944562 946326
Changes:
 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
Checksums-Sha1:
 6097de9d3d58ea18bc518c9b69b35cadab8aa352 1580 reportbug_7.6.0ubuntu1.dsc
 fae59461a6f653e516fc6d2690e2b09815cf5273 198680 reportbug_7.6.0ubuntu1.tar.xz
 60a28269cc20e4e779d6069711bc37ca58f60542 5967 reportbug_7.6.0ubuntu1_source.buildinfo
Checksums-Sha256:
 2e30fa266b0a07e5a3957b102f9f6fd604ced65e58c9ed74419d1e98b3a55de7 1580 reportbug_7.6.0ubuntu1.dsc
 266ca37b67c1508eff38f2bb0b800ca2989009c4acae996d95325f99da30b5c6 198680 reportbug_7.6.0ubuntu1.tar.xz
 34023d20aba3eba2537353324d11fac582928a14184b6f873770efecc95b0672 5967 reportbug_7.6.0ubuntu1_source.buildinfo
Files:
 9a37514acabc3ebebd347d960b028897 1580 utils standard reportbug_7.6.0ubuntu1.dsc
 f3730cfc85b0ca811b487ea6edc8f56b 198680 utils standard reportbug_7.6.0ubuntu1.tar.xz
 2bb60aa51f491e55fa73c501f046151d 5967 utils standard reportbug_7.6.0ubuntu1_source.buildinfo
Original-Maintainer: Reportbug Maintainers <debian-reportbug at lists.debian.org>

-----BEGIN PGP SIGNATURE-----

iQFFBAEBCgAvFiEEjjBLx0dZ5Hvmq3idBOfxQvHtE0UFAl46LJURHGxvZ2FuQHVi
dW50dS5jb20ACgkQBOfxQvHtE0WFxwgAvZRbOaiyKVrXUtqnBgRT20pJmvBGUiGs
nFJqkEuN3jwrOro8K7wNghE63OiUtv9spRg2IrCe/XfG+v6fp82vZxqRXEUEAEKb
2sofVaRBprwvijIgZgnRKyTFClM/64T5kspp/ApIO2mSLaWQ6cm+QKs1QGQazMYx
gvlNRZijZxCUpVvSK/KQcmZ2uqzJUQMQdWAnL/lfSLfczguOfsb4KAXEvNLI3lGv
vfSkf0UEAfqoYDjZqNvRIe3FEkGcP1eq8pA/zIOhXOS+2sAgMeGOO0zh8pqWo7vM
CyXhzN9KKOZQNMqwmd95SjbBKSaHIN0Ekf4x49/ecdAVp5+zeWdDzw==
=AEQo
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list