[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-fonts-devel] Bug#686698: marked as done (fonts-unfonts-core: Will produce warnings with newer fontconfig)



Your message dated Sat, 06 Oct 2012 14:47:39 +0000
with message-id <E1TKVfH-0007AA-RW@franck.debian.org>
and subject line Bug#686698: fixed in fonts-unfonts-core 1.0.2-080608-7
has caused the Debian Bug report #686698,
regarding fonts-unfonts-core: Will produce warnings with newer fontconfig
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 owner@bugs.debian.org
immediately.)


-- 
686698: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686698
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: fonts-unfonts-core
Version: 1.0.2-080608-5
Severity: wishlist
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch



*** /tmp/tmpVYE4Dd/bug_body

In Ubuntu I applied the attached patch in order to silence fontconfig warnings:

Fontconfig warning: "/etc/fonts/conf.d/90-fonts-unfonts-core.conf", line 7: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-unfonts-core.conf", line 10: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-unfonts-core.conf", line 13: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-unfonts-core.conf", line 16: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-unfonts-core.conf", line 19: Having multiple values in <test> isn't supported and may not works as expected

These won't hit Debian yet, hence the wishlist status. Fontconfig added the warnings
in 2.10:

http://cgit.freedesktop.org/fontconfig/commit/?id=2837c63876b9b1f27d74aad51d45fc18d48f4652

Though there's a pretty good argument that the severity should be higher as multiple
values in <test> isn't supported even if there isn't a warning.

  * debian/90-fonts-unfonts-core.conf: (LP: #1034928)
   - Update so that there are not multiple values within
     test tags as Fontconfig warns that this is not supported.


Thanks for considering the patch.

- Andrew Starr-Bochicchio

-- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal-proposed'), (500, 'quantal'), (100, 'quantal-backports')
Architecture: i386 (i686)

Kernel: Linux 3.5.0-13-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/90-fonts-unfonts-core.conf'
--- debian/90-fonts-unfonts-core.conf	2011-10-10 12:37:52 +0000
+++ debian/90-fonts-unfonts-core.conf	2012-09-04 20:08:49 +0000
@@ -3,11 +3,34 @@
 <fontconfig>
 	<match target="font">
 		<test name="family" qual="any">
-			<string>은 바탕</string><string>UnBatang</string>
-    			<string>은 돋움</string><string>UnDotum</string>
-    			<string>은 궁서</string><string>UnGungseo</string>
-    			<string>은 필기</string><string>UnPilgi</string>
-    			<string>은 그래픽</string><string>UnGraphic</string>
+			<string>은 바탕</string>
+		</test>
+		<test name="family" qual="any">
+			<string>UnBatang</string>
+		</test>
+		<test name="family" qual="any">
+			<string>은 돋움</string>
+		</test>
+		<test name="family" qual="any">
+			<string>UnDotum</string>
+		</test>
+		<test name="family" qual="any">
+			<string>은 궁서</string>
+		</test>
+		<test name="family" qual="any">
+			<string>UnGungseo</string>
+		</test>
+		<test name="family" qual="any">
+			<string>은 필기</string>
+		</test>
+		<test name="family" qual="any">
+			<string>UnPilgi</string>
+		</test>
+		<test name="family" qual="any">
+			<string>은 그래픽</string>
+		</test>
+		<test name="family" qual="any">
+			<string>UnGraphic</string>
 		</test>
 
 		<edit name="antialias" mode="assign" binding="strong"><bool>true</bool></edit>


--- End Message ---
--- Begin Message ---
Source: fonts-unfonts-core
Source-Version: 1.0.2-080608-7

We believe that the bug you reported is fixed in the latest version of
fonts-unfonts-core, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 686698@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Changwoo Ryu <cwryu@debian.org> (supplier of updated fonts-unfonts-core package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 06 Oct 2012 19:54:41 +0900
Source: fonts-unfonts-core
Binary: fonts-unfonts-core ttf-unfonts-core
Architecture: source all
Version: 1.0.2-080608-7
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Changed-By: Changwoo Ryu <cwryu@debian.org>
Description: 
 fonts-unfonts-core - Un series Korean TrueType fonts
 ttf-unfonts-core - transitional dummy package
Closes: 686698 689108 689209
Changes: 
 fonts-unfonts-core (1.0.2-080608-7) unstable; urgency=low
 .
   [ Changwoo Ryu ]
   * debian/control
     - Move to git (Closes: #689209)
   * debian/compat, debian/control
     - Use debhelper 9
   * debian/copyright
     - Use the copyright format 1.0
   * debian/README.Debian
     - Update to more recent information and remove obsolete URL
   * Add more xz compress options to dh_builddeb
     - it requires Pre-Depends: dpkg (>= 1.15.6~)
   * Move debian/foo to debian/fonts-unfonts-core.foo
   * Use maintscript support in dh_installdeb. (Closes: #689108)
     - {mv,rm}_conffile requires Pre-Depends: dpkg (>= 1.15.7.2)
 .
   [ Andrew Starr-Bochicchio ]
   * debian/90-fonts-unfonts-core.conf:
    - Update so that there are not multiple values within test tags as
     Fontconfig warns that this is not supported. (Closes: #686698)
Checksums-Sha1: 
 653e2888d265bf659c60152ee3eda59cc42d0236 1522 fonts-unfonts-core_1.0.2-080608-7.dsc
 db5e63f534003552e4e6d38be4a253a98fcfb212 4211 fonts-unfonts-core_1.0.2-080608-7.debian.tar.gz
 e441179c3f5857e9a87d85c0a4317ac291291453 14429440 fonts-unfonts-core_1.0.2-080608-7_all.deb
 ffeef661acf6ec9101b04a6c64698a524fd509a2 3348 ttf-unfonts-core_1.0.2-080608-7_all.deb
Checksums-Sha256: 
 c99469379d6f0c3c1a9ffcc5e0ebeff1748539407dd2cb8525c408091e17d4c5 1522 fonts-unfonts-core_1.0.2-080608-7.dsc
 092a4b5c23bb1bfeb85e774128be7040cfd31458e778210c17f19719f4951fcc 4211 fonts-unfonts-core_1.0.2-080608-7.debian.tar.gz
 2b5e4acf7d635efbf74110bf87b790dcefb653637ba70abb64a32aa911d3e421 14429440 fonts-unfonts-core_1.0.2-080608-7_all.deb
 a09380e4503a08735a658711940c72bec1604a3414bf0328ede6549e6ce8ffe1 3348 ttf-unfonts-core_1.0.2-080608-7_all.deb
Files: 
 d00691fed58c29c4dc35fc4111955b60 1522 fonts optional fonts-unfonts-core_1.0.2-080608-7.dsc
 038862dde7a28c758dcb27b8d4e9ac2a 4211 fonts optional fonts-unfonts-core_1.0.2-080608-7.debian.tar.gz
 d297f82a5fb4a06911e17c819ead0d12 14429440 fonts optional fonts-unfonts-core_1.0.2-080608-7_all.deb
 e323c85a7940ef6e4eab80809ce5546f 3348 oldlibs extra ttf-unfonts-core_1.0.2-080608-7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlBwOFkACgkQAbRzNODUnpmAQgCdHrLECB5H7I2J3hlfJaBbe9SB
TuYAnAsfshWvCBIm7mbTbZbVy9E9h67i
=hxzg
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: