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