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

Reply via email to