debian/0000755000000000000000000000000012257610341007167 5ustar debian/bug/0000755000000000000000000000000012257606536007757 5ustar debian/bug/presubj0000644000000000000000000000147212257606536011360 0ustar When reporting bugs in the fonts themselves (i.e. not just in the packaging) please be sure to include the following information as far as applicable: - the versions of your libfreetype6, libxft2 and fontconfig packages (these should be automatically appended by reportbug), - all relevant configuration (especially anti-aliasing and hinting), - the application being used, - the affected unicode code points. It may also be helpful if you can provide a screen shot demonstrating the problem, however please don't attach it to the initial bug report (especially not if it is large). Please also try to make sure that it is actually a bug in the fonts and not e.g. in freetype (if a problem appears after a freetype update or if other fonts exhibit similar problems it is a sure sign that the problem is in freetype). debian/bug/script0000755000000000000000000000006712257606536011214 0ustar #!/bin/sh dpkg -l libfreetype6 libxft2 fontconfig >&3 debian/gbp.conf0000644000000000000000000000004712257607653010623 0ustar [git-buildpackage] compression = bzip2 debian/control0000644000000000000000000000272512257607630010607 0ustar Source: fonts-inconsolata Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Nicolas Spalinger , Christian Perrier Build-Depends: debhelper (>= 9~) Standards-Version: 3.9.5 Homepage: http://www.levien.com/type/myfonts/inconsolata.html Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-inconsolata.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-inconsolata.git;a=summary Package: fonts-inconsolata Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Replaces: ttf-inconsolata (<< 001.010-3) Breaks: ttf-inconsolata (<< 001.010-3) Description: monospace font for pretty code listings and for the terminal Inconsolata is a monospace font, designed for code listings and the like, in print. There are a great many "programmer fonts," designed primarily for use on the screen, but in most cases do not have the attention to detail for high resolution rendering. . The Fontforge .sfd and the Spiro .plate extended sources are available on the upstream website and in the source package. A Type1 version of the font is also available. . This is work in progress. It is released under the SIL Open Font License. Completion of this font is being generously sponsored by the TeX Users Group Development Fund. If you like this font and want to see more sponsored and released freely, please consider donating to TUG's Libre Font Fund. debian/preinst0000644000000000000000000000173712257606536010621 0ustar #!/bin/sh set -e VERSION=001.001-2 PKG=ttf-inconsolata 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/copyright0000644000000000000000000001140612257606536011137 0ustar Name: Inconsolata Maintainer: Nicolas Spalinger See the Alioth project for co-maintainership of open fonts: http://alioth.debian.org/projects/pkg-fonts Source: http://www.levien.com/type/myfonts/ofl.html Upstream Author: Raph Levien Files: * Copyright: This Font Software is Copyright (c) 2006, Raph Levien. All Rights Reserved. This Font Software is licensed under the SIL Open Font License, Version 1.0 No modification of the license is permitted, only verbatim copy is allowed. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL License: Open Font License 1.0 ----------------------------------------------------------- SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005 ----------------------------------------------------------- PREAMBLE The goals of the Open Font License (OFL) are to stimulate worldwide development of cooperative font projects, to support the font creation efforts of academic and linguistic communities, and to provide an open framework in which fonts may be shared and improved in partnership with others. The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and sold with any software provided that the font names of derivative works are changed. The fonts and derivatives, however, cannot be released under any other type of license. DEFINITIONS "Font Software" refers to any and all of the following: - font files - data files - source code - build scripts - documentation "Reserved Font Name" refers to the Font Software name as seen by users and any other names as specified after the copyright statement. "Standard Version" refers to the collection of Font Software components as distributed by the Copyright Holder. "Modified Version" refers to any derivative font software made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Standard Version, by changing formats or by porting the Font Software to a new environment. "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. PERMISSION & CONDITIONS Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Standard or Modified Versions, may be sold by itself. 2) Standard or Modified Versions of the Font Software may be bundled, redistributed and sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 3) No Modified Version of the Font Software may use the Reserved Font Name(s), in part or in whole, unless explicit written permission is granted by the Copyright Holder. This restriction applies to all references stored in the Font Software, such as the font menu name and other font description fields, which are used to differentiate the font from others. 4) The name(s) of the Copyright Holder or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed using this license, and may not be distributed under any other license. TERMINATION This license becomes null and void if any of the above conditions are not met. DISCLAIMER 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 THE COPYRIGHT HOLDER 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. Files: debian/* Copyright: (C) 2007-2009 Nicolas Spalinger License: The packaging is released under the same license as the Font Software. debian/dirs0000644000000000000000000000004612257606536010066 0ustar usr/share/fonts/truetype/inconsolata debian/docs0000644000000000000000000000003012257606536010046 0ustar OFL-FAQ.txt *.png *.pdf debian/source/0000755000000000000000000000000012257606536010502 5ustar debian/source/format0000644000000000000000000000001412257606536011710 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000607412257610317011053 0ustar fonts-inconsolata (001.010-5) unstable; urgency=low * Update Standards to 3.9.5 (checked) * Bump debhelper compatibility to 9 * 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. * Drop ttf-inconsolata transitional package * Use xz extreme compression for deb packages * Use git for packaging: adapt Vcs-* fields -- Christian Perrier Sat, 28 Dec 2013 18:56:31 +0100 fonts-inconsolata (001.010-4) unstable; urgency=low * Add proper Replaces, Conflicts, Provides fields for transition with ttf-inconsolata. -- Christian Perrier Wed, 05 Oct 2011 21:52:32 +0200 fonts-inconsolata (001.010-3) unstable; urgency=low * Team upload * Rename source package to "fonts-inconsolata" to fit the Font Packages Naming Policy. * Bump Standards to 3.9.2 (checked) * Change fonts install directory from usr/share/fonts/truetype/ttf-inconsolata to usr/share/fonts/truetype/inconsolata * Drop x-ttcidfont-conf, fontconfig et al. from Suggests -- Christian Perrier Mon, 26 Sep 2011 13:49:23 +0200 ttf-inconsolata (001.010-2) 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 defoma use -- Christian Perrier Sun, 06 Dec 2009 21:54:08 +0100 ttf-inconsolata (001.010-1) unstable; urgency=low * New upstream release * Adjusted format of copyright file to make it machine-readable * Drop unecessary Author: field * dh_install fix * Bump up Standards-Version: no changes needed * Really fix defoma-hints (Closes: #455710) -- Nicolas Spalinger Sat, 23 May 2009 18:34:42 +0200 ttf-inconsolata (001.009-1) unstable; urgency=low * New upstream release * Sync the packaging with the pkg-fonts team conventions * New Homepage field * Added the defoma-hints (Closes: #455710) -- Nicolas Spalinger Sun, 09 Dec 2007 15:56:51 +0100 ttf-inconsolata (001.006-2) unstable; urgency=low * Cleaned up rules * Added the Spiro .plate source files alongside the Fontforge .sfd sources. * Updated README.Debian * Added Recommends on spiro and python * Adjusted Standards-Version -- Nicolas Spalinger Sat, 9 Jun 2007 13:29:39 +0100 ttf-inconsolata (001.006-1) unstable; urgency=low * New upstream version * Added sources, pfa version, README file and pdf and png specimens -- Nicolas Spalinger Sun, 3 Jun 2007 17:56:04 +0100 ttf-inconsolata (001.000-1) unstable; urgency=low * Initial release of the work in progress done on Inconsolata and released under OFL -- Nicolas Spalinger Mon, 25 Sept 2006 22:22:00 +0200 debian/compat0000644000000000000000000000000212257607075010377 0ustar 9 debian/install0000644000000000000000000000013012257606536010565 0ustar *.otf usr/share/fonts/truetype/inconsolata debian/bug/* usr/share/bug/fonts-inconsolata debian/README.Debian0000644000000000000000000000270312257606536011245 0ustar The Inconsolata font ---------------------- Inconsolata is released under the SIL Open Font License. See OFL-FAQ.txt for details of the SIL Open Font License. The Fontforge .sfd and the Spiro .plate sources are available on the upstream website and in the source package. Simply type "apt-get source" to download them. These fonts are automatically available through fontconfig (if it is installed) to all fontconfig-aware applications. If you wish to use the fonts in generic X11 applications you will have to install x-ttcidfont-conf and follow the instructions given there. When reporting bugs in the fonts themselves (i.e. not just in the packaging) please be sure to include the following information as far as applicable: - the versions of your libfreetype6, libxft2 and fontconfig packages (these should be automatically appended by reportbug), - all relevant configuration (especially anti-aliasing and hinting), - the application being used, - the affected unicode code points. It may also be helpful if you can provide a screen shot demonstrating the problem, however please don't attach it to the initial bug report (especially not if it is large). Please also try to make sure that it is actually a bug in the fonts and not e.g. in freetype (if a problem appears after a freetype update or if other fonts exhibit similar problems it is a sure sign that the problem is in freetype). -- Nicolas Spalinger , 3 June 2007 debian/rules0000755000000000000000000000023012257607552010254 0ustar #!/usr/bin/make -f %: dh $@ override_dh_install: dh_install chmod 755 debian/bug/script override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9