diff -u ttf-wqy-microhei-0.2.0-beta/debian/changelog ttf-wqy-microhei-0.2.0-beta/debian/changelog --- ttf-wqy-microhei-0.2.0-beta/debian/changelog +++ ttf-wqy-microhei-0.2.0-beta/debian/changelog @@ -1,3 +1,10 @@ +ttf-wqy-microhei (0.2.0-beta-1ubuntu1) precise; urgency=low + + * Drop recommends on x-ttcidfont-conf, which is obsolete. Closes: #660060. + * Drop obsolete maintainer scripts; fontconfig uses triggers. + + -- Steve Langasek Mon, 16 Apr 2012 11:16:07 -0700 + ttf-wqy-microhei (0.2.0-beta-1) unstable; urgency=low * Initial release. (Closes: #530935) diff -u ttf-wqy-microhei-0.2.0-beta/debian/control ttf-wqy-microhei-0.2.0-beta/debian/control --- ttf-wqy-microhei-0.2.0-beta/debian/control +++ ttf-wqy-microhei-0.2.0-beta/debian/control @@ -8,7 +8,7 @@ Package: ttf-wqy-microhei Architecture: all -Recommends: x-ttcidfont-conf (>= 10), fontconfig (>= 2.3.1-1) +Recommends: fontconfig (>= 2.3.1-1) Description: A droid derived Sans-Seri style CJK font WenQuanYi Micro Hei font family is a Sans-Serif style (also known as Hei, Gothic or Dotum among the Chinese/Japanese/Korean users) high quality reverted: --- ttf-wqy-microhei-0.2.0-beta/debian/postinst +++ ttf-wqy-microhei-0.2.0-beta.orig/debian/postinst @@ -1,11 +0,0 @@ -#!/bin/sh - -#DEBHELPER# - -if [ "$1" = configure -a -x /usr/bin/fc-cache ]; then - echo -n "Regenerating fonts cache... " - HOME=/root fc-cache -f -v 1>/var/log/fontconfig.log 2>&1 || \ - (echo "failed; see /var/log/fontconfig.log for more information."; \ - exit 1) - echo "done." -fi reverted: --- ttf-wqy-microhei-0.2.0-beta/debian/prerm +++ ttf-wqy-microhei-0.2.0-beta.orig/debian/prerm @@ -1,4 +0,0 @@ -#!/bin/sh -set -e - -#DEBHELPER#