Your message dated Mon, 03 Aug 2015 21:31:25 +0000
with message-id <e1zmnkp-0006kx...@franck.debian.org>
and subject line Bug#683116: fixed in reportbug 6.6.4
has caused the Debian Bug report #683116,
regarding reportbug: Fails to include description in wnpp bugs
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.)


-- 
683116: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683116
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 6.4
Severity: minor

Hi,

Reportbug fails to include full description for wnpp bugs, e.g.:

  Package: wnpp
  Severity: normal

  I intend to orphan the subcommander package.

  The package description is:
   uitoolkit::qt, x11::application

apt-cache switch some time ago from Description to  Description-??, and
I think this is the cause of the bug:
  [18]/tmp> apt-cache show subcommander | grep Description
  Description-en: Graphical client for Subversion
  Description-md5: 1b1931be84332c697ecb94b0d2ed2637
  Description-en: Graphical client for Subversion

Regards,
robert



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (200, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt               0.9.7.3
ii  python            2.7.3-2
ii  python-reportbug  6.4

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail                               <none>
ii  debconf-utils                            1.5.45
ii  debsums                                  2.0.52
ii  dlocate                                  1.02
pn  emacs22-bin-common | emacs23-bin-common  <none>
ii  file                                     5.11-2
ii  gnupg                                    1.4.12-4+b1
ii  pgpgpg [pgp]                             0.13-9
ii  postfix [mail-transport-agent]           2.9.3-2+b1
ii  python-gtk2                              2.24.0-3
pn  python-gtkspell                          <none>
ii  python-urwid                             1.0.2-1
ii  python-vte                               1:0.28.2-5
ii  xdg-utils                                1.1.0~rc1+git20111210-6

Versions of packages python-reportbug depends on:
ii  apt               0.9.7.3
ii  python            2.7.3-2
ii  python-debian     0.1.21
ii  python-debianbts  1.11
ii  python-support    1.0.15

python-reportbug suggests no packages.

-- Configuration Files:
/etc/reportbug.conf changed [not included]

-- no debconf information

--- End Message ---
--- Begin Message ---
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 683...@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 of singular they in RFH description; thanks to Doug Torrance 
for
       the report; Closes: #776015
     - clarify the menu for partial/all archs for binNMUs and RMs; thanks to
       Kamaraju Kusumanchi for the report; Closes: #773606
     - clarify to not select any item in the suite menu for ftp.debian.org to
       choose 'unstable', that should work on every UI available; thanks to
       Rafael Laboissiere for the report; Closes: #765546
     - extend release.d.o binNMUs handling to include a menu to request the 
suite
       the binNMU is for; thanks to Andreas Beckmann for the report and Niels
       Thykier, Adam D. Barratt from release team for help; Closes: #769355
   * share/script
     - report PAGER environment variable when filing a bug against reportbug
   * reportbug/ui/gtk2_ui.py
     - correctly acquire GDK mutual exclusion lock
   * reportbug/submit.py
     - correctly handle the case where there is not MTA or smtphost defined;
       Closes: #782319, #780825, #769055
     - use ui.final_message() when printing the last message and then exit
   * bin/reportbug
     - suggest to contact Debian support channels when reporting bugs against
       generic packages; thanks to Tomas Pospisek for the patch; Closes: #661563
     - set default encoding to UTF-8, should prevent all the 
"UnicodeDecodeError:
       'ascii' codec can't decode" bugs; Closes: #769013, #739507, #761367,
       #771833, #672487, #739507, #612712, #690882, #779200, #642096, #666116
     - --tag cli option now correctly generates the list of available tags based
       on the selected mode, which includes 'security'; Closes: #685826
   * reportbug/{debbugs.py, ui/text_ui.py}, test/test_{debbugs.py, urlutils.py}
     - use HTTPS when connecting to Debian BTS
   * bin/reportbug, reportbug/ui/urwid_ui.py
     - make the Cancel button in Urwid interface works for tags and severity
       lists; thanks to Ryan Kavanagh for report and patch; Closes: #702521
   * reportbug/utils.py
     - support LANG declined Description-xx field in package information; thanks
       to Robert Luberda for the report; Closes: #683116
   * bin/reportbug, man/reportbug.1
     - add --{no-}security-team, to declare to send (or not) the report only to
       the security team since it is (or not) an undisclosed vulnerability;
       Closes: #685829
   * bin/reportbug, reportbug/debbugs.py
     - remove 'base' pseudo-package, to be deprecated in BTS too; Closes: 
#761206
Checksums-Sha1:
 b679edededd7ec31896c14a29f00c03713545be9 1845 reportbug_6.6.4.dsc
 40b672d9c7f0f3bc9cfefae1051218377585e34a 270207 reportbug_6.6.4.tar.bz2
 7246a500290fa4974a26c356ffdf8cc548b0b474 126892 python-reportbug_6.6.4_all.deb
 6d01f378e386b2148f181bd5f3ac6f22dedfa355 124502 reportbug_6.6.4_all.deb
Checksums-Sha256:
 3c259c23a370c4118769721caecc4b1549bdf03c2bfd0556943d079a03e60057 1845 
reportbug_6.6.4.dsc
 6484a59cc6cc02d4f27d3f6611a5232ec74b3c443529bf2702f0da45e06cf7b3 270207 
reportbug_6.6.4.tar.bz2
 0eed60846d81045fdb33c239a603cff967ef27b6a8d22e6f7200c40540eabe56 126892 
python-reportbug_6.6.4_all.deb
 26e132bd42233479bde6094412fd145cd633c6b5af4abd83558be0bbf7809891 124502 
reportbug_6.6.4_all.deb
Files:
 409257f7be7d68afbc42ab2f5cc714d3 1845 utils standard reportbug_6.6.4.dsc
 a10ce59e2a4ec0175124fb2ca60d2646 270207 utils standard reportbug_6.6.4.tar.bz2
 6c866457657b8b6e76e4b34d2d5072ad 126892 python standard 
python-reportbug_6.6.4_all.deb
 f35ca0b27fa715f2a2a11c6bb0557a3b 124502 utils standard reportbug_6.6.4_all.deb

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

iQIcBAEBCAAGBQJVv8WUAAoJEIefPJk4AalPs/IQAMFCrck+Ue/i8716bZvoV/IH
ieQA74MWieuSn1COUpsIud+Zz5MbTeKmPoQ1yac/Wn/8uhP7ZUjZ2xR8Jd9r/ZhY
ZC+ouBsXMfen2jcjEv8iJZFMS39LGv8nUOdjarm5VGSxJAwAU/OOk0ZxCMI+XZWo
/dU53mYhw1A3GbXXDpBC5Z3IaybjtU6sopMYNSBwYlQE6u093fX6Yt5E8gq9xof6
vA85wXZ10WUS20y0OBr8qagKGIOueQSOTs3xkxkw0UhPKuLAEflS/9clIPhLd/20
LZmLjZN1jQgSPvQdZAq0AkhVjCx677HiDThY4hPkw22tBPWWU00yPdFeBdYiDXVQ
vHya74xSCh6LvHCdPzAPMWBTA4G4rUp+t2n9qcXwLTe1tp9EhmNRbG+WAwbvL25E
RHAVjAMYSL97l0jQfzyA6Zc3F6z8MXWR2c4mDFs5LiFYwElLr9PEkINdBiU93WuU
Y9Wb1OVHEFjZVTQc8XZqrQjyP8kt13Wwf8atkFo1hhr1WZb58soeMEjsD+YbLh+1
fXIsM4GWYxLQy3RaA6zI6FOVjozdkFS3DUab535ko+idJu4cq2u4GqKKC+dKMHKc
iXw2LKoV/h+d9vavBTNUWx4Pj/UIDvUigmfiQl3fkNAP52axl6QPCksdDjpCjoU+
8F35CGXl5w5nzVipvoKh
=DL48
-----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