--- culmus-0.101.orig/debian/dirs +++ culmus-0.101/debian/dirs @@ -0,0 +1,4 @@ +usr/share/fonts/X11/Type1 +etc/X11/fonts/Type1 +etc/fonts/conf.avail +etc/fonts/conf.d --- culmus-0.101.orig/debian/rules +++ culmus-0.101/debian/rules @@ -0,0 +1,70 @@ +#!/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 +FONTDIR=$(DEB_DIR)/usr/share/fonts/X11/Type1 +SCALEDIR=$(DEB_DIR)/etc/X11/fonts/Type1 +FONTCONFDIR=$(DEB_DIR)/etc/fonts + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: 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 $(FONTDIR)/ + install -m 644 fonts.scale $(SCALEDIR)/culmus.scale + 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 --- culmus-0.101.orig/debian/changelog +++ culmus-0.101/debian/changelog @@ -0,0 +1,154 @@ +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 + --- culmus-0.101.orig/debian/copyright +++ culmus-0.101/debian/copyright @@ -0,0 +1,43 @@ +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 Author: Maxim Iorsh + +Copyright: + +Digital version of Aharoni font family (Hebrew glyphs and part of +punctuation) is copyright 2002 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 (URW)++, +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 by Maxim Iorsh (iorsh@math.technion.ac.il). +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. + +Digital version of Frank-Ruehl font family (Hebrew glyphs) is copyright +2002 by Maxim Iorsh (iorsh@math.technion.ac.il). Latin glyphs, digits and +punctuation contained in the Frank-Ruehl font family are part of Century +Schoolbook L font family and are copyright (URW)++, copyright 1999 by +(URW)++ Design & Development. All rights reserved. + +Nachlieli font family (Hebrew glyphs) is copyright 2002 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 (URW)++, copyright 1999 by (URW)++ Design & +Development. All rights reserved. + +Hasida font family (Hebrew glyphs) is copyright 2002 by Maxim Iorsh +(iorsh@math.technion.ac.il). Latin glyphs, digits and punctuation +contained in the Nachlieli font family are part of Nimbus Mono L font +family and are copyright (URW)++, copyright 1999 by (URW)++ Design & +Development. All rights reserved. + +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 --- culmus-0.101.orig/debian/compat +++ culmus-0.101/debian/compat @@ -0,0 +1 @@ +5 --- culmus-0.101.orig/debian/watch +++ culmus-0.101/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/culmus/culmus-([.0-9]*)\.tar\.gz --- culmus-0.101.orig/debian/control +++ culmus-0.101/debian/control @@ -0,0 +1,21 @@ +Source: culmus +Section: x11 +Priority: optional +Maintainer: Debian Hebrew Packaging Team +Uploaders: Baruch Even , Lior Kaplan , Shachar Shemesh +Build-Depends: debhelper (>= 5.0.35) +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/debian-hebrew/pkg/culmus +Vcs-Browser: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus +Homepage: http://culmus.sourceforge.net/ + +Package: culmus +Architecture: all +Depends: ${misc:Depends} +Description: Type1 Hebrew Fonts for X11 + Several Hebrew font families. ASCII glyphs borrowed from the URW and Bitstream + fonts. + . + Those families provide a basic set of a serif (Frank Ruehl), sans + serif (Nachlieli) and monospaced (Miriam Mono) fonts. Also included are + Aharoni, David, Drugulin, and Ellinia. --- culmus-0.101.orig/debian/NEWS +++ culmus-0.101/debian/NEWS @@ -0,0 +1,10 @@ +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