Hi,

Sorry, in last mail I attached a patch whose postinst is broken.
Please use this one instead,

Thanks.

On Nov 11, 2007 4:51 PM, Kov Chai <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have another patch based on Xiyue's work which involves some other
> changes in it:
>   * debian/control:
>     - split Build-Depends and Build-Depends-Indep
>   * debian/rules:
>     - drop fontconvert.sh
>     - use upstream's Makefile
>   * debian/copyright:
>     - update copyright holder
>   * Debconf templates translations:
>     - German added. Closes: #408862
>     - Portuguese added. Closes: #426454
>     - Italian added. Closes: #427207
>
> N.B. the `copyright holder' part is still waiting for confirmation
> from Qianqian Fang.
>
> --
> Regards
> Kov Chai
>



-- 
Regards
Kov Chai

Attachment: xfonts-wqy_0.9.9-0.1.dsc
Description: Binary data

--- xfonts-wqy-0.9.9-0.orig/debian/postrm
+++ xfonts-wqy-0.9.9-0/debian/postrm
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+set -e
+
+CONFDIR=/etc/fonts/conf.d
+wqy_conf="85-xfonts-wqy.conf"
+
+case "$1" in
+    purge)
+		rm $CONFDIR/$wqy_conf 2>/dev/null || true
+        ;;
+esac
+
+#DEBHELPER#
--- xfonts-wqy-0.9.9-0.orig/debian/postinst
+++ xfonts-wqy-0.9.9-0/debian/postinst
@@ -0,0 +1,40 @@
+#! /bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+CONFAVAIL=/etc/fonts/conf.avail
+CONFDIR=/etc/fonts/conf.d
+
+db_get xfonts-wqy/enable_wqy
+enable_wqy="$RET"
+
+wqy_old_conf="70-debconf-wqy.conf"
+wqy_conf="85-xfonts-wqy.conf"
+
+if [ -h $CONFDIR/$wqy_old_conf ]; then
+	rm $CONFDIR/$wqy_old_conf
+elif [ -h $CONFDIR/$wqy_conf]; then
+        rm $CONFDIR/$wqy_conf
+fi
+
+case "$enable_wqy" in
+"true")
+	ln -s $CONFAVAIL/$wqy_conf $CONFDIR
+	;;
+*)
+	;;
+esac
+
+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
+
+#DEBHELPER#
--- xfonts-wqy-0.9.9-0.orig/debian/template-file
+++ xfonts-wqy-0.9.9-0/debian/template-file
@@ -0,0 +1 @@
+123
--- xfonts-wqy-0.9.9-0.orig/debian/rules
+++ xfonts-wqy-0.9.9-0/debian/rules
@@ -0,0 +1,54 @@
+#! /usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	sh debian/fontconverter.sh
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_clean
+
+	chmod +w debian/po/*.po
+	debconf-updatepo
+
+	rm -f $(CURDIR)/*.pcf*
+	rm -f build-stamp
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean
+	dh_installdirs
+
+	install -Dm0644 $(CURDIR)/*.pcf \
+		$(CURDIR)/debian/xfonts-wqy/usr/share/fonts/X11/misc/
+
+	install -m0644 $(CURDIR)/fonts.alias \
+		$(CURDIR)/debian/xfonts-wqy/etc/X11/fonts/misc/xfonts-wqy.alias
+
+	install -m0644 $(CURDIR)/85-wqy-bitmapsong.conf \
+		$(CURDIR)/debian/xfonts-wqy/etc/fonts/conf.avail/85-xfonts-wqy.alias
+
+binary: binary-indep
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs ChangeLog
+	dh_installxfonts
+	dh_installdebconf
+	dh_compress -Xpcf
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:
+
+.PHONY: build clean install binary binary-indep binary-arch
--- xfonts-wqy-0.9.9-0.orig/debian/compat
+++ xfonts-wqy-0.9.9-0/debian/compat
@@ -0,0 +1 @@
+5
--- xfonts-wqy-0.9.9-0.orig/debian/changelog
+++ xfonts-wqy-0.9.9-0/debian/changelog
@@ -0,0 +1,86 @@
+xfonts-wqy (0.9.9-0-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream release. (Closes: #429901) 
+  * Don't compress fonts to gain better performance. (Closes: #384149)
+
+ -- Deng Xiyue <[EMAIL PROTECTED]>  Mon, 05 Nov 2007 15:48:54 +0800
+
+xfonts-wqy (0.7.0-6-1.2) unstable; urgency=low
+
+  * Non-maintainer upload to fix longstanding l10n issues
+  * Debconf templates translations:
+    - Swedish added. Closes: #387511
+    - French added. Closes: #378503
+    - Czech added. Closes: #382929
+    - Dutch added. Closes: #382941
+
+ -- Christian Perrier <[EMAIL PROTECTED]>  Thu, 18 Jan 2007 20:38:41 +0100
+
+xfonts-wqy (0.7.0-6-1.1) unstable; urgency=low
+
+  * NMU
+  * Build against new version of debhelper (Closes: #378007)
+
+ -- Cai Qian <[EMAIL PROTECTED]>  Sat, 17 July 2006 22:13:50 +0100
+
+xfonts-wqy (0.7.0-6-1) unstable; urgency=low
+
+  * Newest upstream is 0.7.0-4, higher number to avoid package
+    version conflict.
+  * Acknowledge NMU, thanks Cai Qian.
+  * Revert back to bdf source package, and bring fontconvert
+    script and xutils dependency back.
+  * Use debconf to switch xfonts-wqy in fontconfig.
+  * Add gbk encoding alias to avoid slowness in wine app, thanks
+    Huang Jiahua.
+  * debian/compat : move DH_COMPAT out of rules.
+
+ -- Carlos Z.F. Liu <[EMAIL PROTECTED]>  Mon,  3 Jul 2006 20:00:45 +1200
+
+xfonts-wqy (0.7.0-5-1) unstable; urgency=low
+
+  * Upload PCF version (Closes: #370708)
+
+ -- Cai Qian <[EMAIL PROTECTED]>  Sat, 10 Jun 2006 22:13:50 +0100
+
+xfonts-wqy (0.7.0-4-1) unstable; urgency=low
+
+  * New upstream release (Closes: #369184)
+  * Depends on DH 5.0.31, and xfonts-utils. Change installed font
+    path. (Closes: #362405)
+  * build depends on debhelper, as we have the clean target.
+  * Drop override file, fontconvert script and xutils dependency.
+  * Add Co-Maintainer
+
+ -- Cai Qian <[EMAIL PROTECTED]>  Mon, 29 May 2006 13:02:08 +0100
+
+xfonts-wqy (0.6.0-1) unstable; urgency=low
+
+  * New upstream release
+  * First official Debian package. (Closes: #315851)
+  * Drop the ptSz patch. The problem was fixed in upstream
+  * debian/xfonts-wqy.overrides:
+    - prevent lintian's "packages-installs-file-to-usr-x11r6" error
+  * debian/copyright:
+    - change to new FSF address.
+
+ -- Carlos Z.F. Liu <[EMAIL PROTECTED]>  Tue,  4 Oct 2005 23:29:42 +1300
+
+xfonts-wqy (0.5.0-3) unstable; urgency=low
+
+  * debian/control : build depend on utils (>> 4.0.3)
+
+ -- Carlos Z.F. Liu <[EMAIL PROTECTED]>  Thu,  7 Jul 2005 01:20:09 +1200
+
+xfonts-wqy (0.5.0-2) unstable; urgency=low
+
+  * Fix wrong ptSz setting for 9, 10 and 11 pt.
+
+ -- Carlos Z.F. Liu <[EMAIL PROTECTED]>  Wed, 29 Jun 2005 00:45:21 +1200
+
+xfonts-wqy (0.5.0-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Carlos Z.F. Liu <[EMAIL PROTECTED]>  Mon, 27 Jun 2005 01:42:03 +1200
--- xfonts-wqy-0.9.9-0.orig/debian/fontconverter.sh
+++ xfonts-wqy-0.9.9-0/debian/fontconverter.sh
@@ -0,0 +1 @@
+for i in `find . -name "*.bdf"`;do bdftopcf $i -o `echo $i | sed 's#.bdf#.pcf#'`;done
--- xfonts-wqy-0.9.9-0.orig/debian/po/zh_CN.po
+++ xfonts-wqy-0.9.9-0/debian/po/zh_CN.po
@@ -0,0 +1,35 @@
+# Simplified Chinese translation for xfonts-wqy debconf msg.
+# Copyright (C) 2006 Carlos Z.F. Liu
+# This file is distributed under the same license as the xfonts-wqy package.
+# Carlos Z.F. Liu <[EMAIL PROTECTED]>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfonts-wqy 0.7.0-5-2\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2006-07-15 01:12+0100\n"
+"PO-Revision-Date: 2006-07-04 02:33+1200\n"
+"Last-Translator: Carlos Z.F. Liu <[EMAIL PROTECTED]>\n"
+"Language-Team: Debian Chinese [GB] <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Enable WenQuanYi font in fontconfig?"
+msgstr "在 fontconfig 中启用文泉驿字体吗?"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"By default, bitmapped fonts are disabled in fontconfig setting because they "
+"are often lower quality. Enabling this option will bypass the system wide "
+"fontconfig setting and allow applications to use WenQuanYi font without "
+"affecting other bitmapped fonts."
+msgstr ""
+"由于点阵字体的显示质量较差,fontconfig 的缺省设置关闭了对它们的支持。通过开启"
+"此选项,您将能在不影响其它点阵字体的情况下,绕过 fontconfig 的全局设置让应用"
+"程序能使用文泉驿字体。"
--- xfonts-wqy-0.9.9-0.orig/debian/po/nl.po
+++ xfonts-wqy-0.9.9-0/debian/po/nl.po
@@ -0,0 +1,50 @@
+# translation of xfonts-wqy_0.7.0-6-1.1_templates.po to debian-l10n-dutch
+# This file is distributed under the same license as the xfonts-wqy package.
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans#
+#    Developers do not need to manually edit POT or PO files.
+#
+# Kurt De Bree <[EMAIL PROTECTED]>, 2006
+# This is an unofficial translation
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfonts-wqy_0.7.0-6-1.1_nl\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2006-07-15 01:12+0100\n"
+"PO-Revision-Date: 2006-08-07 17:50+0200\n"
+"Last-Translator: Kurt De Bree <[EMAIL PROTECTED]>\n"
+"Language-Team: debian-l10n-dutch <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.10.2\n"
+"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Enable WenQuanYi font in fontconfig?"
+msgstr "WenQuanYi lettertype in fontconfig activeren?"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"By default, bitmapped fonts are disabled in fontconfig setting because they "
+"are often lower quality. Enabling this option will bypass the system wide "
+"fontconfig setting and allow applications to use WenQuanYi font without "
+"affecting other bitmapped fonts."
+msgstr ""
+"Standaard zijn bitmap-lettertypen in fontconfig niet geactiveerd, daar deze "
+"vaak van een lagere kwaliteit zijn. Door deze optie te activeren zal de "
+"systeemwijde lettertypeconfiguratie worden omzeild en toepassingen het gebruik "
+"van het WenQuanYi lettertype toelaten zonder de andere bitmap-lettertypen te "
+"beïnvloeden."
--- xfonts-wqy-0.9.9-0.orig/debian/po/cs.po
+++ xfonts-wqy-0.9.9-0/debian/po/cs.po
@@ -0,0 +1,36 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Martin Sin <[EMAIL PROTECTED]>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfonts-wqy 0.7.0-6-1.1\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2006-07-15 01:12+0100\n"
+"PO-Revision-Date: 2006-08-13 16:34+0200\n"
+"Last-Translator: Martin Sin <[EMAIL PROTECTED]>\n"
+"Language-Team: Czech <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Enable WenQuanYi font in fontconfig?"
+msgstr "Povolit ve fontconfigu písmo WenQuanYi?"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"By default, bitmapped fonts are disabled in fontconfig setting because they "
+"are often lower quality. Enabling this option will bypass the system wide "
+"fontconfig setting and allow applications to use WenQuanYi font without "
+"affecting other bitmapped fonts."
+msgstr ""
+"Standardně jsou bitmapová písma ve fontconfigu vypnuta, protože mají často "
+"nižší kvalitu. Povolením této volby obejdete systémová nastavení fontconfigu "
+"a umožníte aplikacím používat písmo WenQuanYi, aniž by to nějak ovlivnilo "
+"zbývající bitmapová písma."
--- xfonts-wqy-0.9.9-0.orig/debian/po/fr.po
+++ xfonts-wqy-0.9.9-0/debian/po/fr.po
@@ -0,0 +1,39 @@
+# French translation of xfonts-wqy.
+# Copyright (C) 2006 THE xfonts-wqy'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the xfonts-wqy package.
+# Jean-Baka Domelevo-Entfellner <[EMAIL PROTECTED]>, 2006.
+# , fuzzy
+# 
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: xfonts-wqy 0.7.0-6-1\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2006-07-15 01:12+0100\n"
+"PO-Revision-Date: 2006-07-12 01:47+0200\n"
+"Last-Translator: Jean-Baka Domelevo-Entfellner <[EMAIL PROTECTED]>\n"
+"Language-Team: French\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Enable WenQuanYi font in fontconfig?"
+msgstr "Faut-il activer les polices WenQuanYi dans fontconfig ?"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"By default, bitmapped fonts are disabled in fontconfig setting because they "
+"are often lower quality. Enabling this option will bypass the system wide "
+"fontconfig setting and allow applications to use WenQuanYi font without "
+"affecting other bitmapped fonts."
+msgstr ""
+"Les polices en mode point (« bitmap ») sont désactivées par défaut dans "
+"fontconfig, car elles présentent souvent une qualité moindre. L'activation "
+"de cette option court-circuitera le paramétrage global de fontconfig. Vos "
+"applications pourront alors utiliser une police WenQuanYi sans que cela ait "
+"d'incidence sur les autres polices en mode point."
--- xfonts-wqy-0.9.9-0.orig/debian/po/templates.pot
+++ xfonts-wqy-0.9.9-0/debian/po/templates.pot
@@ -0,0 +1,33 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2006-07-15 01:12+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
+"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Enable WenQuanYi font in fontconfig?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"By default, bitmapped fonts are disabled in fontconfig setting because they "
+"are often lower quality. Enabling this option will bypass the system wide "
+"fontconfig setting and allow applications to use WenQuanYi font without "
+"affecting other bitmapped fonts."
+msgstr ""
--- xfonts-wqy-0.9.9-0.orig/debian/po/sv.po
+++ xfonts-wqy-0.9.9-0/debian/po/sv.po
@@ -0,0 +1,29 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfonts-wqy\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2006-07-15 01:12+0100\n"
+"PO-Revision-Date: 2006-09-14 21:11+0100\n"
+"Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n"
+"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Enable WenQuanYi font in fontconfig?"
+msgstr "Aktivera typsnittet WenQuanYi i fontconfig?"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "By default, bitmapped fonts are disabled in fontconfig setting because they are often lower quality. Enabling this option will bypass the system wide fontconfig setting and allow applications to use WenQuanYi font without affecting other bitmapped fonts."
+msgstr "Som standard är bitmappade typsnitt inaktiverade i fontconfig därfö ratt de är ofta i lägre kvalitet. Aktivera detta alternativ kommer att gå förbi systembreda inställningen i fontconfig och tillåta program att använda typsnittet WenQuanYi utan att påverka andra bitmappade typsnitt."
+
--- xfonts-wqy-0.9.9-0.orig/debian/po/POTFILES.in
+++ xfonts-wqy-0.9.9-0/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
--- xfonts-wqy-0.9.9-0.orig/debian/docs
+++ xfonts-wqy-0.9.9-0/debian/docs
@@ -0,0 +1,3 @@
+AUTHORS
+LOGO.png
+README
--- xfonts-wqy-0.9.9-0.orig/debian/config
+++ xfonts-wqy-0.9.9-0/debian/config
@@ -0,0 +1,34 @@
+#! /bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+CONFDIR=/etc/fonts/conf.d
+
+wqy_prio="70-debconf-"
+wqy_conf="wqy.conf"
+
+if [ -z "$2" ]; then
+	FIRSTINST=yes
+fi
+
+if [ -z "$FIRSTINST" ] && [ ! -h $CONFDIR/$wqy_prio$wqy_conf ]; then
+	# We are upgrading and no previous link
+	enable_wqy="false"
+else
+	# First install or already linked
+	enable_wqy="true"
+fi
+
+if [ "$1" = "configure" ]; then
+	# if we're upgrading from an old version without fontconfig stuff.
+	if [ -z "$FIRSTINST" ] && dpkg --compare-versions "$2" le 0.7.0-5-1; then
+		enable_wqy="true"
+	fi
+fi
+
+db_set xfonts-wqy/enable_wqy "$enable_wqy"
+
+db_input low xfonts-wqy/enable_wqy || true
+db_go
--- xfonts-wqy-0.9.9-0.orig/debian/control
+++ xfonts-wqy-0.9.9-0/debian/control
@@ -0,0 +1,17 @@
+Source: xfonts-wqy
+Section: x11
+Priority: optional
+Maintainer: Carlos Z.F. Liu <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 5.0.31), po-debconf, xfonts-utils
+Standards-Version: 3.7.2
+
+Package: xfonts-wqy
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: xserver | xfs
+Description: WenQuanYi Bitmap Song CJK font
+ WenQuanYi Bitmap Song font for complete CJK Unified Ideographics,
+ including 9, 10, 11 and 12 point size. It provides both medium and
+ bold weight.
+ .
+ Homepage: http://wqy.sourceforge.net/
--- xfonts-wqy-0.9.9-0.orig/debian/copyright
+++ xfonts-wqy-0.9.9-0/debian/copyright
@@ -0,0 +1,26 @@
+This package was debianized by Carlos Z.F. Liu <[EMAIL PROTECTED]> on
+Sun, 26 Jun 2005 23:04:11 +1200.
+
+It was downloaded from http://wqy.sourceforge.net/
+
+Copyright Holder: Qianqian Fang <[EMAIL PROTECTED]>
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
--- xfonts-wqy-0.9.9-0.orig/debian/dirs
+++ xfonts-wqy-0.9.9-0/debian/dirs
@@ -0,0 +1,4 @@
+etc/fonts/conf.avail/
+etc/fonts/conf.d/
+etc/X11/fonts/misc/
+usr/share/fonts/X11/misc/
--- xfonts-wqy-0.9.9-0.orig/debian/templates
+++ xfonts-wqy-0.9.9-0/debian/templates
@@ -0,0 +1,8 @@
+Template: xfonts-wqy/enable_wqy
+Type: boolean
+Default: true
+_Description: Enable WenQuanYi font in fontconfig?
+ By default, bitmapped fonts are disabled in fontconfig setting because
+ they are often lower quality. Enabling this option will bypass the
+ system wide fontconfig setting and allow applications to use WenQuanYi
+ font without affecting other bitmapped fonts.

Reply via email to