[Reportbug-maint] Bug#577986: [reportbug/master] only take file name and md5sum from Conffile from dpkg --status; thanks to all the reporters; Closes: #577986

Sandro Tosi morph at debian.org
Thu Apr 22 17:35:33 UTC 2010


tag 577986 pending
tag 577986 pending
thanks

Date:   Thu Apr 22 19:33:58 2010 +0200
Author: Sandro Tosi <morph at debian.org>
Commit ID: 2ad24947560a599805ce3ad55f5e560bb3d173a5
Commit URL: http://git.debian.org/?p=reportbug/reportbug.git;a=commitdiff;h=2ad24947560a599805ce3ad55f5e560bb3d173a5
Patch URL: http://git.debian.org/?p=reportbug/reportbug.git;a=commitdiff_plain;h=2ad24947560a599805ce3ad55f5e560bb3d173a5

    only take file name and md5sum from Conffile from dpkg --status; thanks to all the reporters; Closes: #577986

    dpkg --status now also report an optional third value for Conffiles, 'obsolete':

    $ dpkg --status xfonts-mathml
    ...
    Conffiles:
     /etc/X11/fonts/Type1/xfonts-mathml.scale 3928791fa92cf3bd6597c3fe224379c6
     /etc/defoma/hints/xfonts-mathml.hints a5984e4966b881253e223e327acddfb4 obsolete
    ...

    Given how the parse was done, the third param is still recognized and passed to
    code that expects only 2 values, when there are in fact 3.

    With this patch, only the first 2 values are taken.
      





More information about the Reportbug-maint mailing list