Your message dated Thu, 23 Mar 2017 08:26:32 +0000 with message-id <E1cqy4m-0001xo-Sy@respighi.debian.org> and subject line unblock xfonts-wqy has caused the Debian Bug report #858522, regarding unblock: xfonts-wqy/1.0.0~rc1-5 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 858522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858522 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: xfonts-wqy/1.0.0~rc1-5
- From: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
- Date: Thu, 23 Mar 2017 09:59:25 +0800
- Message-id: <[🔎] 20170323015925.asru3ba2czjgwstb@gmail.com>
Package: release.debian.org Severity: normal User: release.debian.org@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 5D5Bdiff -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 (陳昌倬) <czchen@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 fiAttachment: signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
- To: 858522-done@bugs.debian.org
- Subject: unblock xfonts-wqy
- From: Emilio Pozuelo Monfort <pochu@respighi.debian.org>
- Date: Thu, 23 Mar 2017 08:26:32 +0000
- Message-id: <E1cqy4m-0001xo-Sy@respighi.debian.org>
Unblocked.
--- End Message ---