Package: ttf-wqy-microhei Version: 0.2.0-beta-1 Followup-For: Bug #660060 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch
Hi Zhengpeng, In order to try to get defoma and x-ttcidfont-conf out of main for precise, I've uploaded the package to Ubuntu with the attached patch. Please consider applying it in Debian as well. Note that this also drops the maintainer scripts, because they're not needed - fontconfig uses triggers to automatically pick up new fonts. Thanks for considering the patch. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2009-05-28 21:26:39 +0000 +++ debian/control 2012-04-16 18:12:00 +0000 @@ -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 === removed file 'debian/postinst' --- debian/postinst 2009-05-28 21:26:39 +0000 +++ debian/postinst 1970-01-01 00:00:00 +0000 @@ -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 === removed file 'debian/prerm' --- debian/prerm 2009-05-28 21:26:39 +0000 +++ debian/prerm 1970-01-01 00:00:00 +0000 @@ -1,4 +0,0 @@ -#!/bin/sh -set -e - -#DEBHELPER#