--- ttf-ancient-fonts-2.01.orig/debian/changelog +++ ttf-ancient-fonts-2.01/debian/changelog @@ -0,0 +1,19 @@ +ttf-ancient-fonts (2.01-1) unstable; urgency=low + + * New upstream version. + * Added Debian Fonts Task Force to Uploaders. + + -- Gürkan Sengün Tue, 15 Jan 2008 11:49:59 +0100 + +ttf-ancient-fonts (1.0-2) unstable; urgency=low + + * debian/control: Updated standards version. + * debian/copyright: Updated according to webpage. + + -- Gürkan Sengün Thu, 06 Dec 2007 15:15:34 +0100 + +ttf-ancient-fonts (1.0-1) unstable; urgency=low + + * Initial release. (Closes: #452526) + + -- Gürkan Sengün Mon, 26 Nov 2007 12:13:25 +0100 --- ttf-ancient-fonts-2.01.orig/debian/compat +++ ttf-ancient-fonts-2.01/debian/compat @@ -0,0 +1 @@ +5 --- ttf-ancient-fonts-2.01.orig/debian/defoma-hints +++ ttf-ancient-fonts-2.01/debian/defoma-hints @@ -0,0 +1,92 @@ +category truetype +begin /usr/share/fonts/truetype/ttf-ancient-scripts/Aegean.otf + Family = Aegean + FontName = Aegean-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Normal Upright + Foundry = Free + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-ancient-scripts/Aegyptus.otf + Family = Aegyptus + FontName = Aegyptus-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Normal Upright + Foundry = Free + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-ancient-scripts/Akkadian.otf + Family = Akkadian + FontName = Akkadian-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Normal Upright + Foundry = Free + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-ancient-scripts/Alexander.otf + Family = Alexander + FontName = Alexander-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Normal Upright + Foundry = Free + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-ancient-scripts/Analecta.otf + Family = Analecta + FontName = Analecta-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Normal Upright + Foundry = Free + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-ancient-scripts/Musical.otf + Family = Musical.Symbols + FontName = MusicalSymbols-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Normal Upright + Foundry = Free + Priority = 20 +end +begin /usr/share/fonts/truetype/ttf-ancient-scripts/Unicode.otf + Family = Unicode.Symbols + FontName = UnicodeSymbols-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Normal Upright + Foundry = Free + Priority = 20 +end --- ttf-ancient-fonts-2.01.orig/debian/copyright +++ ttf-ancient-fonts-2.01/debian/copyright @@ -0,0 +1,20 @@ +This package was debianized by Gürkan Sengün on +Mon, 26 Nov 2007 12:13:25 +0100. + +It was downloaded from http://users.teilar.gr/~g1951d/ + +Upstream Author: + + George Douros + +Copyright: + + Copyright (C) 2007 George Douros + +License: + + Fonts are free for any use; they may be opened, edited, + modified, regenerated, packaged and redistributed. + +The Debian packaging is (C) 2007, Gürkan Sengün and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- ttf-ancient-fonts-2.01.orig/debian/control +++ ttf-ancient-fonts-2.01/debian/control @@ -0,0 +1,16 @@ +Source: ttf-ancient-fonts +Section: x11 +Priority: optional +Maintainer: Gürkan Sengün +Uploaders: Debian Fonts Task Force +Build-Depends: debhelper (>= 5), defoma +Standards-Version: 3.7.3 +Homepage: http://users.teilar.gr/~g1951d/ + +Package: ttf-ancient-fonts +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Unicode Fonts for Ancient Scripts + These are free unicode fonts for Aegean Scripts, other ancient scripts in + the greater Aegean vicinity, Egyptian Hieroglyphs, Sumero-Akkadian Cuneiform, + Musical Symbols and all Symbol Blocks in the Unicode Standard. --- ttf-ancient-fonts-2.01.orig/debian/rules +++ ttf-ancient-fonts-2.01/debian/rules @@ -0,0 +1,42 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp + +build-stamp: + dh_testdir +# defoma-hints -c --no-question truetype *.otf > debian/defoma-hints +# sed -i s,/path/to,/usr/share/fonts/truetype/ttf-ancient-scripts,g debian/defoma-hints + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + dh_install *.otf usr/share/fonts/truetype/ttf-ancient-scripts + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install