[Reportbug-maint] Bug#739507: marked as done (UnicodeEncodeError: 'ascii' codec can't encode character)

2015-08-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Aug 2015 21:31:25 +
with message-id e1zmnkp-0006l1...@franck.debian.org
and subject line Bug#739507: fixed in reportbug 6.6.4
has caused the Debian Bug report #739507,
regarding UnicodeEncodeError: 'ascii' codec can't encode character
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.)


-- 
739507: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739507
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: reportbug
Version: 6.5.0

When I invoke `reportbug --configure` and I have to configure a real
name, reportbug prints the following output and quit right after that:

 What real name should be used for sending bug reports?
 [naar] LaNaar Dakoté
   Traceback (most recent call last):
   File /usr/bin/reportbug, line 2209, in module
 main()
   File /usr/bin/reportbug, line 1079, in main
 return iface.user_interface()
   File /usr/bin/reportbug, line 1101, in user_interface
 offer_configuration(self.options)
   File /usr/bin/reportbug, line 576, in offer_configuration
 realname = realname.decode(charset, 'replace')
   File /usr/lib/python2.7/encodings/utf_8.py, line 16, in decode
 return codecs.utf_8_decode(input, errors, True)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
position 12: ordinal not in range(128)


---
-- Package-specific info:

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt   0.9.7.9+deb7u1
ii  python2.7.5-5
ii  python-reportbug  6.5.0

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail none
pn  debconf-utils  none
pn  debsumsnone
pn  dlocatenone
pn  emacs22-bin-common | emacs23-bin-commonnone
ii  exim4  4.80-7
ii  exim4-daemon-light [mail-transport-agent]  4.80-7
ii  file   5.11-2+deb7u1
ii  gnupg  1.4.12-7+deb7u3
pn  python-gtk2none
pn  python-gtkspellnone
pn  python-urwid   none
pn  python-vte none
pn  xdg-utils  none

Versions of packages python-reportbug depends on:
ii  apt   0.9.7.9+deb7u1
ii  python2.7.5-5
ii  python-debian 0.1.21
ii  python-debianbts  1.11
ii  python-support1.0.15

python-reportbug suggests no packages.

-- no debconf information



signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
Source: reportbug
Source-Version: 6.6.4

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 739...@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: Mon, 03 Aug 2015 20:46:01 +0100
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 6.6.4
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers reportbug-maint@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description:
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 612712 642096 661563 666116 672487 683116 685826 685829 690882 702521 
739507 761206 761367 765546 769013 769055 769355 771833 773606 776015 779200 
780825 782319
Changes:
 reportbug (6.6.4) unstable; urgency=medium
 .
   * reportbug/debbugs.py
 - fix usage 

[Reportbug-maint] Bug#739507: marked as done (UnicodeEncodeError: 'ascii' codec can't encode character)

2015-08-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Aug 2015 21:31:25 +
with message-id e1zmnkp-0006kl...@franck.debian.org
and subject line Bug#666116: fixed in reportbug 6.6.4
has caused the Debian Bug report #666116,
regarding UnicodeEncodeError: 'ascii' codec can't encode character
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.)


-- 
666116: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666116
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: reportbug
Version: 6.5.0

When I invoke `reportbug --configure` and I have to configure a real
name, reportbug prints the following output and quit right after that:

 What real name should be used for sending bug reports?
 [naar] LaNaar Dakoté
   Traceback (most recent call last):
   File /usr/bin/reportbug, line 2209, in module
 main()
   File /usr/bin/reportbug, line 1079, in main
 return iface.user_interface()
   File /usr/bin/reportbug, line 1101, in user_interface
 offer_configuration(self.options)
   File /usr/bin/reportbug, line 576, in offer_configuration
 realname = realname.decode(charset, 'replace')
   File /usr/lib/python2.7/encodings/utf_8.py, line 16, in decode
 return codecs.utf_8_decode(input, errors, True)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
position 12: ordinal not in range(128)


---
-- Package-specific info:

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt   0.9.7.9+deb7u1
ii  python2.7.5-5
ii  python-reportbug  6.5.0

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail none
pn  debconf-utils  none
pn  debsumsnone
pn  dlocatenone
pn  emacs22-bin-common | emacs23-bin-commonnone
ii  exim4  4.80-7
ii  exim4-daemon-light [mail-transport-agent]  4.80-7
ii  file   5.11-2+deb7u1
ii  gnupg  1.4.12-7+deb7u3
pn  python-gtk2none
pn  python-gtkspellnone
pn  python-urwid   none
pn  python-vte none
pn  xdg-utils  none

Versions of packages python-reportbug depends on:
ii  apt   0.9.7.9+deb7u1
ii  python2.7.5-5
ii  python-debian 0.1.21
ii  python-debianbts  1.11
ii  python-support1.0.15

python-reportbug suggests no packages.

-- no debconf information



signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
Source: reportbug
Source-Version: 6.6.4

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 666...@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: Mon, 03 Aug 2015 20:46:01 +0100
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 6.6.4
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers reportbug-maint@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description:
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 612712 642096 661563 666116 672487 683116 685826 685829 690882 702521 
739507 761206 761367 765546 769013 769055 769355 771833 773606 776015 779200 
780825 782319
Changes:
 reportbug (6.6.4) unstable; urgency=medium
 .
   * reportbug/debbugs.py
 - fix usage 

[Reportbug-maint] Bug#739507: marked as done (UnicodeEncodeError: 'ascii' codec can't encode character)

2015-08-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Aug 2015 21:31:25 +
with message-id e1zmnkp-0006kp...@franck.debian.org
and subject line Bug#690882: fixed in reportbug 6.6.4
has caused the Debian Bug report #690882,
regarding UnicodeEncodeError: 'ascii' codec can't encode character
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.)


-- 
690882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: reportbug
Version: 6.5.0

When I invoke `reportbug --configure` and I have to configure a real
name, reportbug prints the following output and quit right after that:

 What real name should be used for sending bug reports?
 [naar] LaNaar Dakoté
   Traceback (most recent call last):
   File /usr/bin/reportbug, line 2209, in module
 main()
   File /usr/bin/reportbug, line 1079, in main
 return iface.user_interface()
   File /usr/bin/reportbug, line 1101, in user_interface
 offer_configuration(self.options)
   File /usr/bin/reportbug, line 576, in offer_configuration
 realname = realname.decode(charset, 'replace')
   File /usr/lib/python2.7/encodings/utf_8.py, line 16, in decode
 return codecs.utf_8_decode(input, errors, True)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
position 12: ordinal not in range(128)


---
-- Package-specific info:

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt   0.9.7.9+deb7u1
ii  python2.7.5-5
ii  python-reportbug  6.5.0

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail none
pn  debconf-utils  none
pn  debsumsnone
pn  dlocatenone
pn  emacs22-bin-common | emacs23-bin-commonnone
ii  exim4  4.80-7
ii  exim4-daemon-light [mail-transport-agent]  4.80-7
ii  file   5.11-2+deb7u1
ii  gnupg  1.4.12-7+deb7u3
pn  python-gtk2none
pn  python-gtkspellnone
pn  python-urwid   none
pn  python-vte none
pn  xdg-utils  none

Versions of packages python-reportbug depends on:
ii  apt   0.9.7.9+deb7u1
ii  python2.7.5-5
ii  python-debian 0.1.21
ii  python-debianbts  1.11
ii  python-support1.0.15

python-reportbug suggests no packages.

-- no debconf information



signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
Source: reportbug
Source-Version: 6.6.4

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 690...@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: Mon, 03 Aug 2015 20:46:01 +0100
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 6.6.4
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers reportbug-maint@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description:
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 612712 642096 661563 666116 672487 683116 685826 685829 690882 702521 
739507 761206 761367 765546 769013 769055 769355 771833 773606 776015 779200 
780825 782319
Changes:
 reportbug (6.6.4) unstable; urgency=medium
 .
   * reportbug/debbugs.py
 - fix usage