debian/0000755000000000000000000000000011611361161007163 5ustar debian/control0000644000000000000000000000115611611360243010571 0ustar Source: ttf-ancient-fonts Section: fonts Priority: optional Maintainer: Gürkan Sengün Uploaders: Debian Fonts Task Force Build-Depends: debhelper (>= 8) Standards-Version: 3.9.2 Homepage: http://users.teilar.gr/~g1951d/ Package: ttf-ancient-fonts Architecture: all 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. debian/watch0000644000000000000000000000022511611350632010214 0ustar # This package is an aggregation of several font zip files, # which uscan does not support at the time of writing. # http://users.teilar.gr/~g1951d/ debian/changelog0000644000000000000000000000343711611361160011043 0ustar ttf-ancient-fonts (2.57-1) unstable; urgency=low * Team upload. * New upstream release * Drop defoma stuff, since it is unused and obsolete * Switch to dh instead of long-style debhelper * Add a dummy watch file indicating this is an aggregation package * Add a get-orig-source target to generate tarball * Font packages don't have ELF binaries, remove ${shlibs:Depends} -- Paul Wise Tue, 19 Jul 2011 21:51:57 +0200 ttf-ancient-fonts (2.56-1) unstable; urgency=low * New upstream version. (Closes: #562567) * Bump standards version to 3.9.2. * Bump debhelper version to 8. * debian/copyright: updated the years. * Switch to dpkg-source format version 3.0 (quilt). -- Gürkan Sengün Thu, 05 May 2011 14:51:32 +0200 ttf-ancient-fonts (2.52-1) unstable; urgency=low * New upstream version. (Closes: #550681) * Bump debhelper version. * Bump standards version. * Change section to fonts. -- Gürkan Sengün Thu, 03 Dec 2009 12:56:51 +0100 ttf-ancient-fonts (2.02-1) unstable; urgency=low * New upstream version. * Update my email address. -- Gürkan Sengün Thu, 12 Jun 2008 09:46:20 +0200 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 debian/source/0000755000000000000000000000000011352076337010475 5ustar debian/source/format0000644000000000000000000000001411354423455011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000110011560516635011121 0ustar 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-2011 George Douros License: Fonts are free for any use; they may be opened, edited, modified, regenerated, packaged and redistributed. The Debian packaging is: Copyright (C) 2007-2011 Gürkan Sengün and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/compat0000644000000000000000000000000211560516561010372 0ustar 8 debian/install0000644000000000000000000000014611611330314010551 0ustar *.otf usr/share/fonts/truetype/ttf-ancient-scripts *.ttf usr/share/fonts/truetype/ttf-ancient-scripts debian/rules0000755000000000000000000000173511611362264010256 0ustar #!/usr/bin/make -f %: dh $@ P=ttf-ancient-fonts V=2.57 U=http://users.teilar.gr/~g1951d/ Z=Aegean600.zip \ Aegyptus313.zip \ Gardiner313.zip \ Symbola605.zip \ Alfios.zip \ Aroania.zip \ Alexander.zip \ Anaktoria.zip \ Avdira.zip \ Atavyros.zip \ Analecta306.zip \ Musica306.zip \ Akkadian256.zip \ Anatolian306.zip \ Maya106.zip \ Unidings605.zip get-orig-source: for f in $(Z) ; do \ wget -O $$f $(U)$$f ; \ # Some files are duplicated so we need -o \ unzip -o -d $(P)-$(V).orig $$f ; \ rm -f $$f ; \ done # We prefer UTF-8 LF text files, convert them using iconv, tr find $(P)-$(V).orig -iname '*.txt' -print0 | xargs -0 -I_ sh -c "iconv -f UTF-16 -t UTF-8 _ | tr -d '\r' > _.tmp && mv _.tmp _" # PDFs are produced using Microsoft Word and no # Word files (source code) are published for them # so we have to remove them as per DFSG item 2. rm -f $(P)-$(V).orig/*.pdf tar zcf $(P)_$(V).orig.tar.gz $(P)-$(V).orig rm -rf $(P)-$(V).orig