[ubuntu/bionic-proposed] reportbug 7.1.8ubuntu1 (Accepted)

Bhavani Shankar bhavi at ubuntu.com
Sat Dec 30 14:19:13 UTC 2017


reportbug (7.1.8ubuntu1) bionic; 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.8) unstable; urgency=medium

  * reportbug/debbugs.py
    - add `a11y` tag
    - dont RFC2047-encode the Owner pseudo header when submitting a WNPP bug;
      patch by Nis Martensen; Closes: #872780
  * reportbug/utils.py, bin/*
    - fix invalid escape sequence deprecation warnings with Python 3.6; patch by
      Ville Skyttä; Closes: #878437
    - redirect stderr to stdout when running commands via get_command_output(),
      and this prevents errors to be sent to the terminal; Closes: #882130
  * reportbug/ui/gtk2_ui.py
    - typo fix; Closes: #875309
  * debian/control
    - add sensible-utils to reportbug depends, since we require sensible-*
      commands to be available; Closes: #871527
  * man/reportbug.1
    - fix reference to -A/--attach in the include-file section; patch by Alex
      Muntada; Closes: #871769, #878420
  * reportbug/{debbugs.py, utils.py}
    - add tailing new-line when processing strings line by line; patch by Nis
      Martensen; Closes: #866596
  * reportbug/submit.py
    - remove spurious print() of MIME type, introduced during the py3k porting;
      patch by Nis Martensen; Closes: #868154
    - use quoted-printable encoding for lines that are over 980 chars long;
      patch by Nis Martensen; Closes: #849765
  * fix some spelling errors; patch by Ville Skyttä; Closes: #878436
  * bin/reportbug
    - preserve attachments order; patch by Ville Skyttä; Closes: #878538
  * add Linux Security Model (LSM) information to the 'System info' section of
    the bug report (if any LSM is enabled on the system); patch by Laurent
    Bigonville and intrigeri; Closes: #773346
  * debian/source/options
    - use the default XZ compression algo by removing the custom setting to use
      bzip2; patch by Boyuan Yang; Closes: #863823
  * use context managers to avoid leaving unclosed file descriptors (which often
    results in users losing control of their terminal windows); patch by Nis
    Martensen; Closes: #695887, #849763, #882983
  * prevent Unicode(De|En)codeError with most open() calls by using
    'backslashreplace' in case of errors; patch by Nis Martensen;
    Closes: #877650, #883577, #868022
  * debian/copyright
    - leave only me as Upstream-Author and Packaged-By
  * debian/control
    - bump Standards-Version to 4.1.2 (no changes needed)
  * debian/rules
    - dont call dpkg-parsechangelog directly, use dpkg/pkg-info.mk instead

Date: Sat, 30 Dec 2017 19:41:19 +0530
Changed-By: Bhavani Shankar <bhavi at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/reportbug/7.1.8ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 30 Dec 2017 19:41:19 +0530
Source: reportbug
Binary: reportbug python3-reportbug
Architecture: source
Version: 7.1.8ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Bhavani Shankar <bhavi at ubuntu.com>
Description:
 python3-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 695887 773346 849763 849765 863823 866596 868022 868154 871527 871769 872780 875309 877650 878420 878436 878437 878538 882130 882983 883577
Changes:
 reportbug (7.1.8ubuntu1) bionic; 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.8) unstable; urgency=medium
 .
   * reportbug/debbugs.py
     - add `a11y` tag
     - dont RFC2047-encode the Owner pseudo header when submitting a WNPP bug;
       patch by Nis Martensen; Closes: #872780
   * reportbug/utils.py, bin/*
     - fix invalid escape sequence deprecation warnings with Python 3.6; patch by
       Ville Skyttä; Closes: #878437
     - redirect stderr to stdout when running commands via get_command_output(),
       and this prevents errors to be sent to the terminal; Closes: #882130
   * reportbug/ui/gtk2_ui.py
     - typo fix; Closes: #875309
   * debian/control
     - add sensible-utils to reportbug depends, since we require sensible-*
       commands to be available; Closes: #871527
   * man/reportbug.1
     - fix reference to -A/--attach in the include-file section; patch by Alex
       Muntada; Closes: #871769, #878420
   * reportbug/{debbugs.py, utils.py}
     - add tailing new-line when processing strings line by line; patch by Nis
       Martensen; Closes: #866596
   * reportbug/submit.py
     - remove spurious print() of MIME type, introduced during the py3k porting;
       patch by Nis Martensen; Closes: #868154
     - use quoted-printable encoding for lines that are over 980 chars long;
       patch by Nis Martensen; Closes: #849765
   * fix some spelling errors; patch by Ville Skyttä; Closes: #878436
   * bin/reportbug
     - preserve attachments order; patch by Ville Skyttä; Closes: #878538
   * add Linux Security Model (LSM) information to the 'System info' section of
     the bug report (if any LSM is enabled on the system); patch by Laurent
     Bigonville and intrigeri; Closes: #773346
   * debian/source/options
     - use the default XZ compression algo by removing the custom setting to use
       bzip2; patch by Boyuan Yang; Closes: #863823
   * use context managers to avoid leaving unclosed file descriptors (which often
     results in users losing control of their terminal windows); patch by Nis
     Martensen; Closes: #695887, #849763, #882983
   * prevent Unicode(De|En)codeError with most open() calls by using
     'backslashreplace' in case of errors; patch by Nis Martensen;
     Closes: #877650, #883577, #868022
   * debian/copyright
     - leave only me as Upstream-Author and Packaged-By
   * debian/control
     - bump Standards-Version to 4.1.2 (no changes needed)
   * debian/rules
     - dont call dpkg-parsechangelog directly, use dpkg/pkg-info.mk instead
Checksums-Sha1:
 b98ec0775f7a1b1b6fc46807ab76d0b0a6b97838 1563 reportbug_7.1.8ubuntu1.dsc
 74cbd7b66212b5c5c33bd73439ab3235e1b0668b 371372 reportbug_7.1.8ubuntu1.tar.xz
Checksums-Sha256:
 b890754d4857570f9b345251cc275148aa9b6f366542f12a3d0afbeb0d3d7035 1563 reportbug_7.1.8ubuntu1.dsc
 8642a3b9b50ce1928be596c667c98a3304c86fc9220ee8fa229e1afba32cbb21 371372 reportbug_7.1.8ubuntu1.tar.xz
Files:
 b533740fd5f656fafb51dcce52b7d5b0 1563 utils standard reportbug_7.1.8ubuntu1.dsc
 4fc1b53a8587f5b90d3a281fc99bc7a2 371372 utils standard reportbug_7.1.8ubuntu1.tar.xz
Original-Maintainer: Reportbug Maintainers <reportbug-maint at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJaR58RAAoJEMJAPQz8ZpqTzfEIAOKW5kUhJdHq3g90K8+RDiUJ
zx+sPLVfZVRNs2vPqqlO2yfT131PQ9SFTj6YtBq/6iFQQyHNvOcoQjtTDf726gr/
rgJCI3bcih5fX+adiav7y+9Xn1S43DCEu0dms1VkXsTSQ0JaFMfRTIri8QamKdTw
mOsopt9hVLaeDlBsHsW5Mp+UZlXIWtdYEiDAP9HjBvUMygbXkArRV8Pl4it7PegB
NVcT9Il2risPzDuJhsVnJe2e8qZxp+tKr6tB+G5hjzvWrmkjuDcD9jAH2icOsUAP
l7J6qn/z+6DuHsaV3vklZny/ZqxCj0TXAojvaWNSbyoflDxcDQcZfn4KMIkH9Kg=
=Lsky
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list