On Tue, 7 Jan 2020 13:43:29 +0100 =?UTF-8?Q?Christian_G=C3=B6ttsche?= <cgzo...@googlemail.com> wrote: > Unpacking fonts-noto-core (20200103-1) over (20181227-1) ...^M > ^[[1mdpkg:^[[0m error processing archive > /tmp/apt-dpkg-install-jG8reX/16-fonts-noto-core_20200103-1_all.deb > (--unpack):^M > trying to overwrite > '/usr/share/fonts/truetype/noto/NotoSansJavanese-Bold.ttf', which is > also in package fonts-noto-unhinted 20181227-1^M > ^[[1mdpkg-deb:^[[0m ^[[1;31merror:^[[0m paste subprocess was killed by > signal (Broken pipe)^M > > A follow up `apt upgrade` ran fine, seems a break declaration is missing.
If that moving of files between the packages was intentional (the changelog does not mention it), you need to add Breaks+Replaces: fonts-noto-unhinted (<< 20200103) to fonts-noto-core. Andreas