Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package xfonts-wqy to fix #858471. This version fix the wrong symlink for config file. unblock xfonts-wqy/1.0.0~rc1-5 -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) -- ChangZhuo Chen (陳昌倬) czchen@{czchen,debian}.org http://czchen.info/ Key fingerprint = BA04 346D C2E1 FE63 C790 8793 CC65 B0CD EC27 5D5B
diff -Nru xfonts-wqy-1.0.0~rc1/debian/changelog xfonts-wqy-1.0.0~rc1/debian/changelog --- xfonts-wqy-1.0.0~rc1/debian/changelog 2017-01-20 11:52:21.000000000 +0800 +++ xfonts-wqy-1.0.0~rc1/debian/changelog 2017-03-23 09:25:56.000000000 +0800 @@ -1,3 +1,9 @@ +xfonts-wqy (1.0.0~rc1-5) unstable; urgency=medium + + * Fix wrong config file symlink (Closes: #858471). + + -- ChangZhuo Chen (陳昌倬) <czc...@debian.org> Thu, 23 Mar 2017 09:25:56 +0800 + xfonts-wqy (1.0.0~rc1-4) unstable; urgency=medium * Rename /etc/fonts/conf.avail/85-xfonts-wqy.conf to fix wrongly placed diff -Nru xfonts-wqy-1.0.0~rc1/debian/postinst xfonts-wqy-1.0.0~rc1/debian/postinst --- xfonts-wqy-1.0.0~rc1/debian/postinst 2015-09-17 21:24:36.000000000 +0800 +++ xfonts-wqy-1.0.0~rc1/debian/postinst 2017-03-23 09:24:24.000000000 +0800 @@ -16,11 +16,18 @@ enable_wqy="$RET" wqy_old_conf="70-debconf-wqy.conf" - wqy_conf="85-xfonts-wqy.conf" + wqy_old_conf_2="85-xfonts-wqy.conf" + wqy_conf="85-xfonts-wqy-1.conf" if [ -h $CONFDIR/$wqy_old_conf ]; then rm -f $CONFDIR/$wqy_old_conf - elif [ -h $CONFDIR/$wqy_conf ]; then + fi + + if [ -h $CONFDIR/$wqy_old_conf_2 ]; then + rm -f $CONFDIR/$wqy_old_conf_2 + fi + + if [ -h $CONFDIR/$wqy_conf ]; then rm -f $CONFDIR/$wqy_conf fi
signature.asc
Description: PGP signature