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

[Pkg-fonts-devel] Bug#688019: marked as done (Invalid syntax for aliasing multiple families)



Your message dated Tue, 13 Aug 2013 21:33:13 +0000
with message-id <E1V9MDJ-0008Q0-6N@franck.debian.org>
and subject line Bug#688019: fixed in fonts-arphic-ukai 0.2.20080216.2-4
has caused the Debian Bug report #688019,
regarding Invalid syntax for aliasing multiple families
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.)


-- 
688019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688019
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: fonts-arphic-ukai
Version: 0.2.20080216.2-3
Severity: normal
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

Hiya,

Another one along the lines of my other reports. A couple of the
fontconfig files in this package try and alias multiple families at
once, which isn't supported. Patch attached.

Cheers,

-- 
Iain Lane                                  [ iain@orangesquash.org.uk ]
Debian Developer                                   [ laney@debian.org ]
Ubuntu Developer                                   [ laney@ubuntu.com ]
diff -Nru fonts-arphic-ukai-0.2.20080216.2/debian/changelog fonts-arphic-ukai-0.2.20080216.2/debian/changelog
diff -Nru fonts-arphic-ukai-0.2.20080216.2/debian/patches/fix-fontconfig-alias-syntax fonts-arphic-ukai-0.2.20080216.2/debian/patches/fix-fontconfig-alias-syntax
--- fonts-arphic-ukai-0.2.20080216.2/debian/patches/fix-fontconfig-alias-syntax	1970-01-01 01:00:00.000000000 +0100
+++ fonts-arphic-ukai-0.2.20080216.2/debian/patches/fix-fontconfig-alias-syntax	2012-09-18 10:21:40.000000000 +0100
@@ -0,0 +1,84 @@
+Description: Fix fontconfig syntax for aliasing multiple families
+Author: Iain Lane <iain.lane@canonical.com>
+Bug-Ubuntu: http://bugs.launchpad.net/bugs/1034928
+
+--- fonts-arphic-ukai-0.2.20080216.2.orig/41-ttf-arphic-ukai.conf
++++ fonts-arphic-ukai-0.2.20080216.2/41-ttf-arphic-ukai.conf
+@@ -5,13 +5,28 @@
+ <!--
+   Sans-serif faces
+  -->
+-	<alias>
+-		<family>AR PL ZenKai Uni</family>
+-		<family>AR PL ZenKai Uni MBE</family>
+-		<family>AR PL UKai CN</family>
+-		<family>AR PL UKai HK</family>
+-		<family>AR PL UKai TW</family>
+-		<family>AR PL UKai TW MBE</family>
+-		<default><family>sans-serif</family></default>
+-	</alias>
++    <alias>
++        <family>AR PL ZenKai Uni</family>
++        <default><family>sans-serif</family></default>
++    </alias>
++    <alias>
++        <family>AR PL ZenKai Uni MBE</family>
++        <default><family>sans-serif</family></default>
++    </alias>
++    <alias>
++        <family>AR PL UKai CN</family>
++        <default><family>sans-serif</family></default>
++    </alias>
++    <alias>
++        <family>AR PL UKai HK</family>
++        <default><family>sans-serif</family></default>
++    </alias>
++    <alias>
++        <family>AR PL UKai TW</family>
++        <default><family>sans-serif</family></default>
++    </alias>
++    <alias>
++        <family>AR PL UKai TW MBE</family>
++        <default><family>sans-serif</family></default>
++    </alias>
+ </fontconfig>
+--- fonts-arphic-ukai-0.2.20080216.2.orig/41-arphic-ukai.conf
++++ fonts-arphic-ukai-0.2.20080216.2/41-arphic-ukai.conf
+@@ -5,13 +5,28 @@
+ <!--
+   Sans-serif faces
+  -->
+-	<alias>
+-		<family>AR PL ZenKai Uni</family>
+-		<family>AR PL ZenKai Uni MBE</family>
+-		<family>AR PL UKai CN</family>
+-		<family>AR PL UKai HK</family>
+-		<family>AR PL UKai TW</family>
+-		<family>AR PL UKai TW MBE</family>
+-		<default><family>sans-serif</family></default>
+-	</alias>
++    <alias>
++        <family>AR PL ZenKai Uni</family>
++        <default><family>sans-serif</family></default>
++    </alias>
++    <alias>
++        <family>AR PL ZenKai Uni MBE</family>
++        <default><family>sans-serif</family></default>
++    </alias>
++    <alias>
++        <family>AR PL UKai CN</family>
++        <default><family>sans-serif</family></default>
++    </alias>
++    <alias>
++        <family>AR PL UKai HK</family>
++        <default><family>sans-serif</family></default>
++    </alias>
++    <alias>
++        <family>AR PL UKai TW</family>
++        <default><family>sans-serif</family></default>
++    </alias>
++    <alias>
++        <family>AR PL UKai TW MBE</family>
++        <default><family>sans-serif</family></default>
++    </alias>
+ </fontconfig>
diff -Nru fonts-arphic-ukai-0.2.20080216.2/debian/patches/series fonts-arphic-ukai-0.2.20080216.2/debian/patches/series
--- fonts-arphic-ukai-0.2.20080216.2/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ fonts-arphic-ukai-0.2.20080216.2/debian/patches/series	2012-09-18 10:20:43.000000000 +0100
@@ -0,0 +1 @@
+fix-fontconfig-alias-syntax

--- End Message ---
--- Begin Message ---
Source: fonts-arphic-ukai
Source-Version: 0.2.20080216.2-4

We believe that the bug you reported is fixed in the latest version of
fonts-arphic-ukai, 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 688019@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier <bubulle@debian.org> (supplier of updated fonts-arphic-ukai 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@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 13 Aug 2013 23:13:45 +0200
Source: fonts-arphic-ukai
Binary: fonts-arphic-ukai
Architecture: source all
Version: 0.2.20080216.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Changed-By: Christian Perrier <bubulle@debian.org>
Description: 
 fonts-arphic-ukai - "AR PL UKai" Chinese Unicode TrueType font collection Kaiti style
Closes: 688019
Changes: 
 fonts-arphic-ukai (0.2.20080216.2-4) unstable; urgency=low
 .
   * Update Standards to 3.9.4 (checked)
   * Bump debhelper compatibility to 9
   * Drop transitional packages
   * Add Multi-Arch: foreign field
   * Use Breaks instead of Conflicts. Drop Provides as it is no
     longer needed (installations should have transitioned since wheezy
     and the package has anyway no reverse dependency.
   * Use xz extreme compression for deb packages
   * Use git for packaging: adapt Vcs-* fields
   * Add myself to uploaders
   * Add explicit version of GPL document in debian/copyright
   * Fix fontconfig syntax for aliasing multiple families. Closes: #688019
Checksums-Sha1: 
 128524e71bc55244564f302b4e89e9e5a4b98e34 2139 fonts-arphic-ukai_0.2.20080216.2-4.dsc
 4e3751305909c0c49bec888bc4c38a70af5a4324 9665579 fonts-arphic-ukai_0.2.20080216.2.orig.tar.bz2
 fd8f66688b278f8bce4eccc2566dc0ab90caf5ad 10912 fonts-arphic-ukai_0.2.20080216.2-4.debian.tar.gz
 13bdcd54e76b99ca7b4f2f14fe9d45670c52c4e8 8287448 fonts-arphic-ukai_0.2.20080216.2-4_all.deb
Checksums-Sha256: 
 16048d3e26cd7f80ed4c74f8b156c64f3c7ab5c4931a3a6e9c20e5c4061e6709 2139 fonts-arphic-ukai_0.2.20080216.2-4.dsc
 b4968d73519f4f8747e85548fb85d21b665da1bf1ba900a7c499976e6a8ae3d2 9665579 fonts-arphic-ukai_0.2.20080216.2.orig.tar.bz2
 3623353c6f592d7b70e342d95d33792709580e8e5defef24d15cdf1b51a3745f 10912 fonts-arphic-ukai_0.2.20080216.2-4.debian.tar.gz
 fd5f1776435d38b644640db2319a602b62ddc8d5a82db56ee25e20dbe3df7aaf 8287448 fonts-arphic-ukai_0.2.20080216.2-4_all.deb
Files: 
 ae7c106010a5b42c37c1c304e02e3095 2139 fonts optional fonts-arphic-ukai_0.2.20080216.2-4.dsc
 82b0d9163e9d10e935cc8fc02a5e68f1 9665579 fonts optional fonts-arphic-ukai_0.2.20080216.2.orig.tar.bz2
 c63d0a5246a4e11bf95e7389181947f8 10912 fonts optional fonts-arphic-ukai_0.2.20080216.2-4.debian.tar.gz
 53d5de04d125645150dddd16cb7e8566 8287448 fonts optional fonts-arphic-ukai_0.2.20080216.2-4_all.deb

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

iQIVAwUBUgqje4cvcCxNbiWoAQLE0RAAqMHqK4GI19SNbAB96oJWY2H65B47gajR
eJ5e086dN8qPTNl4HP8Vcri1cvFFCjID+So0YbbepfVGy9xkHEraI0ngn48TPp/l
mHiCDW1z0G3u8gFQo/7W9TvpDA64HwjMHA440hMxIfbTdj0O6VHX+zTZqF38nQz8
FUgmen5GeFbqSFFibYXKbUT/2Gm5YUjO+WSpl6ZAegaIXXKFPYbuZI6mU3+YMb1X
9RMorFhVuAHwFjr4h9T/uA9iXmd5IOqUTd1Nl36PP0yThKvALJYBTHmWEwkMowRf
rWegInCUkSR8ZWar7BAonR9+6tgA1rKMOeJkz7rDE0IzoItKWU8z8/BrANuGtbtX
ywZ/LnAZNnMfrzWpZCWeKipEhvvczfuOhwr87GIyCsXoGth2Lpy/BVVonSQ3rS9p
NB8QYb2+v4XMJsiuadsQFY947TEoyCdGhgWhmLeWk1OUFd/rUwIZeAZPfCfGDWaj
hwUpK5HWox1wPVlUc5deRSn+74ThmUT/favV8kwtZroTAb/pQ74T+OMsSGtj8P1e
s/uCjrPPxaeuJcQtJFHLhJwFcRk3vEOrCwSdCceqxGqWzKe833Tu74pngWJwIwTV
k/wrkcPjkcMLLFm+0G4VWp860ZalgkAJIW6DPP5t8z1m+J+ao+BlXNuzlPhCah7Q
7+vkVQJYKAs=
=F5Yq
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: