--- xfonts-scalable-nonfree-4.2.1.orig/debian/ttf-xfree86-nonfree-syriac.preinst +++ xfonts-scalable-nonfree-4.2.1/debian/ttf-xfree86-nonfree-syriac.preinst @@ -0,0 +1,28 @@ +#! /bin/sh + +set -e + +if dpkg --compare-versions "$2" lt 4.2.1-4; then + if [ -x "which defoma-font 2>/dev/null" ]; then + defoma-font purge /etc/defoma/hints/ttf-xfree86-nonfree-syriac.hints + fi +fi + + +case "$1" in + install|upgrade) + rm -f /etc/X11/fonts/Type1/xfonts-scalable-nonfree.scale + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 --- xfonts-scalable-nonfree-4.2.1.orig/debian/changelog +++ xfonts-scalable-nonfree-4.2.1/debian/changelog @@ -0,0 +1,183 @@ +xfonts-scalable-nonfree (4.2.1-3.1ubuntu1) precise; urgency=low + + * Use maintscript support in dh_installdeb rather than writing out + dpkg-maintscript-helper commands by hand. We now simply Pre-Depend on a + new enough version of dpkg rather than using 'dpkg-maintscript-helper + supports' guards, leading to more predictable behaviour on upgrades. + * Correctly propagate debian/control changes from previous NMU to + debian/control.in. + + -- Colin Watson Mon, 13 Feb 2012 14:01:03 +0000 + +xfonts-scalable-nonfree (4.2.1-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Transition away from defoma. Closes: #649825 + * Add ${misc:Depends} to packages dependencies to properly deal + with dependencies introduced by debhelper utilities + * Bump debhelper compatibility level to 7 + * Bump Standards to 3.9.2 + * Change installation directory to /usr/share/fonts/X11 + * Add debhelper token to all maintainer scripts + * Change Build-Depends-Indep into Build-Depends so that + build dependencies are satisfied in the clean target + * Change section to fonts + + -- Christian Perrier Sun, 11 Dec 2011 22:30:17 +0100 + +xfonts-scalable-nonfree (4.2.1-3) unstable; urgency=low + + * Standards-Version 3.6.2 (no changes needed). + * Change to section Non-free/text (the fonts are usable outside X11). + * Correct DeFoMa paths for syriac fonts. Closes: bug#213883 (thanks to + CaT and Jakob Bohm ). + * Use local cdbs d-buildinfo snippet. + * Enable cdbs debian/control auto-update (but only when + DEB_BUILD_OPTIONS contains "update"). + * Auto-update debian/rules (and manually strip bogus build-dependency + on build-essential). + * Add lintian override for warning about installing into /usr/X11R6 + (we build using iMake so are ok, and more importantly we must place + fonts there according to Debian Policy 11.8.5). + * Run dh-installdefoma (and dh-installxfonts) earlier, to get the + configuration files registered as conffiles. + + -- Jonas Smedegaard Mon, 22 Aug 2005 00:02:07 +0200 + +xfonts-scalable-nonfree (4.2.1-2) unstable; urgency=high + + * Conflict/replace xfonts-scalable-nonfree (in addition to xfonts- + xfree86-nonfree). + * Keep urgency=high (same argument as earlier release. + + -- Jonas Smedegaard Sun, 15 Jun 2003 18:36:25 +0200 + +xfonts-scalable-nonfree (4.2.1-1) unstable; urgency=high + + * New CVS snapshot. + * Improve debian/getfromcvs.sh: + + Correctly handle script invoked from other dir. + + Bump up version. + + Comment out unneeded password hint. + + Correctly invoke by prepending "sh " in debian make target + getsource. + + Avoid font fammily Adobe Utopia (it lacks license info). + + Avoid new font family Ethiopic (it is not non-free). + * Remove Adobe Utopia from description. + * Set urgency=high because of removal of illegally distributed font + family Adobe Utopia. + * Include new font family Meltho in separate package + ttf-xfree86-nonfree-syriac. Suggest in other packages and mention in + their long description. + * Update debian/copyright: + + Add license info for Meltho (similar to Luxi license). + + Add titles to separate each license. + + Remove no longer required (and outdated) info on packages owner. + + Remove obsolete notes on "modifications to upstream source". + + Remove license info for Debian files (only Debian-specific files + are packaging scripts - too small to copyright IMHO). + * Repackage using CDBS (instead of its predecessor CBS). Build-depend + on cdbs. + * Use and depend on fontconfig. + * Standards-Version 3.5.10 (no changes necessary). + * Use debhelper debian/compat = 4. + * Reword long descriptions to not refer to nonfreefont (old name of + package?). + + -- Jonas Smedegaard Fri, 13 Jun 2003 18:48:00 +0200 + +xfonts-scalable-nonfree (4.2.0-4) unstable; urgency=low + + * Drop convenience package, and instead have t1-xfree86-nonfree + conflict/replace it (as it contains the activated-by-default parts + of the old package). Mention where to locate the TrueType fonts in + README.Debian and description (and do the same for PS Type 1 fonts. + * For ftpmaster (who seems to respond only to changelogs, not emails): + None of the TrueType fonts now contained in ttf-xfree86-nonfree is + packaged as a "font for the X Window System", but uses + x-ttcidfont-conf as a "tool which makes such fonts available" for X. + Having fonts for X and fonts for a wider use in the same package is + IMHO misleading, and my main reason for separating them. + + -- Jonas Smedegaard Tue, 24 Dec 2002 12:52:47 +0100 + +xfonts-scalable-nonfree (4.2.0-3) unstable; urgency=low + + * Switch to using CBS (Colin's Build System). Update build-depencies. + * Package split into two separate packages (and a convenience package + recommending them both): The old name suggested the fonts being + XFree86-specific, when they have in fact more general use - the + TrueType fonts are not even installed with XFree86 by default. + Also, it is unclear wether TrueType fonts are "handled by X + protocols" and thus should be separated from X11 fonts according to + Policy >= 3.5.5. + * Fix wrong hints (thanks to John Plond JORGENSEN + ). This closes: Bug#172391. + * Add README.Debian inspired by ttf-freefont on enabling defoma-ized + TrueType fonts in X (thanks to Peter Hawkins for + the text). + * Preserve timestamps on install. + * Prepend 'Postscript ' where Type 1 is mentioned in descriptions. + * Declare compliance with Policy version 3.5.8.0. + * Generate Type 1 .scale file using defoma script from xfonts-tipa + (thanks to Rafael Laboissiere for the script). + Install it using dh_installxfonts (and depend on xutils), and remove + old .scale file in preinst of t1-xfree86-nonfree. + * Improve defoma hints: Add better shape hints and use sub-hints for + Type 1 codeset. + + -- Jonas Smedegaard Sat, 14 Dec 2002 00:56:28 +0100 + +xfonts-scalable-nonfree (4.2.0-2) unstable; urgency=low + + * Courier is IBM, not Adobe. Thanks to Juliusz Chroboczek + . Closes: Bug#129209. + * Don't know how to remove an old conffile, so just update with an + empty file for now... Thanks to Roland E. Lipovits (who needs to + correct his email address!). Closes: Bug#131169. + * Add Suggests inspired by ttf-thryomanes. + + -- Jonas Smedegaard Tue, 19 Mar 2002 04:45:30 +0100 + +xfonts-scalable-nonfree (4.2.0-1) unstable; urgency=low + + * Newer upstream source: Lucidus improved and now called Luxi. + * Use defoma. Change dependencies accordingly. + * Update description: Both type1 and TrueType fonts are provided now. + * Update debian/copyright with newer B&H text: Y&Y -> URW++, and no + longer mention patents pending. + * Loosen up on debhelper build-dependency again, now that we no longer + use dh_installxfonts. + * Install in /usr/share/fonts/{type1,truetype}/xfree86-nonfree. + * Closes: Bug#136254 - Utopia not registered in fonts.scale. + + -- Jonas Smedegaard Sun, 10 Mar 2002 23:50:24 +0100 + +xfonts-scalable-nonfree (4.0.3-3) unstable; urgency=low + + * Adopting orphaned package (Closes: #127710). + * Use dh_installxfonts, remove custom post{inst,rm} and tighten + dependency on debhelper to latest version mentioning related changes + (just in case...). + * Rewrite debian/rules to generate debian/xfonts-scalable- + nonfree.files automatically. + * Edit debian/control to use Build-Depends-Indep to make lintian shut + up. + * Update debian/copyright (package name was wrong, mention my + adoption, spelling correction). + + -- Jonas Smedegaard Sun, 13 Jan 2002 23:04:54 +0100 + +xfonts-scalable-nonfree (4.0.3-2) unstable; urgency=low + + * Take over as maintainer...your welcome Branden. + + -- Ivan E. Moore II Mon, 16 Apr 2001 02:00:00 -0700 + +xfonts-scalable-nonfree (4.0.3-1) unstable; urgency=low + + * initial release + + -- Branden Robinson Sat, 14 Apr 2001 14:34:09 -0500 + +vim:set ai et sts=2 sw=2 tw=78: --- xfonts-scalable-nonfree-4.2.1.orig/debian/ttf-xfree86-nonfree.defoma-hints +++ xfonts-scalable-nonfree-4.2.1/debian/ttf-xfree86-nonfree.defoma-hints @@ -0,0 +1,181 @@ +category truetype +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luximbi.ttf + Family = LuxiMono + FontName = LuxiMono-BoldOblique + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Bold + Width = Fixed + Shape = Serif Oblique + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luximb.ttf + Family = LuxiMono + FontName = LuxiMono-Bold + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Bold + Width = Fixed + Shape = Serif Upright + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luximri.ttf + Family = LuxiMono + FontName = LuxiMono-Oblique + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Medium + Width = Fixed + Shape = Serif Oblique + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luximr.ttf + Family = LuxiMono + FontName = LuxiMono-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Medium + Width = Fixed + Shape = Serif Upright + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luxirbi.ttf + Family = LuxiSerif + FontName = LuxiSerif-BoldOblique + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Oblique + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luxirb.ttf + Family = LuxiSerif + FontName = LuxiSerif-Bold + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Upright + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luxirri.ttf + Family = LuxiSerif + FontName = LuxiSerif-Oblique + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Oblique + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luxirr.ttf + Family = LuxiSerif + FontName = LuxiSerif-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Upright + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luxisbi.ttf + Family = LuxiSans + FontName = LuxiSans-BoldOblique + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = NoSerif Oblique + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luxisb.ttf + Family = LuxiSans + FontName = LuxiSans-Bold + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = NoSerif Upright + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luxisri.ttf + Family = LuxiSans + FontName = LuxiSans-Oblique + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = NoSerif Oblique + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree/luxisr.ttf + Family = LuxiSans + FontName = LuxiSans-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-15 + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = NoSerif Upright + Foundry = Bigelow + Priority = 20 + Transform = NotBoldize NotSlant +end --- xfonts-scalable-nonfree-4.2.1.orig/debian/rules +++ xfonts-scalable-nonfree-4.2.1/debian/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003-2005 Jonas Smedegaard + +# Set DEB_BUILD_OPTIONS=update in environment to regenerate control file +ifneq (,$(findstring update,$(DEB_BUILD_OPTIONS))) +DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes +endif + + +include /usr/share/cdbs/1/rules/debhelper.mk + +# Include build-environment info with binary packages +include debian/cdbs/1/rules/buildinfo.mk + +DEB_INSTALL_DOCS_ttf-xfree86-nonfree-syriac := Meltho/README + +DEB_INSTALL_DIRS_t1-xfree86-nonfree := usr/share/fonts/X11/Type1 etc/X11/fonts/Type1 + +binary-post-install/t1-xfree86-nonfree:: + perl debian/gen-fonts-dir.pl \ + ../../../../../share/fonts/type1/t1-xfree86-nonfree \ + debian/t1-xfree86-nonfree/usr/share/fonts/X11/Type1 \ + debian/t1-xfree86-nonfree.scale + install -m 644 -p debian/t1-xfree86-nonfree.scale debian/t1-xfree86-nonfree/etc/X11/fonts/Type1 + +getsource: + sh debian/getfromcvs.sh + +binary-fixup/t1-xfree86-nonfree:: + dh_installxfonts -p$(cdbs_curpkg) + +clean:: + rm -f debian/t1-xfree86-nonfree.scale --- xfonts-scalable-nonfree-4.2.1.orig/debian/t1-xfree86-nonfree.install +++ xfonts-scalable-nonfree-4.2.1/debian/t1-xfree86-nonfree.install @@ -0,0 +1,3 @@ +Type1/*.afm usr/share/fonts/type1/t1-xfree86-nonfree/ +Type1/*.pfa usr/share/fonts/type1/t1-xfree86-nonfree/ +debian/lintian/t1-xfree86-nonfree usr/share/lintian/overrides/ --- xfonts-scalable-nonfree-4.2.1.orig/debian/ttf-xfree86-nonfree.maintscript +++ xfonts-scalable-nonfree-4.2.1/debian/ttf-xfree86-nonfree.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/defoma/hints/ttf-xfree86-nonfree.hints 4.2.1-3 --- xfonts-scalable-nonfree-4.2.1.orig/debian/getfromcvs.sh +++ xfonts-scalable-nonfree-4.2.1/debian/getfromcvs.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +latest_release=4.2.1 +yesterdate=`date --date yesterday '+%Y%m%d'` + +#module=xc/fonts/scaled/Type1 +module=xc/fonts/scaled +localdir=xfonts-scalable-nonfree-$latest_release.cvs$yesterdate + +export CVS_RSH=ssh + +#echo "Password is anoncvs" +cvs -d anoncvs@anoncvs.xfree86.org:/cvs export -d $localdir -D $yesterdate $module +tar chf - --exclude-from=`dirname $0`/getfromcvs.ignore $localdir | gzip -f9 > $localdir.tar.gz --- xfonts-scalable-nonfree-4.2.1.orig/debian/ttf-xfree86-nonfree-syriac.defoma-hints +++ xfonts-scalable-nonfree-4.2.1/debian/ttf-xfree86-nonfree-syriac.defoma-hints @@ -0,0 +1,287 @@ +category truetype +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMAdiabene.otf + Family = East.Syriac.Adiabene + FontName = EastSyriacAdiabene-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMAntioch.otf + Family = Estrangelo.Antioch + FontName = EstrangeloAntioch-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMBatnanBold.otf + Family = Serto.Batnan + FontName = SertoBatnan-Bold + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Bold + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMBatnan.otf + Family = Serto.Batnan + FontName = SertoBatnan-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMCtesiphon.otf + Family = East.Syriac.Ctesiphon + FontName = EastSyriacCtesiphon-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMEdessa.otf + Family = Estrangelo.Edessa + FontName = EstrangeloEdessa-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMJerusalemBold.otf + Family = Serto.Jerusalem + FontName = SertoJerusalem-Bold + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Bold + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMJerusalemItalic.otf + Family = Serto.Jerusalem + FontName = SertoJerusalem-Italic + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Italic + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMJerusalem.otf + Family = Serto.Jerusalem + FontName = SertoJerusalem-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMJerusalemOutline.otf + Family = Serto.Jerusalem.Outline + FontName = SertoJerusalemOutline-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMKharput.otf + Family = Serto.Kharput + FontName = SertoKharput-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMMalankara.otf + Family = Serto.Malankara + FontName = SertoMalankara-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMMardinBold.otf + Family = Serto.Mardin + FontName = SertoMardin-Bold + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Bold + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMMardin.otf + Family = Serto.Mardin + FontName = SertoMardin-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMMidyat.otf + Family = Estrangelo.Midyat + FontName = EstrangeloMidyat-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMNisibin.otf + Family = Estrangelo.Nisibin + FontName = EstrangeloNisibin-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMNisibinOutline.otf + Family = Estrangelo.Nisibin.Outline + FontName = EstrangeloNisibinOutline-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMQenNeshrin.otf + Family = Estrangelo.Quenneshrin + FontName = EstrangeloQuenneshrin-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMTalada.otf + Family = Estrangelo.Talada + FontName = EstrangeloTalada-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMTurAbdin.otf + Family = Estrangelo.TurAbdin + FontName = EstrangeloTurAbdin-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMUrhoyBold.otf + Family = Serto.Urhoy + FontName = SertoUrhoy-Bold + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Bold + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac/SyrCOMUrhoy.otf + Family = Serto.Urhoy + FontName = SertoUrhoy-Regular + Encoding = Unicode + Location = English + Charset = ISO10646-1 + GeneralFamily = Meltho + Weight = Medium + Width = Variable + Shape = Upright + Foundry = Beth_Mardutho + Priority = 20 +end --- xfonts-scalable-nonfree-4.2.1.orig/debian/ttf-xfree86-nonfree-syriac.install +++ xfonts-scalable-nonfree-4.2.1/debian/ttf-xfree86-nonfree-syriac.install @@ -0,0 +1 @@ +Meltho/*.otf usr/share/fonts/truetype/ttf-xfree86-nonfree-syriac --- xfonts-scalable-nonfree-4.2.1.orig/debian/ttf-xfree86-nonfree-syriac.maintscript +++ xfonts-scalable-nonfree-4.2.1/debian/ttf-xfree86-nonfree-syriac.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/defoma/hints/ttf-xfree86-nonfree-syriac.hints 4.2.1-3 --- xfonts-scalable-nonfree-4.2.1.orig/debian/ttf-xfree86-nonfree.install +++ xfonts-scalable-nonfree-4.2.1/debian/ttf-xfree86-nonfree.install @@ -0,0 +1 @@ +TTF/*.ttf usr/share/fonts/truetype/ttf-xfree86-nonfree --- xfonts-scalable-nonfree-4.2.1.orig/debian/compat +++ xfonts-scalable-nonfree-4.2.1/debian/compat @@ -0,0 +1 @@ +7 --- xfonts-scalable-nonfree-4.2.1.orig/debian/t1-xfree86-nonfree.preinst +++ xfonts-scalable-nonfree-4.2.1/debian/t1-xfree86-nonfree.preinst @@ -0,0 +1,28 @@ +#! /bin/sh + +set -e + +if dpkg --compare-versions "$2" lt 4.2.1-4; then + if [ -x "which defoma-font 2>/dev/null" ]; then + defoma-font purge /etc/defoma/hints/t1-xfree86-nonfree.hints + fi +fi + + +case "$1" in + install|upgrade) + rm -f /etc/X11/fonts/Type1/xfonts-scalable-nonfree.scale + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 --- xfonts-scalable-nonfree-4.2.1.orig/debian/control +++ xfonts-scalable-nonfree-4.2.1/debian/control @@ -0,0 +1,90 @@ +Source: xfonts-scalable-nonfree +Section: non-free/fonts +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Jonas Smedegaard +Build-Depends-Indep: cdbs, + debhelper, + dh-buildinfo, debhelper (>= 8.1.0~) +Standards-Version: 3.9.2 + +Package: t1-xfree86-nonfree +Architecture: all +Pre-Depends: ${misc:Pre-Depends} +Depends: fontconfig, ${misc:Depends} +Conflicts: xfonts-xfree86-nonfree, xfonts-scalable-nonfree +Replaces: xfonts-xfree86-nonfree, xfonts-scalable-nonfree +Suggests: xfs | xserver +Description: non-free Postscript Type 1 fonts from XFree86 + Collection of Postscript Type 1 fonts originally part of + the XFree86 distribution, but which are licensed under terms + incompatible with the Debian Free Software Guidelines, and thus cannot + be distributed as part of Debian. + . + The fonts are: + - IBM Courier + - B&H Luxi Mono + - B&H Luxi Sans + - B&H Luxi Serif + . + Other non-free fonts are in the separate packages ttf-xfree86-nonfree + and ttf-xfree86-nonfree-syriac. + +Package: ttf-xfree86-nonfree +Architecture: all +Pre-Depends: ${misc:Pre-Depends} +Depends: fontconfig, ${misc:Depends} +Conflicts: xfonts-xfree86-nonfree, xfonts-scalable-nonfree +Suggests: xserver-xfree86 | xfs-xtt (>> 1:1.3.0.1-3) | xfs (>= 4.0.2-1) +Description: non-free TrueType fonts from XFree86 + Collection of TrueType fonts originally part of the + XFree86 distribution, but which are licensed under terms + incompatible with the Debian Free Software Guidelines, and thus cannot + be distributed as part of Debian. + . + The fonts are: + - B&H Luxi Mono + - B&H Luxi Sans + - B&H Luxi Serif + . + Read /usr/share/doc/ttf-xfree86-nonfree/README.Debian for instructions + on how to register these fonts with XFree86. + . + Other non-free fonts are in the separate packages t1-xfree86-nonfree + and ttf-xfree86-nonfree-syriac. + +Package: ttf-xfree86-nonfree-syriac +Architecture: all +Pre-Depends: ${misc:Pre-Depends} +Depends: fontconfig, ${misc:Depends} +Suggests: xserver-xfree86 | xfs-xtt (>> 1:1.3.0.1-3) | xfs (>= 4.0.2-1) +Description: non-free syriac OpenType fonts from XFree86 + Meltho mollection of syriac OpenType fonts originally part of the + XFree86 distribution, but which are licensed under terms + incompatible with the Debian Free Software Guidelines, and thus cannot + be distributed as part of Debian. + . + The fonts are: + - Beth Mardutho East Syriac Adiabene + - Beth Mardutho East Syriac Ctesiphon + - Beth Mardutho Estrangelo Antioch + - Beth Mardutho Estrangelo Edessa + - Beth Mardutho Estrangelo Midyat + - Beth Mardutho Estrangelo Nisibin + - Beth Mardutho Estrangelo Nisibin Outline + - Beth Mardutho Estrangelo Quenneshrin + - Beth Mardutho Estrangelo Talada + - Beth Mardutho Estrangelo TurAbdin + - Beth Mardutho Serto Batnan + - Beth Mardutho Serto Jerusalem + - Beth Mardutho Serto Jerusalem Outline + - Beth Mardutho Serto Kharput + - Beth Mardutho Serto Malankara + - Beth Mardutho Serto Mardin + - Beth Mardutho Serto Urhoy + . + Read /usr/share/doc/ttf-xfree86-nonfree-syriac/README.Debian for + instructions on how to register these fonts with XFree86. + . + Other non-free fonts are in the separate packages ttf-xfree86-nonfree + and t1-xfree86-nonfree. --- xfonts-scalable-nonfree-4.2.1.orig/debian/t1-xfree86-nonfree.defoma-hints +++ xfonts-scalable-nonfree-4.2.1/debian/t1-xfree86-nonfree.defoma-hints @@ -0,0 +1,345 @@ +category type1 +begin /usr/share/fonts/type1/t1-xfree86-nonfree/courbi.pfa + FaceNum = 4 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = Courier-BoldItalic + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Family = Courier + GeneralFamily = Roman + Weight = Bold + Width = Fixed + Shape = Serif Italic + Priority = 20 + X-FontName = -adobe-courier-bold-i-normal--0-0-0-0-m-0-iso8859-1 + X-FontName1 = -adobe-courier-bold-i-normal--0-0-0-0-m-0-iso8859-2 + X-FontName2 = -adobe-courier-bold-i-normal--0-0-0-0-m-0-iso8859-3 + X-FontName3 = -adobe-courier-bold-i-normal--0-0-0-0-m-0-iso8859-9 + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/courbi.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/courb.pfa + FaceNum = 4 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = Courier-Bold + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Family = Courier + GeneralFamily = Roman + Weight = Bold + Width = Fixed + Shape = Serif Upright + Priority = 20 + X-FontName = -adobe-courier-bold-r-normal--0-0-0-0-m-0-iso8859-1 + X-FontName1 = -adobe-courier-bold-r-normal--0-0-0-0-m-0-iso8859-2 + X-FontName2 = -adobe-courier-bold-r-normal--0-0-0-0-m-0-iso8859-3 + X-FontName3 = -adobe-courier-bold-r-normal--0-0-0-0-m-0-iso8859-9 + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/courb.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/couri.pfa + FaceNum = 4 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = Courier-Italic + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Family = Courier + GeneralFamily = Roman + Weight = Medium + Width = Fixed + Shape = Serif Italic + Priority = 20 + X-FontName = -adobe-courier-medium-i-normal--0-0-0-0-m-0-iso8859-1 + X-FontName1 = -adobe-courier-medium-i-normal--0-0-0-0-m-0-iso8859-2 + X-FontName2 = -adobe-courier-medium-i-normal--0-0-0-0-m-0-iso8859-3 + X-FontName3 = -adobe-courier-medium-i-normal--0-0-0-0-m-0-iso8859-9 + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/couri.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/cour.pfa + FaceNum = 4 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = Courier + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Family = Courier + GeneralFamily = Roman + Weight = Medium + Width = Fixed + Shape = Serif Upright + Priority = 20 + X-FontName = -adobe-courier-medium-r-normal--0-0-0-0-m-0-iso8859-1 + X-FontName1 = -adobe-courier-medium-r-normal--0-0-0-0-m-0-iso8859-2 + X-FontName2 = -adobe-courier-medium-r-normal--0-0-0-0-m-0-iso8859-3 + X-FontName3 = -adobe-courier-medium-r-normal--0-0-0-0-m-0-iso8859-9 + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/cour.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l047013t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiMono + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-9 + Charset3 = ISO8859-15 + Charset4 = font-specific + Family = Luxi_Mono + GeneralFamily = Roman + Weight = Medium + Width = Fixed + Shape = Serif Upright + Priority = 20 + X-FontName = -b&h-Luxi_Mono-medium-r-normal--0-0-0-0-m-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Mono-medium-r-normal--0-0-0-0-m-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Mono-medium-r-normal--0-0-0-0-m-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Mono-medium-r-normal--0-0-0-0-m-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Mono-medium-r-normal--0-0-0-0-m-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l047013t.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l047016t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiMono-Bold + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-9 + Charset3 = ISO8859-15 + Charset4 = font-specific + Family = Luxi_Mono + GeneralFamily = Roman + Weight = Bold + Width = Fixed + Shape = Serif Upright + Priority = 20 + X-FontName = -b&h-Luxi_Mono-bold-r-normal--0-0-0-0-m-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Mono-bold-r-normal--0-0-0-0-m-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Mono-bold-r-normal--0-0-0-0-m-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Mono-bold-r-normal--0-0-0-0-m-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Mono-bold-r-normal--0-0-0-0-m-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l047016t.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l047033t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiMono-Oblique + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-9 + Charset3 = ISO8859-15 + Charset4 = font-specific + Family = Luxi_Mono + GeneralFamily = Roman + Weight = Medium + Width = Fixed + Shape = Serif Oblique + Priority = 20 + X-FontName = -b&h-Luxi_Mono-medium-i-normal--0-0-0-0-m-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Mono-medium-i-normal--0-0-0-0-m-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Mono-medium-i-normal--0-0-0-0-m-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Mono-medium-i-normal--0-0-0-0-m-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Mono-medium-i-normal--0-0-0-0-m-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l047033t.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l047036t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiMono-BoldOblique + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-9 + Charset3 = ISO8859-15 + Charset4 = font-specific + Family = Luxi_Mono + GeneralFamily = Roman + Weight = Bold + Width = Fixed + Shape = Serif Oblique + Priority = 20 + X-FontName = -b&h-Luxi_Mono-bold-i-normal--0-0-0-0-m-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Mono-bold-i-normal--0-0-0-0-m-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Mono-bold-i-normal--0-0-0-0-m-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Mono-bold-i-normal--0-0-0-0-m-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Mono-bold-i-normal--0-0-0-0-m-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l047036t.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l048013t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiSans + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Charset4 = font-specific + Family = Luxi_Sans + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = NoSerif Upright + Priority = 20 + X-FontName = -b&h-Luxi_Sans-medium-r-normal--0-0-0-0-p-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Sans-medium-r-normal--0-0-0-0-p-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Sans-medium-r-normal--0-0-0-0-p-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Sans-medium-r-normal--0-0-0-0-p-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Sans-medium-r-normal--0-0-0-0-p-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l048013t.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l048016t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiSans-Bold + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Charset4 = font-specific + Family = Luxi_Sans + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = NoSerif Upright + Priority = 20 + X-FontName = -b&h-Luxi_Sans-bold-r-normal--0-0-0-0-p-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Sans-bold-r-normal--0-0-0-0-p-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Sans-bold-r-normal--0-0-0-0-p-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Sans-bold-r-normal--0-0-0-0-p-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Sans-bold-r-normal--0-0-0-0-p-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l048016t.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l048033t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiSans-Oblique + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Charset4 = font-specific + Family = Luxi_Sans + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = NoSerif Oblique + Priority = 20 + X-FontName = -b&h-Luxi_Sans-medium-i-normal--0-0-0-0-p-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Sans-medium-i-normal--0-0-0-0-p-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Sans-medium-i-normal--0-0-0-0-p-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Sans-medium-i-normal--0-0-0-0-p-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Sans-medium-i-normal--0-0-0-0-p-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l048033t.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l048036t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiSans-BoldOblique + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Charset4 = font-specific + Family = Luxi_Sans + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = NoSerif Oblique + Priority = 20 + X-FontName = -b&h-Luxi_Sans-bold-i-normal--0-0-0-0-p-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Sans-bold-i-normal--0-0-0-0-p-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Sans-bold-i-normal--0-0-0-0-p-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Sans-bold-i-normal--0-0-0-0-p-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Sans-bold-i-normal--0-0-0-0-p-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l048036t.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l049013t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiSerif + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Charset4 = font-specific + Family = Luxi_Serif + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Upright + Priority = 20 + X-FontName = -b&h-Luxi_Serif-medium-r-normal--0-0-0-0-p-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Serif-medium-r-normal--0-0-0-0-p-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Serif-medium-r-normal--0-0-0-0-p-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Serif-medium-r-normal--0-0-0-0-p-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Serif-medium-r-normal--0-0-0-0-p-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l049013t.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l049016t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiSerif-Bold + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Charset4 = font-specific + Family = Luxi_Serif + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Upright + Priority = 20 + X-FontName = -b&h-Luxi_Serif-bold-r-normal--0-0-0-0-p-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Serif-bold-r-normal--0-0-0-0-p-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Serif-bold-r-normal--0-0-0-0-p-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Serif-bold-r-normal--0-0-0-0-p-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Serif-bold-r-normal--0-0-0-0-p-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l049016t.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l049033t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiSerif-Oblique + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Charset4 = font-specific + Family = Luxi_Serif + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Oblique + Priority = 20 + X-FontName = -b&h-Luxi_Serif-medium-i-normal--0-0-0-0-p-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Serif-medium-i-normal--0-0-0-0-p-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Serif-medium-i-normal--0-0-0-0-p-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Serif-medium-i-normal--0-0-0-0-p-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Serif-medium-i-normal--0-0-0-0-p-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l049033t.afm +end +begin /usr/share/fonts/type1/t1-xfree86-nonfree/l049036t.pfa + FaceNum = 5 + Inherit = Weight Shape Width Priority Family GeneralFamily + FontName = LuxiSerif-BoldOblique + Charset = ISO8859-1 + Charset1 = ISO8859-2 + Charset2 = ISO8859-3 + Charset3 = ISO8859-9 + Charset4 = font-specific + Family = Luxi_Serif + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Oblique + Priority = 20 + X-FontName = -b&h-Luxi_Serif-bold-i-normal--0-0-0-0-p-0-iso8859-1 + X-FontName1 = -b&h-Luxi_Serif-bold-i-normal--0-0-0-0-p-0-iso8859-2 + X-FontName2 = -b&h-Luxi_Serif-bold-i-normal--0-0-0-0-p-0-iso8859-9 + X-FontName3 = -b&h-Luxi_Serif-bold-i-normal--0-0-0-0-p-0-iso8859-15 + X-FontName4 = -b&h-Luxi_Serif-bold-i-normal--0-0-0-0-p-0-adobe-standard + AFM = /usr/share/fonts/type1/t1-xfree86-nonfree/l049036t.afm +end --- xfonts-scalable-nonfree-4.2.1.orig/debian/getfromcvs.ignore +++ xfonts-scalable-nonfree-4.2.1/debian/getfromcvs.ignore @@ -0,0 +1,29 @@ +Copyright +c0419bt_.afm +c0419bt_.pfb +c0582bt_.afm +c0582bt_.pfb +c0583bt_.afm +c0583bt_.pfb +c0611bt_.afm +c0611bt_.pfb +c0632bt_.afm +c0632bt_.pfb +c0633bt_.afm +c0633bt_.pfb +c0648bt_.afm +c0648bt_.pfb +c0649bt_.afm +c0649bt_.pfb +cursor.pfa +Speedo +CID +UTBI____.afm +UTBI____.pfa +UTB_____.afm +UTB_____.pfa +UTI_____.afm +UTI_____.pfa +UTRG____.afm +UTRG____.pfa +Ethiopic --- xfonts-scalable-nonfree-4.2.1.orig/debian/gen-fonts-dir.pl +++ xfonts-scalable-nonfree-4.2.1/debian/gen-fonts-dir.pl @@ -0,0 +1,59 @@ +#!/usr/bin/perl + +# Based on gen-fonts-dir.pl from package tipa packaged for Debian by +# Rafael Laboissiere Sun, 17 Nov 2002 15:07:57 +0100. +# +# Hacked to support .pfa files and add newline at end-of-file by +# Jonas Smedegaard Fri, 13 Dec 2002 21:50:53 +0100. +# +# Hacked(!) to support sub-hints. + +($fontdir, $linkdir, $scale, $hints) = @ARGV; + +open (HINTS, "< $hints"); +undef $/; +@dir = (); +map { + m{/([^/]+)\.(pf[ab])}; + $file = $1; + $file_ext = $2; + if (/X-FontName = (.*)/) { + $xfnt = $1; + push @dir, "$file.$file_ext\t$xfnt"; +# $xfnt =~ s/silipa-1/adobe-fontspecific/; +# push @dir, "$file.$file_ext\t$xfnt"; + } + if (/X-FontName1 = (.*)/) { + $xfnt = $1; + push @dir, "$file.$file_ext\t$xfnt"; +# $xfnt =~ s/silipa-1/adobe-fontspecific/; +# push @dir, "$file.$file_ext\t$xfnt"; + } + if (/X-FontName2 = (.*)/) { + $xfnt = $1; + push @dir, "$file.$file_ext\t$xfnt"; +# $xfnt =~ s/silipa-1/adobe-fontspecific/; +# push @dir, "$file.$file_ext\t$xfnt"; + } + if (/X-FontName3 = (.*)/) { + $xfnt = $1; + push @dir, "$file.$file_ext\t$xfnt"; +# $xfnt =~ s/silipa-1/adobe-fontspecific/; +# push @dir, "$file.$file_ext\t$xfnt"; + } + if (/X-FontName4 = (.*)/) { + $xfnt = $1; + push @dir, "$file.$file_ext\t$xfnt"; +# $xfnt =~ s/silipa-1/adobe-fontspecific/; +# push @dir, "$file.$file_ext\t$xfnt"; + } + foreach $ext ("$file_ext", "afm") { + system ("ln -fs $fontdir/$file.$ext $linkdir/$file.$ext\n"); + } +} split ("end\nbegin", ); +close HINTS; + +open (SCALE, ">$scale"); +print SCALE scalar @dir, "\n", join ("\n", @dir); +print SCALE "\n"; +close SCALE; --- xfonts-scalable-nonfree-4.2.1.orig/debian/copyright +++ xfonts-scalable-nonfree-4.2.1/debian/copyright @@ -0,0 +1,132 @@ +Package: xfonts-scalable-nonfree +Obtained from: XFree86 CVS repository (anoncvs@anoncvs.xfree86.org:/cvs) +Upstream author(s): The XFree86 Project, Inc., et al. + +Copyright and license info: +=========================== + +Luxi fonts: +----------- + +Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font +instruction code copyright (c) 2001 by URW++ GmbH. All Rights +Reserved. Luxi is a registered trademark of Bigelow & Holmes Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of these Fonts and associated documentation files (the "Font +Software"), to deal in the Font Software, including without +limitation the rights to use, copy, merge, publish, distribute, +sublicense, and/or sell copies of the Font Software, and to permit +persons to whom the Font Software is furnished to do so, subject to +the following conditions: + +The above copyright and trademark notices and this permission notice +shall be included in all copies of one or more of the Font Software. + +The Font Software may not be modified, altered, or added to, and in +particular the designs of glyphs or characters in the Fonts may not +be modified nor may additional glyphs or characters be added to the +Fonts. This License becomes null and void when the Fonts or Font +Software have been modified. + +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL +BIGELOW & HOLMES INC. OR URW++ GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES +OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, +INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR +INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT +SOFTWARE. + +Except as contained in this notice, the names of Bigelow & Holmes +Inc. and URW++ GmbH. shall not be used in advertising or otherwise to +promote the sale, use or other dealings in this Font Software without +prior written authorization from Bigelow & Holmes Inc. and URW++ GmbH. + +For further information, contact: + +info@urwpp.de +or +design@bigelowandholmes.com + +IBM Courier: +------------ + +******************************************************************************** + +IBM Courier - Copyright (c) IBM Corporation 1990, 1991 + +You are hereby granted permission under the terms of the IBM/MIT X Consortium +Courier Typefont agreement to execute, reproduce, distribute, display, market, +sell and otherwise transfer copies of the IBM Courier font to third parties. + +The font is provided "AS IS" without charge. NO WARRANTIES OR INDEMNIFICATION +ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT LIMITED TO THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + +Meltho fonts: +------------- + +This license is derived from the Bigelow & Holmes Font License +found at http://www.xfree86.org/current/LICENSE2.html + +The following reasonable modifications have been made to the +Bigelow & Holmes Font License: + +* All references to Luxi have been replaced with Meltho + +* All references to Bigelow & Holmes Inc. and URW++ GmbH haven + been replaced with Beth Mardutho: The Syriac Institute + +* The registered trademark notice belonging to Bigelow & Holmes + Inc. has been removed + +* Contact information has been modified to show that the + contact person for these fonts is the Director of the + Institute, George Kiraz. + +------------------------------------------------------------- + +Meltho fonts and font code copyright © 2002 by Beth Mardutho: +The Syriac Institute. All Right Reserved. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of these Fonts and associated documentation +files (the "Font Software"), to deal in the Font Software, +including without limitation the rights to use, copy, merge, +publish, distribute, sublicense, and/or sell copies of the +Font Software, and to permit persons to whom the Font Software +is furnished to do so, subject to the following conditions: + +The above copyright and trademark notices and this permission +notice shall be included in all copies of one or more of the +Font Software. + +The Font Software may not be modified, altered, or added to, +and in particular the designs of glyphs or characters in the +Fonts may not be modified nor may additional glyphs or +characters be added to the Fonts. This License becomes null +and void when the Fonts or Font Software have been modified. + +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE +AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER +RIGHT. IN NO EVENT SHALL BETH MARDUTHO: THE SYRIAC INSTITUTE BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY +GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR +FROM OTHER DEALINGS IN THE FONT SOFTWARE. + +Except as contained in this notice, the name of Beth Mardutho: +The Syriac Institute shall not be used in advertising or otherwise +to promote the sale, use or other dealings in this Font Software +without prior written authorization from Beth Mardutho: The +Syriac Institute. + +For further information, contact: +George Kiraz, Director of Beth Mardutho +gkiraz@bethmardutho.org --- xfonts-scalable-nonfree-4.2.1.orig/debian/control.in +++ xfonts-scalable-nonfree-4.2.1/debian/control.in @@ -0,0 +1,88 @@ +Source: xfonts-scalable-nonfree +Section: non-free/fonts +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Jonas Smedegaard +Build-Depends-Indep: @cdbs@, debhelper (>= 8.1.0~) +Standards-Version: 3.9.2 + +Package: t1-xfree86-nonfree +Architecture: all +Pre-Depends: ${misc:Pre-Depends} +Depends: fontconfig, ${misc:Depends} +Conflicts: xfonts-xfree86-nonfree, xfonts-scalable-nonfree +Replaces: xfonts-xfree86-nonfree, xfonts-scalable-nonfree +Suggests: xfs | xserver +Description: non-free Postscript Type 1 fonts from XFree86 + Collection of Postscript Type 1 fonts originally part of + the XFree86 distribution, but which are licensed under terms + incompatible with the Debian Free Software Guidelines, and thus cannot + be distributed as part of Debian. + . + The fonts are: + - IBM Courier + - B&H Luxi Mono + - B&H Luxi Sans + - B&H Luxi Serif + . + Other non-free fonts are in the separate packages ttf-xfree86-nonfree + and ttf-xfree86-nonfree-syriac. + +Package: ttf-xfree86-nonfree +Architecture: all +Pre-Depends: ${misc:Pre-Depends} +Depends: fontconfig, ${misc:Depends} +Conflicts: xfonts-xfree86-nonfree, xfonts-scalable-nonfree +Suggests: xserver-xfree86 | xfs-xtt (>> 1:1.3.0.1-3) | xfs (>= 4.0.2-1) +Description: non-free TrueType fonts from XFree86 + Collection of TrueType fonts originally part of the + XFree86 distribution, but which are licensed under terms + incompatible with the Debian Free Software Guidelines, and thus cannot + be distributed as part of Debian. + . + The fonts are: + - B&H Luxi Mono + - B&H Luxi Sans + - B&H Luxi Serif + . + Read /usr/share/doc/ttf-xfree86-nonfree/README.Debian for instructions + on how to register these fonts with XFree86. + . + Other non-free fonts are in the separate packages t1-xfree86-nonfree + and ttf-xfree86-nonfree-syriac. + +Package: ttf-xfree86-nonfree-syriac +Architecture: all +Pre-Depends: ${misc:Pre-Depends} +Depends: fontconfig, ${misc:Depends} +Suggests: xserver-xfree86 | xfs-xtt (>> 1:1.3.0.1-3) | xfs (>= 4.0.2-1) +Description: non-free syriac OpenType fonts from XFree86 + Meltho mollection of syriac OpenType fonts originally part of the + XFree86 distribution, but which are licensed under terms + incompatible with the Debian Free Software Guidelines, and thus cannot + be distributed as part of Debian. + . + The fonts are: + - Beth Mardutho East Syriac Adiabene + - Beth Mardutho East Syriac Ctesiphon + - Beth Mardutho Estrangelo Antioch + - Beth Mardutho Estrangelo Edessa + - Beth Mardutho Estrangelo Midyat + - Beth Mardutho Estrangelo Nisibin + - Beth Mardutho Estrangelo Nisibin Outline + - Beth Mardutho Estrangelo Quenneshrin + - Beth Mardutho Estrangelo Talada + - Beth Mardutho Estrangelo TurAbdin + - Beth Mardutho Serto Batnan + - Beth Mardutho Serto Jerusalem + - Beth Mardutho Serto Jerusalem Outline + - Beth Mardutho Serto Kharput + - Beth Mardutho Serto Malankara + - Beth Mardutho Serto Mardin + - Beth Mardutho Serto Urhoy + . + Read /usr/share/doc/ttf-xfree86-nonfree-syriac/README.Debian for + instructions on how to register these fonts with XFree86. + . + Other non-free fonts are in the separate packages ttf-xfree86-nonfree + and t1-xfree86-nonfree. --- xfonts-scalable-nonfree-4.2.1.orig/debian/t1-xfree86-nonfree.maintscript +++ xfonts-scalable-nonfree-4.2.1/debian/t1-xfree86-nonfree.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/defoma/hints/t1-xfree86-nonfree.hints 4.2.1-3 --- xfonts-scalable-nonfree-4.2.1.orig/debian/ttf-xfree86-nonfree.preinst +++ xfonts-scalable-nonfree-4.2.1/debian/ttf-xfree86-nonfree.preinst @@ -0,0 +1,28 @@ +#! /bin/sh + +set -e + +if dpkg --compare-versions "$2" lt 4.2.1-4; then + if [ -x "which defoma-font 2>/dev/null" ]; then + defoma-font purge /etc/defoma/hints/ttf-xfree86-nonfree.hints + fi +fi + + +case "$1" in + install|upgrade) + rm -f /etc/X11/fonts/Type1/xfonts-scalable-nonfree.scale + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 --- xfonts-scalable-nonfree-4.2.1.orig/debian/cdbs/1/rules/buildinfo.mk +++ xfonts-scalable-nonfree-4.2.1/debian/cdbs/1/rules/buildinfo.mk @@ -0,0 +1,42 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2004 Jonas Smedegaard +# Description: Generate and include build information +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_buildinfo +_cdbs_class_buildinfo := 1 + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), dh-buildinfo + +common-install-arch common-install-indep:: debian/stamp-buildinfo + +debian/stamp-buildinfo: + dh_buildinfo + +clean:: + rm -f debian/stamp-buildinfo + +endif --- xfonts-scalable-nonfree-4.2.1.orig/debian/lintian/t1-xfree86-nonfree +++ xfonts-scalable-nonfree-4.2.1/debian/lintian/t1-xfree86-nonfree @@ -0,0 +1,3 @@ +t1-xfree86-nonfree: packages-installs-file-to-usr-x11r6 usr/X11R6/ +t1-xfree86-nonfree: packages-installs-file-to-usr-x11r6 usr/X11R6/lib/ +t1-xfree86-nonfree: packages-installs-file-to-usr-x11r6 usr/X11R6/lib/X11/