debian/0000755000000000000000000000000012152215171007163 5ustar debian/rules0000755000000000000000000000323111712063050010240 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_DIR=$(CURDIR)/debian/culmus FONT_T1_DIR=$(DEB_DIR)/usr/share/fonts/X11/Type1 SCALE_T1_DIR=$(DEB_DIR)/etc/X11/fonts/Type1 FONT_TTF_DIR=$(DEB_DIR)/usr/share/fonts/truetype/culmus FONTCONFDIR=$(DEB_DIR)/etc/fonts configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/culmus. install -m 644 *.afm *.pfa $(FONT_T1_DIR)/ install -m 644 fonts.scale-type1 $(SCALE_T1_DIR)/culmus.scale install -m 644 *.ttf $(FONT_TTF_DIR)/ install -m 644 culmus.conf $(FONTCONFDIR)/conf.avail/65-culmus.conf ln -sf ../conf.avail/65-culmus.conf $(FONTCONFDIR)/conf.d/65-culmus.conf # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot # dh_installdefoma dh_installxfonts dh_installdocs dh_installchangelogs CHANGES dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/source/0000755000000000000000000000000012152215171010463 5ustar debian/source/format0000644000000000000000000000001411375470203011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000210420472213010357 0ustar 5 debian/patches/0000755000000000000000000000000012152215171010612 5ustar debian/patches/fdo#33644_multiple_values_in_test.diff0000644000000000000000000001662412045557246017730 0ustar Description: Split multiple values in test field (according to fontconf fdo#33644) Author: Lior Kaplan 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 @@ Guttman Adii + + + David CLM + + + italic + + + + + Guttman Adii-Light @@ -30,6 +41,14 @@ Guttman Stam + + + Stam Ashkenaz CLM + + + + + Guttman Stam1 @@ -40,6 +59,14 @@ Guttman Hodes + + + Hadasim CLM + + + + + Monotype Hadassah @@ -50,7 +77,23 @@ Aharoni + + + Aharoni CLM + + + + + Guttman Aharoni + + + Aharoni CLM + + + + + Guttman-Aharoni @@ -61,7 +104,23 @@ FrankRuehl + + + Frank Ruehl CLM + + + + + Guttman Frank + + + Frank Ruehl CLM + + + + + Guttman Frnew @@ -72,7 +131,23 @@ David + + + David CLM + + + + + David Transparent + + + David CLM + + + + + Guttman David @@ -83,8 +158,32 @@ Fixed Miriam Transparent + + + Miriam Mono CLM + + + + + Guttman Myamfix + + + Miriam Mono CLM + + + + + Guttman-CourMir + + + Miriam Mono CLM + + + + + Miriam Fixed @@ -95,8 +194,32 @@ Guttman Miryam + + + Miriam CLM + + + + + Levenim MT + + + Miriam CLM + + + + + Miriam + + + Miriam CLM + + + + + Miriam Transparent @@ -107,6 +230,14 @@ Guttman Drogolin + + + Drugulin CLM + + + + + Guttman Vilna debian/patches/series0000644000000000000000000000004712045557246012045 0ustar fdo#33644_multiple_values_in_test.diff debian/changelog0000644000000000000000000001504312152213253011037 0ustar culmus (0.130-1) unstable; urgency=low * New upstream release - Added TrueType font "Shofar". -- Lior Kaplan Sat, 01 Jun 2013 00:28:58 +0300 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 Sun, 04 Nov 2012 23:33:21 +0200 culmus (0.121-1) unstable; urgency=low * New upstream release - Frank Ruehl CLM now supports diacritics. -- Lior Kaplan Tue, 31 Jan 2012 23:50:45 +0200 culmus (0.120-1) unstable; urgency=low * New upstream release - New font family: Keter YG. -- Lior Kaplan Tue, 05 Apr 2011 21:51:42 +0300 culmus (0.110-1) unstable; urgency=low * New upstream release - Two new font families: Hadasim CLM and Simple CLM. - Two new fonts: Stam Ashkenaz CLM and Stam Sefarad CLM. -- Lior Kaplan Tue, 19 Oct 2010 16:15:27 +0200 culmus (0.105-1) unstable; urgency=low * New upstream release - Miriam Mono font family is enhanced and re-released in TrueType format. -- Lior Kaplan Tue, 24 Aug 2010 19:43:14 +0300 culmus (0.104-1) unstable; urgency=low [ Baruch Even ] * New upstream release (Closes: #544803). - Provides David and Miriam as TrueType instead of Type 1 (Closes: #421416). - Provides OpenType support for David and Miriam fonts (Closes: #463714). * Install truetype fonts to their proper location. [ Tzafrir Cohen ] * Add myself as uploader. * Upgrade standards version to 3.8.4. No change needed. * Switch to dpkg-source 3.0 (quilt) format. [ Lior Kaplan ] * Update section in debian/control according to overrides (x11 to fonts). * Update package description to mention TrueType fonts and OpenType support. -- Lior Kaplan Sat, 05 Jun 2010 23:38:53 +0300 culmus (0.101-9) unstable; urgency=low * Update Standards-Version to 3.7.3, no changes needed * Move Homepage from description to control header * Add Vcs-* fields -- Baruch Even Sat, 29 Dec 2007 14:01:19 +0200 culmus (0.101-8) unstable; urgency=low * Create symlink /etc/fonts/conf.d/65-culmus.conf during build, instead of during installation on the client machine. (Closes: #431681) -- Lior Kaplan Sat, 07 Jul 2007 18:26:52 +0300 culmus (0.101-7) unstable; urgency=low * Move /etc/fonts/conf.d/10-culmus.conf to /etc/fonts/conf.avail/65-culmus.conf to better match the font policy according to /etc/fonts/conf.avail/README (Closes: #426471) -- Baruch Even Sat, 02 Jun 2007 23:41:03 +0300 culmus (0.101-6) unstable; urgency=low * debian/control: - Upgrade standards version to 3.7.2 (compliance with policy section 11.8.5 - "Packages providing fonts") - Move debhelper to Build-Depends, instead of Build-Depends-Indep - Bump debhelper version to 5.0.35 due to changes in dh_installxfonts -- Lior Kaplan Thu, 18 May 2006 17:29:31 -0500 culmus (0.101-5) unstable; urgency=low * Change install directory to /usr/share/fonts/X11. (Closes: #362326) -- Baruch Even Thu, 13 Apr 2006 12:09:39 +0100 culmus (0.101-4) unstable; urgency=low * Remove Ktav Yad font from the description since it's not provided by this package. See culmus-fancy package if you need it. (Closes: #335247). -- Lior Kaplan Thu, 24 Nov 2005 23:49:19 +0200 culmus (0.101-3) unstable; urgency=low * Change maintainer to be the Debian-Hebrew group. * Remove LICENSE and LICENSE-BITSTREAM files, they are redundant * Update Standards-Version, no changes necessary. -- Baruch Even Thu, 28 Jul 2005 10:35:07 +0100 culmus (0.101-2) unstable; urgency=low * The fontconfig package switched to a conf.d directory structure. Yay! - Remove our hack to add our configuration to the configuration. - Remove debconf question, it's meaningless now. - Plug the culmus.conf in the conf.d directory, - Package is installable now (Closes: #298980) -- Baruch Even Sun, 13 Mar 2005 01:47:18 +0000 culmus (0.101-1) unstable; urgency=low * New upstream version - Fix a bug with the tet letter not showing up correctly sometimes. -- Baruch Even Thu, 30 Dec 2004 16:36:24 +0000 culmus (0.100-5) unstable; urgency=low * Updated Japanese translation (Closes: #281062) -- Baruch Even Sat, 13 Nov 2004 18:41:05 +0000 culmus (0.100-4) unstable; urgency=low * Improve debconf template English style (Closes: #273367) * Add Japanese translation (Closes: #280000) -- Baruch Even Tue, 9 Nov 2004 21:57:20 +0000 culmus (0.100-3) unstable; urgency=low [Martin Quinson] * Switch to po-debconf (Closes: #271941) [Baruch Even] * Add he.po to translate debconf message to Hebrew -- Baruch Even Sun, 19 Sep 2004 21:50:06 +0100 culmus (0.100-2) unstable; urgency=low * Add a debconf question to ask if we can modify /etc/fonts/local.conf so that we can add the translation table in /etc/fonts/culmus.conf automatically, default to yes since most likely our users want this. (Closes: bug#269152) -- Baruch Even Tue, 31 Aug 2004 16:29:02 +0100 culmus (0.100-1) unstable; urgency=low * New upstream version * Added upstream webpage to description * Add watch definition file -- Baruch Even Thu, 26 Aug 2004 18:25:49 +0100 culmus (0.93-1) unstable; urgency=low * New upstream version -- Baruch Even Fri, 2 Apr 2004 00:26:03 +0200 culmus (0.9.2-1) unstable; urgency=low * New upstream version (0.90-2 renamed to 0.9.2) -- Baruch Even Wed, 3 Sep 2003 23:52:11 +0300 culmus (0.9-1) unstable; urgency=low * New upstream version -- Baruch Even Sat, 16 Aug 2003 15:14:31 +0300 culmus (0.8-2) unstable; urgency=low * Fixed description accuracy -- Baruch Even Tue, 10 Jun 2003 21:43:19 +0300 culmus (0.8-1) unstable; urgency=low * New upstream version -- Baruch Even Tue, 15 Apr 2003 10:57:08 +0300 culmus (0.7.1-1) unstable; urgency=low * New upstream version (Closes: bug#163968) -- Baruch Even Wed, 25 Dec 2002 23:17:31 +0200 culmus (0.7-1) unstable; urgency=low * Initial Release. Never released. * Only support X for now. -- Baruch Even Wed, 9 Oct 2002 17:10:24 +0200 debian/control0000644000000000000000000000166412152215131010571 0ustar Source: culmus Section: fonts Priority: optional Maintainer: Debian Hebrew Packaging Team Uploaders: Baruch Even , Lior Kaplan , Shachar Shemesh , Tzafrir Cohen Build-Depends: debhelper (>= 5.0.35) Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/debian-hebrew/pkg/culmus Vcs-Browser: http://anonscm.debian.org/viewvc/debian-hebrew/pkg/culmus/ Homepage: http://culmus.sourceforge.net/ Package: culmus Architecture: all Depends: ${misc:Depends} Description: TrueType and Type1 Hebrew Fonts for X11 14 Hebrew font families. Contain ASCII glyphs from various sources. . Those families provide a basic set of a serif (Frank Ruehl), sans serif (Nachlieli) and monospaced (Miriam Mono) fonts. Also included Miriam, Drugulin, Aharoni, David, Hadasim etc. Cantillation marks support is available in Keter YG. debian/NEWS0000644000000000000000000000074111375470203007671 0ustar culmus (0.101-7) unstable; urgency=low The culmus package moved its config in /etc/fonts/conf.avail/ with a link from /etc/fonts/conf.d/ If you are upgrading your package we will not touch your current configuration, you can remove the file /etc/fonts/conf.d/10-culmus.conf and create a link for 65-culmus.conf with the command: ln -s ../conf.avail/65-culmus.conf /etc/fonts/conf.d/65-culmus.conf -- Baruch Even Sun, 03 Jun 2007 02:15:17 +0300 debian/dirs0000644000000000000000000000016411066354743010064 0ustar usr/share/fonts/X11/Type1 usr/share/fonts/truetype/culmus etc/X11/fonts/Type1 etc/fonts/conf.avail etc/fonts/conf.d debian/copyright0000644000000000000000000000752711712062315011132 0ustar This package was debianized by Baruch Even on Wed, 9 Oct 2002 17:10:24 +0200. It was downloaded from http://culmus.sourceforge.net/ Upstream Authors: Maxim Iorsh Yoram Gnat (yoram.gnat@gmail.com> Copyright: Hadasim font family is copyright 2010 by Yoram Gnat (yoram.gnat@gmail.com). Latin and parts of general punctuation marks based on modified forms from the LiberationSerif font, created by Digitized data 2007 Ascender Corporation. All rights reserved. Simple font family is copyright 2007-2010 by Yoram Gnat (yoram-gnat@homeil.com). Latin glyphs, digits and punctuation copyright 1999 by (URW)++ Design & Development. All rights reserved. Hebrew vowel marks positioning algorithms Copyright 2010 by Yoram Gnat 2010. (yoram.gnat@gmail.com. Stam Ashkenaz font is copyright 2007-2010 by Yoram Gnat (yoram.gnat@gmail.com). Stam Sefarad font is copyright 2008-2010 by Yoram Gnat (yoram.gnat@gmail.com). Miriam font family is copyright 2004-2010 by Maxim Iorsh (iorsh@users.sourceforge.net). All rights reserved. Yehuda font family is copyright 2004 by Maxim Iorsh (iorsh@math.technion.ac.il). All rights reserved. Drugulin font family (Hebrew glyphs) is copyright 2003,2004 by Maxim Iorsh (iorsh@math.technion.ac.il). Latin glyphs, digits and punctuation contained in the Drugulin font family are part of Nimbus Roman No9 L font family and are copyright 1999 by (URW)++ Design & Development. All rights reserved. Ellinia font family is copyright 2003,2004 by Maxim Iorsh (iorsh@math.technion.ac.il). All rights reserved. Caladings collection is copyright 2003-2010 by Maxim Iorsh (iorsh@math.technion.ac.il). All rights reserved. Digital version of Aharoni font family (Hebrew glyphs, numerals and part of punctuation) is copyright 2002-2004 by Maxim Iorsh (iorsh@math.technion.ac.il). Latin glyphs, digits and part of punctuation contained in the Aharoni font family are part of URW Gothic L font family and are copyright 1999 by (URW)++ Design & Development. All rights reserved. Digital version of David font family (Hebrew glyphs, numerals and part of punctuation) is copyright 2002-2010 by Maxim Iorsh (iorsh@users.sourceforge.net). Latin glyphs and part of punctuation contained in the David font family are part of Bitstream Charter font family and are copyright 1990 as an unpublished work by Bitstream Inc. All rights reserved. See also file LICENSE-BITSTREAM. Frank-Ruehl font family (Hebrew glyphs) is copyright 2002-2011 by Maxim Iorsh (iorsh@users.sourceforge.net). Latin glyphs, digits and punctuation contained in the Frank-Ruehl font family are part of Century Schoolbook L font family and are copyright 1999 by (URW)++ Design & Development. All rights reserved. Nachlieli font family (Hebrew glyphs) is copyright 2002-2004 by Maxim Iorsh (iorsh@math.technion.ac.il). Latin glyphs, digits and punctuation contained in the Nachlieli font family are part of Nimbus Sans L font family and are copyright 1999 by (URW)++ Design & Development. All rights reserved. Miriam Mono font family (Hebrew glyphs) is copyright 2002-2010 by Maxim Iorsh (iorsh@math.technion.ac.il). Hebrew vowel marks positioning algorithms implementation by Yoram Gnat (yoramg@shenkar.ac.il), 2010. Latin glyphs, digits and punctuation contained in the Miriam Mono font family are part of Nimbus Mono L font family and are copyright 1999 by (URW)++ Design & Development. All rights reserved. Keter YG font family is Copyright 2009 by Yoram Gnat (yoram.gnat@gmail.com) Hebrew OpenType Layout logic copyright (c) 2003 & 2007, Ralph Hancock & John Hudson. This layout logic for Biblical Hebrew is open source software under the MIT License; for details contact copyright holders at . This package is distributed under the terms of GNU General Public License version 2. You can find the GNU GPL license at /usr/share/common-licenses/GPL-2 debian/watch0000644000000000000000000000007110350350726010216 0ustar version=3 http://sf.net/culmus/culmus-([.0-9]*)\.tar\.gz