Your message dated Fri, 29 Dec 2017 04:50:24 +0000
with message-id <e1eumci-0003rw...@fasolo.debian.org>
and subject line Bug#849763: fixed in reportbug 7.1.8
has caused the Debian Bug report #849763,
regarding reportbug: aborts if you attempt to read "Common issues with 
reportbug:"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
849763: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849763
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 7.1.1
Severity: normal

Hi!
When trying to "reportbug reportbug", it displays a piece of text starting
with "Common issues with reportbug:".  The only way to continue I found is
to press 'q' immediately; any other keypress, such as scrolling, etc, that
can be used to read the rest of the text will appear to work, but once the
pager is finally done, reportbug will ask the next question:

.----
Briefly describe the problem (max. 100 characters allowed). This will be the 
bug email subject, so keep
the summary as concise as possible, for example: "fails to send email" or "does 
not start with -q option
specified" (enter Ctrl+c to exit reportbug without reporting a bug).
`----
and when I type anything and confirm with Enter,
.----
reportbug: exiting due to user interrupt.
`----


Meow!
-- Package-specific info:
** Environment settings:
EDITOR="jstar"
EMAIL="kilob...@angband.pl"
INTERFACE="text"

** /home/kilobyte/.reportbugrc:
reportbug_version "3.17"
mode advanced
ui text

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), 
(150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0+ (SMP w/6 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages reportbug depends on:
ii  apt                1.4~beta2
ii  python3-reportbug  7.1.1
pn  python3:any        <none>

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail                                 <none>
pn  debconf-utils                              <none>
ii  debsums                                    2.1.3
pn  dlocate                                    <none>
pn  emacs23-bin-common | emacs24-bin-common    <none>
ii  exim4                                      4.88-2
ii  exim4-daemon-light [mail-transport-agent]  4.88-2
ii  file                                       1:5.29-2
ii  gir1.2-gtk-3.0                             3.22.5-1
pn  gir1.2-vte-2.91                            <none>
ii  gnupg                                      2.1.17-2
ii  python3-gi                                 3.22.0-2
pn  python3-gtkspellcheck                      <none>
ii  python3-urwid                              1.3.1-2+b1
ii  xdg-utils                                  1.1.1-1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 7.1.8

We believe that the bug you reported is fixed in the latest version of
reportbug, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 849...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated reportbug package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 28 Dec 2017 23:25:43 -0500
Source: reportbug
Binary: reportbug python3-reportbug
Architecture: source all
Version: 7.1.8
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers <reportbug-maint@lists.alioth.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
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.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:
 a2a0567f6c0e867eea588a3f86005e3b92a4714d 1818 reportbug_7.1.8.dsc
 5a37448de289ef4a777065a3cab8b61f5a011db0 369944 reportbug_7.1.8.tar.xz
 f96526f7050214b73a1dcbdf889e7b7c2866356b 130416 python3-reportbug_7.1.8_all.deb
 143a36b32afb62f4d8370a29f5cfba7ac1bc867f 128512 reportbug_7.1.8_all.deb
 c04fbe7286aa5d9b7d9dc8549d15fa5a482085bb 7219 reportbug_7.1.8_amd64.buildinfo
Checksums-Sha256:
 6770032e1237534378e1f7d33fc51582a1c5c41e0b7a606347639eedb43b38b8 1818 
reportbug_7.1.8.dsc
 12cf48d3bdf60f0f9400c31cf7076ba3a5d445c20f47e6eba6924798ca02b0cd 369944 
reportbug_7.1.8.tar.xz
 f55a140f7dbbf71d383a9f4ba5db24ff4756aac500df74426a767571aef8af2c 130416 
python3-reportbug_7.1.8_all.deb
 ad3c6fa6162a862a48132e976eed21e249502f0cbe04e00ba9dce76df00ad29b 128512 
reportbug_7.1.8_all.deb
 335140ea5a521c3e468af09441c4c595a7271bf1b0b10921760dfccb357c49ae 7219 
reportbug_7.1.8_amd64.buildinfo
Files:
 872a8ae8a2827e9ec1e586f04d968fa0 1818 utils standard reportbug_7.1.8.dsc
 d33d99e01ac3457736e9d4ba42513779 369944 utils standard reportbug_7.1.8.tar.xz
 6a1ffcc9e641ae969b93a90ec0d33330 130416 python standard 
python3-reportbug_7.1.8_all.deb
 8fea5d646e5c2e143aedae8e29e356aa 128512 utils standard reportbug_7.1.8_all.deb
 1f875e506d281d40521188f8df7ce5ec 7219 utils standard 
reportbug_7.1.8_amd64.buildinfo

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAlpFxY0ACgkQh588mTgB
qU9BixAAz5Q8PL+Kg+NaVBMkIxLt5oLRLaM7aZk3YDsuNJdBMVqY9YYv94W1BSCr
pw9ycNpcpyAokfS5zGetGryxHFEkd0O+VEwCtbU8RukvqupaZPRtkNeVspioFNOr
xgDXCPNAjVcEc3P1gymZ+96CwDjp5/rW+QGIG3ZmuIas4fPd9ZfliAphEOzOqXEW
932W9SrDBJz15ShfKlGeqxmZaD1qIuXzCtEH931bArfZHw237QxSLEXzsYikr/cj
0jvNC7MDYS8QRe4y8sbqFUBaUnlPYEK9pNpZw4zfQzaUj//dAh5M2KIgCIC2KUYN
1zjP88o24Gt4qyA+Ok/5yFf3i3cveEuo7ZNXqij7n6mJdCCMAg5HGrnnSzSRWCNn
j6Fo1ujf69mm090Zx2XOacZXQl79crrBocxH/ajqqsNGym3ghb4kVoTGZgZh08mE
Rt5rqKZ8XN2nTxYRhXNl6rwADGRlR2ABfq6gA6wz2YVaPMU8olNMM2Nzl0IJRxyH
WhI5ZhZHnCLeqk2X75IU3bMbdsWaQIaWtB83aIW/qrsv52Rgqn2a5VdmkUnDc7kp
CZQksVG5j5WYfi4BWrEpMk5H9uuRwAkSKzbGsuwgV1ILESRT3HaD96gDin8rwdY6
ouioIhUKE4L3qqVl9/aw2CtNVMCaMRoZyeEJbiN/FUUiIqJdlMY=
=v+O4
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint

Reply via email to