debian/0000755000000000000000000000000012262042544007167 5ustar debian/gbp.conf0000644000000000000000000000004712262040662010606 0ustar [git-buildpackage] compression = bzip2 debian/control0000644000000000000000000000203412262040662010570 0ustar Source: fonts-mgopen Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Faidon Liambotis , Christian Perrier Build-Depends: debhelper (>= 9~) Standards-Version: 3.9.5 Homepage: http://www.magenta.gr/ Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-mgopen.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-mgopen.git;a=summary Package: fonts-mgopen Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Replaces: ttf-mgopen (<< 1.1-6) Breaks: ttf-mgopen (<< 1.1-6) Description: Magenta MgOpen TrueType fonts This package provides a collection of TrueType font families by Magenta Inc. They contain mostly Latin-1 and Modern Greek glyphs. . The following families are provided: . * MgOpenCanonica (BoldItalic, Bold, Italic, Regular) * MgOpenCosmetica (BoldOblique, Bold, Oblique, Regular) * MgOpenModata (BoldOblique, Bold, Oblique, Regular) * MgOpenModerna (BoldOblique, Bold, Oblique, Regular) debian/preinst0000644000000000000000000000172612262037237010607 0ustar #!/bin/sh set -e VERSION=1.1-4 PKG=ttf-mgopen FILE=/etc/defoma/hints/${PKG}.hints # Remove a no-longer used conffile rm_conffile() { local PKGNAME="$1" local CONFFILE="$2" [ -e "$CONFFILE" ] || return 0 local md5sum="$(md5sum $CONFFILE | sed -e 's/ .*//')" local old_md5sum="$(dpkg-query -W -f='${Conffiles}' $PKGNAME | \ sed -n -e "\' $CONFFILE ' { s/ obsolete$//; s/.* //; p }")" if [ "$md5sum" != "$old_md5sum" ]; then echo "Obsolete conffile $CONFFILE has been modified by you." echo "Saving as $CONFFILE.dpkg-bak ..." mv -f "$CONFFILE" "$CONFFILE".dpkg-bak else echo "Removing obsolete conffile $CONFFILE ..." rm -f "$CONFFILE" fi } case "$1" in install|upgrade) if dpkg --compare-versions "$2" lt-nl "$VERSION"; then if [ -f $FILE ]; then if [ -x /usr/bin/defoma-font ]; then defoma-font purge-all $FILE || true fi fi rm_conffile $PKG $FILE fi esac #DEBHELPER# debian/copyright0000644000000000000000000000441312262037237011127 0ustar This package was debianized by Konstantinos Margaritis on Sat, 4 Dec 2004 23:54:29 +0200. It was downloaded from http://www.ellak.gr/fonts/mgopen Copyright (c) 2004 by MAGENTA Ltd. All Rights Reserved. Upstream Authors: Magenta Font maintainers License: (This license is almost identical to the one used in ttf-bitstream-vera) Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, 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 typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing the word "MgOpen", or if the modifications are accepted for inclusion in the Font Software itself. This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "MgOpen" name. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. 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 MAGENTA OR PERSONS OR BODIES IN CHARGE OF ADMINISTRATION AND MAINTENANCE OF THE FONT SOFTWARE 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. debian/dirs0000644000000000000000000000004012262037237010050 0ustar usr/share/fonts/truetype/mgopen debian/source/0000755000000000000000000000000012262037237010472 5ustar debian/source/format0000644000000000000000000000001412262037237011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000620312262042544011042 0ustar fonts-mgopen (1.1-9) unstable; urgency=low * Update Standards to 3.9.5 (checked) * Bump debhelper compatibility to 9 * Drop transitional package * Add 'Multi-Arch: foreign' field * Use 'Breaks' instead of 'Conflicts'. Drop 'Provides' as it is no longer needed (installations should have transitioned since wheezy and the package has anyway no reverse dependency. * Use xz extreme compression for deb packages -- Christian Perrier Sat, 04 Jan 2014 18:31:16 +0100 fonts-mgopen (1.1-8) unstable; urgency=low * Drop MgOpenApolyta from package description as it is not provided in the package (no idea why, I can't even find the fonts on upstream web site anymore). Closes: #505880 -- Christian Perrier Mon, 24 Oct 2011 10:41:42 +0200 fonts-mgopen (1.1-7) unstable; urgency=low * Team upload * Rename source package to "fonts-mgopen" to fit the Font Packages Naming Policy. * Bump Standards to 3.9.2 (checked) * Change fonts install directory from usr/share/fonts/truetype/ttf-mgopen-* to usr/share/fonts/truetype/mgopen * Bump debhelper compatibility to 8 -- Christian Perrier Sun, 23 Oct 2011 17:05:39 +0200 ttf-mgopen (1.1-5) unstable; urgency=low [ Paul Wise ] * Fix section to fonts [ Christian Perrier ] * Drop "Recommends: x-ttcidfont-conf | fontconfig" * Relax build dependencies -- Christian Perrier Sun, 20 Dec 2009 14:18:11 +0100 ttf-mgopen (1.1-4) unstable; urgency=low * Switch to debhelper v7 * Use a minimal debian/rules file * Switch to 3.0 (quilt) source format * Add ${misc:Depends} to dependencies to properly cope with debhelper-triggerred dependencies * Add myself as Uploader * Update Standards to 3.8.3 (checked) * Drop postinst script as fontconfig is now using triggers to regenerate the font cache when packages install fonts * Drop defoma use -- Christian Perrier Tue, 08 Dec 2009 22:50:41 +0100 ttf-mgopen (1.1-3) unstable; urgency=low * Adopt the package by the Debian Fonts Task Force. * Add Vcs-svn and Vcs-Browser headers. * Add Homepage field. * Bump Standards-Version to 3.7.3. * Adapt Description and mention that the fonts are mostly targetted to Modern Greek users. -- Faidon Liambotis Thu, 10 Jan 2008 10:32:10 +0200 ttf-mgopen (1.1-2) unstable; urgency=low * Really fixed #303972 this time. (Closes: #324380) -- Konstantinos Margaritis Mon, 22 Aug 2005 08:27:20 +0300 ttf-mgopen (1.1-1) unstable; urgency=low * Slightly fixed fonts, new upstream * Added forgotten builddeps (Closes: #303039, #303043) * Fixed path in defoma-hints file (Closes: #303972) -- Konstantinos Margaritis Sun, 10 Apr 2005 12:02:50 +0300 ttf-mgopen (1.0-2) unstable; urgency=low * Removed the MgApolyta fonts, they are not ready for release yet. -- Konstantinos Margaritis Mon, 7 Feb 2005 12:10:56 +0200 ttf-mgopen (1.0-1) unstable; urgency=low * Initial Release. -- Konstantinos Margaritis Sat, 4 Dec 2004 23:54:29 +0200 debian/compat0000644000000000000000000000000212262040643010363 0ustar 9 debian/install0000644000000000000000000000005312262037237010561 0ustar TTFs/*.ttf usr/share/fonts/truetype/mgopen debian/README.Debian0000644000000000000000000000146412262037237011240 0ustar fonts-mgopen for Debian ----------------- This package includes the MgOpen fonts in TTF form. They support Latin ISO-8859-1 and Greek ISO-8859-7 glyphs, but are encoded in Unicode. Not much to say, the fonts are handled by defoma, just use them. The following fonts/families are provided: MgOpenCanonica: MgOpenCanonicaBoldItalic MgOpenCanonicaBold MgOpenCanonicaItalic MgOpenCanonicaRegular MgOpenCosmetica: MgOpenCosmeticaBoldOblique MgOpenCosmeticaBold MgOpenCosmeticaOblique MgOpenCosmeticaRegular MgOpenModata: MgOpenModataBoldOblique MgOpenModataBold MgOpenModataOblique MgOpenModataRegular MgOpenModerna: MgOpenModernaBoldOblique MgOpenModernaBold MgOpenModernaOblique MgOpenModernaRegular Alexios Zavras -- Konstantinos Margaritis , Sat, 4 Dec 2004 23:54:29 +0200 debian/rules0000755000000000000000000000012712262040662010246 0ustar #!/usr/bin/make -f %: dh $@ override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9