Your message dated Wed, 29 Mar 2017 05:55:00 +0000
with message-id <e10f1115-1314-baf3-5752-3423b8609...@thykier.net>
and subject line Re: Bug#858965: unblock: xfonts-wqy/1.0.0~rc1-6
has caused the Debian Bug report #858965,
regarding unblock: xfonts-wqy/1.0.0~rc1-6
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 ow...@bugs.debian.org
immediately.)


-- 
858965: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858965
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package xfonts-wqy to fix #858959, which does not remove
config file when purge. The debdiff is in attachment.


unblock xfonts-wqy/1.0.0~rc1-6

-- 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-03-23 09:25:56.000000000 
+0800
+++ xfonts-wqy-1.0.0~rc1/debian/changelog       2017-03-29 11:11:38.000000000 
+0800
@@ -1,3 +1,9 @@
+xfonts-wqy (1.0.0~rc1-6) unstable; urgency=medium
+
+  * Remove configure files correctly when purge (Closes: #858959).
+
+ -- ChangZhuo Chen (陳昌倬) <czc...@debian.org>  Wed, 29 Mar 2017 11:11:38 +0800
+
 xfonts-wqy (1.0.0~rc1-5) unstable; urgency=medium
 
   * Fix wrong config file symlink (Closes: #858471).
diff -Nru xfonts-wqy-1.0.0~rc1/debian/postrm xfonts-wqy-1.0.0~rc1/debian/postrm
--- xfonts-wqy-1.0.0~rc1/debian/postrm  2017-03-23 09:11:30.000000000 +0800
+++ xfonts-wqy-1.0.0~rc1/debian/postrm  2017-03-29 10:55:36.000000000 +0800
@@ -1,14 +1,15 @@
 #! /bin/sh
-
 set -e
 
+CONFAVAIL=/etc/fonts/conf.avail
 CONFDIR=/etc/fonts/conf.d
-wqy_prio="85-"
-wqy_conf="xfonts-wqy.conf"
+
+wqy_conf="85-xfonts-wqy-1.conf"
 
 case "$1" in
     purge)
-               rm $CONFDIR/$wqy_prio$wqy_conf 2>/dev/null || true
+        rm $CONFDIR/$wqy_conf 2>/dev/null || true
+        rm $CONFAVAIL/$wqy_conf 2>/dev/null || true
         ;;
 esac
 

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
ChangZhuo Chen (陳昌倬):
> Package: release.debian.org
> Severity: normal
> User: release.debian....@packages.debian.org
> Usertags: unblock
> 
> Please unblock package xfonts-wqy to fix #858959, which does not remove
> config file when purge. The debdiff is in attachment.
> 
> 
> unblock xfonts-wqy/1.0.0~rc1-6
> 
> [...]

Unblocked, thanks.

~Niels

--- End Message ---

Reply via email to