Again, the content on both my Testing host and my Unstable chroot
regularly get updated. They essentially track a rolling distribution,
one at testing, one at unstable. The test case in neither case is
stable to testing.

$ dpkg-query -W -f='${Conffiles}\n'  mime-support
 /etc/mime.types f4631d08bcc92bf2dde274696d7b4b35 obsolete
 /etc/mailcap.order ba07e08a7fe3741d0b8339127963190e obsolete
$ dpkg-query -W -f='${Conffiles}\n' media-types
 /etc/mime.types 43fa90aa9a5e009997f451be169ac530
$ dpkg-query -W -f='${Conffiles}\n'  mailcap
 /etc/mailcap.order ba07e08a7fe3741d0b8339127963190e

The specific command I used is this:

dpkg-query --show --showformat='${Conffiles}\n' | grep obsolete

Martin-Éric

la 2. tammik. 2021 klo 12.06 Charles Plessy (ple...@debian.org) kirjoitti:
>
> Le Sat, Jan 02, 2021 at 10:00:51AM +0200, Martin-Éric Racine a écrit :
> >
> > The issue can be reproduced both on my Testing host and in an Unstable
> > chroot that regularly gets updated.
>
> Thanks for the quick answer; can you give details on the commands you ran ?
>
> On my side:
>
> $ sudo debootstrap stable testMimeSupportUPdate http://deb.debian.org/debian
> $ sudo chroot testMimeSupportUPdate
> # apt install mime-support
> # dpkg-query -W -f='${Conffiles}\n'  mime-support
>  /etc/mime.types 0d516753aee0a2c670c79667aad0c836
>  /etc/mailcap.order ba07e08a7fe3741d0b8339127963190e
> # nano /etc/apt/sources.list # change stable to unstable
> # apt update
> # apt dist-upgrade
> # dpkg-query -W -f='${Conffiles}\n' | command grep 'obsolete$'
>  /etc/calendar/default f499e79b0d2d685aa5ae7e1013940b96 obsolete
>  /etc/mime.types 0d516753aee0a2c670c79667aad0c836 obsolete
>  /etc/mailcap.order ba07e08a7fe3741d0b8339127963190e obsolete
> # dpkg-query -W -f='${Conffiles}\n' media-types
>  /etc/mime.types 43fa90aa9a5e009997f451be169ac530
> # md5sum /etc/mime.types
> 43fa90aa9a5e009997f451be169ac530  /etc/mime.types
> # dpkg-query -W -f='${Conffiles}\n'  mailcap
>  /etc/mailcap.order ba07e08a7fe3741d0b8339127963190e
> # dpkg-query -W -f='${Conffiles}\n'  mime-support
>  /etc/mime.types 0d516753aee0a2c670c79667aad0c836 obsolete
>  /etc/mailcap.order ba07e08a7fe3741d0b8339127963190e obsolete
>
> With this chain of events, the obsolete conffiles belong to
> mime-support.
>
> Cheers,
>
> --
> Charles Plessy                         Nagahama, Yomitan, Okinawa, Japan
> Tooting from work,           https://mastodon.technology/@charles_plessy
> Tooting from home,                 https://framapiaf.org/@charles_plessy

Reply via email to