[Reportbug-commits] [reportbug] branch master updated (51f0ae6 -> 842a499)

Sandro Tosi morph at moszumanska.debian.org
Fri Dec 29 04:33:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a change to branch master
in repository reportbug.

      from  51f0ae6   add `a11y` tag
       new  285f374   Python 3.6 invalid escape sequence deprecation fixes
       new  9117376   fix invalid escape sequence deprecation warnings with Python 3.6; patch by Ville Skyttä; Closes: #878437
       new  11ebadc   typo fix; Closes: #875309
       new  0ab5650   add sensible-pager to reportbug depends, since we require sensible-* commands to be available; Closes: #871527
       new  9c4ed58   Do not RFC2047-encode Owner pseudo header
       new  94ae2be   dont RFC2047-encode the Owner pseudo header when submitting a WNPP bug; patch by Nis Martensen; Closes: #872780
       new  21e0d59   fix reference to -A/--attach in the include-file section; patch by Alex Muntada; Closes: #871769, #878420
       new  f3d4bfa   Add line endings when processing strings line by line
       new  9b161c2   add tailing new-line when processing strings line by line; patch by Nis Martensen; Closes: #866596
       new  5496e10   Drop leftover debug print()
       new  eac1eb9   remove spurious print() of MIME type, introduced during the py3k porting; patch by Nis Martensen; Closes: #868154
       new  e51a7c1   Python 3.6 invalid escape sequence deprecation fixes
       new  34ec53c   file list update
       new  7d49c71   Spelling fixes
       new  14b4162   fix some spelling errors; patch by Ville Skyttä; Closes: #878436
       new  e383794   Preserve given order of attachments
       new  7904851   preserve attachments order; patch by Ville Skyttä; Closes: #878538
       new  947659b   Add SELinux status in the bug reports
       new  f2cc06d   Add AppArmor status in the bug reports (Closes: #773346)
       new  6f923f7   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
       new  7974a0d   Use quoted-printable encoding for too long lines
       new  a13bf2d   use quoted-printable encoding for lines that are over 980 chars long; patch by Nis Martensen; Closes: #849765
       new  14cb36e   d/source/options: remove custom options
       new  4323fe0   use the default XZ compression algo by removing the custom setting to use bzip2; patch by Boyuan Yang; Closes: #863823
       new  4ecc161   Make sure some file descriptors will be closed properly
       new  80fa8e4   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
       new  644969d   Prevent Unicode(De|En)codeError with most open() calls
       new  1cf4934   prevent Unicode(De|En)codeError with most open() calls by using 'backslashreplace' in case of errors; patch by Nis Martensen; Closes: #877650, #883577, #868022
       new  057ac54   leave only me as Upstream-Author
       new  1845346   bump Standards-Version to 4.1.2 (no changes needed)
       new  0985389   leave only me as Upstream-Author and Packaged-By
       new  b49bb42   dont call dpkg-parsechangelog directly, use dpkg/pkg-info.mk instead
       new  a176bdc   add 'a11y' to the list of tags we test
       new  6183905   dont set errors kargs when calling os.fdopen()
       new  e604a3f   mock utils.get_command_output() in test/test_utils.py
       new  0d3df9a   redirect stderr to stdout when running commands via get_command_output(), and this prevents errors to be sent to the terminal; Closes: #882130
       new  dd43363   releasing package reportbug version 7.1.8
       new  842a499   sensible-pager -> sensible-utils

The 38 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/querybts               |  4 +--
 bin/reportbug              | 49 +++++++++++++++----------------
 debian/changelog           | 48 +++++++++++++++++++++++++++++--
 debian/compat              |  2 +-
 debian/control             |  6 ++--
 debian/copyright           |  2 --
 debian/rules               |  7 ++---
 debian/source/options      |  3 --
 man/reportbug.1            |  2 +-
 reportbug/__init__.py      |  2 +-
 reportbug/bugreport.py     |  3 ++
 reportbug/debbugs.py       | 11 +++----
 reportbug/submit.py        | 30 +++++++++++++------
 reportbug/ui/gtk2_ui.py    |  9 +++---
 reportbug/ui/text_ui.py    | 18 ++++++------
 reportbug/utils.py         | 55 ++++++++++++++++++++++++++---------
 setup.py                   |  2 +-
 test/test_checkversions.py |  2 +-
 test/test_debbugs.py       | 72 +++++++++++++++++++++++-----------------------
 test/test_utils.py         | 16 +++++------
 20 files changed, 214 insertions(+), 129 deletions(-)
 delete mode 100644 debian/source/options

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list