[Debian-hebrew-package] r968 - in /pkg/culmus/trunk/debian: changelog patches/ patches/fdo#33644_multiple_values_in_test.diff patches/series

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Sun Nov 4 22:01:15 UTC 2012


Author: kaplan
Date: Sun Nov  4 22:01:15 2012
New Revision: 968

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=968
Log:
Split multiple test field values in culmus.conf (LP: #1034928)

Added:
    pkg/culmus/trunk/debian/patches/
    pkg/culmus/trunk/debian/patches/fdo#33644_multiple_values_in_test.diff
    pkg/culmus/trunk/debian/patches/series
Modified:
    pkg/culmus/trunk/debian/changelog

Modified: pkg/culmus/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus/trunk/debian/changelog?rev=968&op=diff
==============================================================================
--- pkg/culmus/trunk/debian/changelog (original)
+++ pkg/culmus/trunk/debian/changelog Sun Nov  4 22:01:15 2012
@@ -1,3 +1,10 @@
+culmus (0.121-2) unstable; urgency=low
+
+  * Split multiple test field values in culmus.conf (LP: #1034928)
+    - Relevant for fontconfig >= 2.9.91 (see fdo#33644)
+
+ -- Lior Kaplan <kaplan at debian.org>  Sun, 04 Nov 2012 23:33:21 +0200
+
 culmus (0.121-1) unstable; urgency=low
 
   * New upstream release

Added: pkg/culmus/trunk/debian/patches/fdo#33644_multiple_values_in_test.diff
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus/trunk/debian/patches/fdo%2333644_multiple_values_in_test.diff?rev=968&op=file
==============================================================================
--- pkg/culmus/trunk/debian/patches/fdo#33644_multiple_values_in_test.diff (added)
+++ pkg/culmus/trunk/debian/patches/fdo#33644_multiple_values_in_test.diff Sun Nov  4 22:01:15 2012
@@ -1,0 +1,208 @@
+Description: Split multiple values in test field (according to fontconf fdo#33644)
+Author: Lior Kaplan <kaplan at debian.org>
+Bug-Fontconfig: https://bugs.freedesktop.org/show_bug.cgi?id=33644
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/culmus/+bug/1034928
+
+--- a/culmus.conf
++++ b/culmus.conf
+@@ -8,6 +8,17 @@
+ 	<match target="pattern" >
+ 		<test name="family" >
+ 			<string>Guttman Adii</string>
++		</test>
++		<edit mode="append" binding="same" name="family" >
++			<string>David CLM</string>
++		</edit>
++		<edit mode="assign" binding="same" name="slant" >
++			<const>italic</const>
++		</edit>
++	</match>
++
++	<match target="pattern" >
++		<test name="family" >
+ 			<string>Guttman Adii-Light</string>
+ 		</test>
+ 		<edit mode="append" binding="same" name="family" >
+@@ -30,6 +41,14 @@
+         <match target="pattern" >
+                 <test name="family" >
+                         <string>Guttman Stam</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Stam Ashkenaz CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Guttman Stam1</string>
+                 </test>
+                 <edit mode="append" binding="same" name="family" >
+@@ -40,6 +59,14 @@
+         <match target="pattern" >
+                 <test name="family" >
+                         <string>Guttman Hodes</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Hadasim CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Monotype Hadassah</string>
+                 </test>
+                 <edit mode="append" binding="same" name="family" >
+@@ -50,7 +77,23 @@
+         <match target="pattern" >
+                 <test name="family" >
+                         <string>Aharoni</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Aharoni CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Guttman Aharoni</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Aharoni CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Guttman-Aharoni</string>
+                 </test>
+                 <edit mode="append" binding="same" name="family" >
+@@ -61,7 +104,23 @@
+         <match target="pattern" >
+                 <test name="family" >
+                         <string>FrankRuehl</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Frank Ruehl CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Guttman Frank</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Frank Ruehl CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Guttman Frnew</string>
+                 </test>
+                 <edit mode="append" binding="same" name="family" >
+@@ -72,7 +131,23 @@
+         <match target="pattern" >
+                 <test name="family" >
+                         <string>David</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>David CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>David Transparent</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>David CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Guttman David</string>
+                 </test>
+                 <edit mode="append" binding="same" name="family" >
+@@ -83,8 +158,32 @@
+         <match target="pattern" >
+                 <test name="family" >
+                         <string>Fixed Miriam Transparent</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Miriam Mono CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Guttman Myamfix</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Miriam Mono CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Guttman-CourMir</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Miriam Mono CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Miriam Fixed</string>
+                 </test>
+                 <edit mode="append" binding="same" name="family" >
+@@ -95,8 +194,32 @@
+         <match target="pattern" >
+                 <test name="family" >
+                         <string>Guttman Miryam</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Miriam CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Levenim MT</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Miriam CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Miriam</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Miriam CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Miriam Transparent</string>
+                 </test>
+                 <edit mode="append" binding="same" name="family" >
+@@ -107,6 +230,14 @@
+         <match target="pattern" >
+                 <test name="family" >
+                         <string>Guttman Drogolin</string>
++                </test>
++                <edit mode="append" binding="same" name="family" >
++                        <string>Drugulin CLM</string>
++                </edit>
++        </match>
++
++        <match target="pattern" >
++                <test name="family" >
+                         <string>Guttman Vilna</string>
+                 </test>
+                 <edit mode="append" binding="same" name="family" >

Added: pkg/culmus/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus/trunk/debian/patches/series?rev=968&op=file
==============================================================================
--- pkg/culmus/trunk/debian/patches/series (added)
+++ pkg/culmus/trunk/debian/patches/series Sun Nov  4 22:01:15 2012
@@ -1,0 +1,1 @@
+fdo#33644_multiple_values_in_test.diff




More information about the Debian-hebrew-package mailing list