This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository graphite2.
commit 5cb7ce61206d3d1831a11eb0ae43570cd02e411c Merge: 0a9edc4 8b4d085 Author: Rene Engelhard <[email protected]> Date: Tue Mar 15 09:23:42 2016 +0100 Imported Debian patch 1.3.7-1 ChangeLog | 4 + debian-src/changelog | 6 ++ debian/changelog | 13 +++ debian/control | 1 + debian/copyright | 4 +- debian/watch | 3 + gr2fonttest/gr2FontTest.cpp | 36 ++++++-- include/graphite2/Font.h | 2 +- src/CachedFace.cpp | 4 +- src/Code.cpp | 205 +++++++++++++++++++++----------------------- src/Collider.cpp | 2 +- src/Face.cpp | 10 ++- src/GlyphCache.cpp | 21 +++-- src/GlyphFace.cpp | 22 ++--- src/NameTable.cpp | 27 ++++-- src/Pass.cpp | 26 ++++-- src/Segment.cpp | 8 +- src/Silf.cpp | 6 +- src/Slot.cpp | 93 ++++++++++---------- src/TtfUtil.cpp | 12 ++- src/inc/Code.h | 8 +- src/inc/Face.h | 2 +- src/inc/GlyphFace.h | 2 +- src/inc/Rule.h | 9 +- src/inc/Segment.h | 4 +- src/inc/Slot.h | 5 +- src/inc/UtfCodec.h | 43 +++++++++- src/inc/opcode_table.h | 2 +- src/inc/opcodes.h | 7 +- tests/fonts/small.ttf | Bin 0 -> 1680 bytes tests/texts/test_small.txt | 3 + tests/vm/basic_test.cpp | 2 +- 32 files changed, 363 insertions(+), 229 deletions(-) diff --cc debian/changelog index a2eadb8,0000000..ba4fb96 mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,298 -1,0 +1,311 @@@ ++graphite2 (1.3.7-1) unstable; urgency=medium ++ ++ * New upstream release ++ ++ * add debian/watch, update debian/copyright to point to github ++ * add Homepage: (http://graphite.sil.org/) ++ ++ -- Rene Engelhard <[email protected]> Tue, 15 Mar 2016 09:23:42 +0100 ++ +graphite2 (1.3.6-1) unstable; urgency=medium + + * New upstream release ++ - fixes CVE-2016-1977 CVE-2016-2790 CVE-2016-2791 CVE-2016-2792 ++ CVE-2016-2793 CVE-2016-2794 CVE-2016-2795 CVE-2016-2796 ++ CVE-2016-2797 CVE-2016-2798 CVE-2016-2799 CVE-2016-2800 ++ CVE-2016-2801 CVE-2016-2802 + + -- Rene Engelhard <[email protected]> Mon, 29 Feb 2016 20:52:55 +0100 + +graphite2 (1.3.5-1) unstable; urgency=medium + + * New upstream release + - fixes Bidirectional Font BracketPairStack Code Execution Vulnerability + (TALOS-2016-0057/CVE-2016-1522) + - fixes directrun Opcode Handling Code Execution Vulnerability + (TALOS-2016-0058/CVE-2016-1521) + - fixes Context Item Code Execution Vulnerability + (TALOS-2016-0059/CVE-2016-1523) + - fixes Bidirectional Font mFeatureMap Denial of Service Vulnerability + (TALOS-2016-0060/CVE-2016-1522) + - fixes LocaLookup Denial of Service Vulnerability" + (TALOS-2016-0061/CVE-2016-1521) + + -- Rene Engelhard <[email protected]> Wed, 20 Jan 2016 23:39:14 +0100 + +graphite2 (1.3.4-2) unstable; urgency=medium + + * debian/patches/revert-collision-info-refactoring-to-fix-alignment.diff: + add from upstream git, thanks Tim Eves (closes: #805323) + * debian/patches/reproducible-build.diff: tell dblatex to use a static + path to make build reproduceable, thanks Reiner Herrmann + (closes: #807838) + * use -DGRAPHITE2_NTRACING:BOOL=ON (instead of :bool=1) + * fix Maintainer: + * migrate from manual -dbg to ddeb + + -- Rene Engelhard <[email protected]> Tue, 05 Jan 2016 17:12:01 +0000 + +graphite2 (1.3.4-1) unstable; urgency=medium + + * New upstream release + + -- Rene Engelhard <[email protected]> Sat, 31 Oct 2015 16:11:37 +0100 + +graphite2 (1.3.3-1) unstable; urgency=medium + + * New upstream release + + -- Rene Engelhard <[email protected]> Tue, 22 Sep 2015 09:07:46 +0200 + +graphite2 (1.3.2-4) unstable; urgency=medium + + * upload to unstable + + * add graphviz to B-D-I... + + -- Rene Engelhard <[email protected]> Fri, 18 Sep 2015 11:12:41 +0200 + +graphite2 (1.3.2-3) experimental; urgency=medium + + * don't run dh_auto_install when ./build/src/libgraphite2.so.3 doesn't exist + (as for dh_auto_test) so that we don't run a graphite build after building + the docs (as make install of course requires that). Install the docs + manually using .install + + -- Rene Engelhard <[email protected]> Wed, 16 Sep 2015 11:52:49 +0200 + +graphite2 (1.3.2-2) experimental; urgency=medium + + * check for existence of ./build/src/libgraphite2.so.3 before running + dh_auto_test to skip the tests on "all" builds + + -- Rene Engelhard <[email protected]> Tue, 15 Sep 2015 08:13:13 +0200 + +graphite2 (1.3.2-1) experimental; urgency=medium + + * New upstream release + + * use --parallel in dh_auto_build (not in docs build and tests; the former + doesn't build with parallelism) + * Standards-Versions: 3.9.1 -> 3.9.6, no changes needed + + -- Rene Engelhard <[email protected]> Mon, 14 Sep 2015 21:20:32 +0200 + +graphite2 (1.3.0-2) experimental; urgency=medium + + * backport fixes from http://hg.palaso.org/graphitedev/raw-rev/cfab7499b46b: + - fix tests on !linux (closes: #79499) + - increase test timeout from 10s to 120s to make them succeed on mips(el) + + -- Rene Engelhard <[email protected]> Wed, 12 Aug 2015 17:12:57 +0200 + +graphite2 (1.3.0-1) experimental; urgency=medium + + * New upstream release + + -- Rene Engelhard <[email protected]> Sat, 08 Aug 2015 10:38:42 +0000 + +graphite2 (1.2.4-3) unstable; urgency=medium + + * run a2x without --icons to avoid FTBFS (closes: #741845) + + -- Rene Engelhard <[email protected]> Sun, 01 Jun 2014 11:12:56 +0200 + +graphite2 (1.2.4-2) unstable; urgency=low + + * add patch from Pino Toscano to also avoid linking to libstdc++ on + kFreeBSD and Hurd (closes: #738353) + + -- Rene Engelhard <[email protected]> Mon, 10 Feb 2014 09:47:01 +0100 + +graphite2 (1.2.4-1) unstable; urgency=low + + * New upstream release + * some tests need apparently need python, build-dep on python (>= 2.6) + + -- Rene Engelhard <[email protected]> Fri, 29 Nov 2013 20:12:13 +0100 + +graphite2 (1.2.3-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Tue, 11 Jun 2013 19:25:25 +0200 + +graphite2 (1.2.2-2) unstable; urgency=low + + * add patch from Michael Cree <[email protected]> to fix + misaligned memory access - thanks (closes: #710336) + + -- Rene Engelhard <[email protected]> Sun, 02 Jun 2013 12:05:28 +0000 + +graphite2 (1.2.2-1) unstable; urgency=low + + * New upstream release + * stop building with -O3 gotten from somewhere and overriding + dpkg-buildflags' value, just remove via sed + * converto multiarch again... (closes: #689813) + + -- Rene Engelhard <[email protected]> Fri, 31 May 2013 18:10:55 +0200 + +graphite2 (1.2.1-2) unstable; urgency=low + + * upload to unstable + + -- Rene Engelhard <[email protected]> Thu, 18 Apr 2013 23:49:24 +0200 + +graphite2 (1.2.1-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Mon, 04 Mar 2013 19:44:28 +0100 + +graphite2 (1.2.0-4) experimental; urgency=low + + * revert multiarch stuff as harfbuzz now doesn't need us + anymore... (reopens: #699714) + + -- Rene Engelhard <[email protected]> Sat, 02 Mar 2013 14:29:58 +0100 + +graphite2 (1.2.0-3) experimental; urgency=low + + * apply patch from Daniel Schaal to convert to multiarch + as already multiarchified pango now needs us via harfbuzz... + (closes: #699714) + * clean up (not packaged) perl module packaging + * add (not used yet) stuff to build mono binding + * split arch-dep and arch-indep (docs...) build + * disable the compare renderer stuff - enough compared ;-) + + -- Rene Engelhard <[email protected]> Wed, 27 Feb 2013 20:24:34 +0100 + +graphite2 (1.2.0-2) experimental; urgency=low + + * break libgraphite2-2.0.0 (<< 1.2.0) (closes: #689813) + + -- Rene Engelhard <[email protected]> Sat, 06 Oct 2012 18:24:32 +0200 + +graphite2 (1.2.0-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Fri, 21 Sep 2012 16:41:23 +0200 + +graphite2 (1.1.3-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Sat, 02 Jun 2012 01:10:10 +0200 + +graphite2 (1.1.2-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Fri, 20 Apr 2012 01:45:47 +0200 + +graphite2 (1.1.1-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Mon, 27 Feb 2012 22:32:26 +0100 + +graphite2 (1.1.0-2) unstable; urgency=low + + * upload to unstable + + -- Rene Engelhard <[email protected]> Tue, 21 Feb 2012 20:41:47 +0100 + +graphite2 (1.1.0-1) experimental; urgency=low + + * New upstream release + * fix copyright syntax + + -- Rene Engelhard <[email protected]> Tue, 07 Feb 2012 22:55:08 +0000 + +graphite2 (1.0.3.real-1) unstable; urgency=low + + * fixup upstream release for 1.0.3 + + -- Rene Engelhard <[email protected]> Thu, 22 Sep 2011 20:59:53 +0200 + +graphite2 (1.0.3-1) unstable; urgency=low + + * New upstream release + * add libxml2-utils to B-D-I + + -- Rene Engelhard <[email protected]> Tue, 20 Sep 2011 00:28:27 +0200 + +graphite2 (1.0.2-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Mon, 15 Aug 2011 13:29:41 +0000 + +graphite2 (1.0.1-3) unstable; urgency=low + + * debian/patches/fix-typedefs.diff: move ... + * debian/patches/words-bigendian-fixes.diff: ... here and add additional + upstream fix for setting -DWORDS_BIGENDIAN also for the tests... + * clean up Build-Depends: + + move asciidoc, dblatex, doxygen, docbook-xsl, latex-xcolor to B-D-I + + remove libxml2-utils + + -- Rene Engelhard <[email protected]> Wed, 10 Aug 2011 15:42:59 +0200 + +graphite2 (1.0.1-2) unstable; urgency=low + + * debian/patches/fix-typedefs.diff: fix Main.h typedefs for + WORDS_BIGENDIAN + + -- Rene Engelhard <[email protected]> Tue, 09 Aug 2011 17:47:10 +0000 + +graphite2 (1.0.1-1) unstable; urgency=low + + * New upstream release + - removes -nostdlibs (closes: #634810) + + * build with -DDISABLE_TRACING:bool=1 + * stop symlinking to Debian's fonts as they are not sufficient for the + tests + * update debian/copyright; mention ppport.h according to + http://pkg-perl.alioth.debian.org/copyright.html#devel__ppport + * fix libgraphite2-2.0.0's short description + + -- Rene Engelhard <[email protected]> Thu, 28 Jul 2011 12:54:36 +0000 + +graphite2 (0.9.4.dfsg-4) unstable; urgency=low + + * grr, remove dpkg-source generated patch which readds ppport.h... + + -- Rene Engelhard <[email protected]> Thu, 14 Jul 2011 14:50:55 +0200 + +graphite2 (0.9.4.dfsg-3) unstable; urgency=low + + * upload to unstable + + -- Rene Engelhard <[email protected]> Tue, 12 Jul 2011 16:58:19 +0000 + +graphite2 (0.9.4.dfsg-2) experimental; urgency=low + + * add missing build-dep on latex-xcolor + + -- Rene Engelhard <[email protected]> Sun, 10 Jul 2011 00:05:23 +0200 + +graphite2 (0.9.4.dfsg-1) experimental; urgency=low + + * remove perl/pport.h and tests/fonts/* from .orig + + * debian/changelog: update + * debian/control: build-depend on ttf-sil-padauk, ttf-sil-scheherazade + * debian/rules: symlink to Debian's versions pf Padauk and Scheherazade, + though.... + * debian/patches/disable_font_tests.diff: disable them (fail) + * debian/rules, debian/control: disable perl build + + -- Rene Engelhard <[email protected]> Sat, 09 Jul 2011 16:50:25 +0000 + +graphite2 (0.9.4-1) experimental; urgency=low + + * Initial release (closes: #617718) + + -- Rene Engelhard <[email protected]> Fri, 03 Jun 2011 11:08:48 +0000 diff --cc debian/control index 5b50109,0000000..cd9e364 mode 100644,000000..100644 --- a/debian/control +++ b/debian/control @@@ -1,111 -1,0 +1,112 @@@ +Source: graphite2 +Priority: optional +Section: libs +Maintainer: Debian LibreOffice Maintainers <[email protected]> +Uploaders: Rene Engelhard <[email protected]>, Daniel Glassey <[email protected]> +Build-Depends: debhelper (>= 9.20151219), dh-exec (>= 0.3), dpkg-dev (>= 1.18.2~), cmake, python, fonttools +# perl: libmodule-build-perl +# mono: mono-xbuild, mono-gmcs, mono-dmcs, libnunit-cil-dev +Build-Depends-Indep: asciidoc, dblatex, doxygen, docbook-xsl, latex-xcolor, libxml2-utils, graphviz +Standards-Version: 3.9.6 ++Homepage: http://graphite.sil.org/ + +Package: libgraphite2-3 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: libgraphite2-2.0.0 +Replaces: libgraphite2-2.0.0 +Breaks: libgraphite2-2.0.0 (<< 1.2.0) +Multi-Arch: same +Description: Font rendering engine for Complex Scripts -- library + Graphite is a system that can be used to create and use "smart fonts" capable + of displaying writing systems with various complex behaviors, such as: + contextual shaping, ligatures, reordering, split glyphs, bidirectionality, + stacking diacritics and complex positioning. + . + This library was designed and developed by the NRSI (Non-Roman Script + Initiative) within SIL International (www.sil.org) to act as a complement to + other smart font rendering technologies with limited practical local + extensibility. Its purpose is to help meet the needs of a very large number + of "minority language" communities for local extensibility of complex script + behaviors. + . + The behavior of the rendering engine for a given writing system is specified + through extra tables added to a TrueType font. These tables are generated by + compiling a GDL (Graphite Description Language) source file into a font using + grcompiler. + . + This package contains the shared library. + +Package: libgraphite2-dev +Section: libdevel +Architecture: any +Depends: libgraphite2-3 (= ${binary:Version}), ${misc:Depends} +Description: Development files for libgraphite2 + Graphite is a system that can be used to create and use "smart fonts" capable + of displaying writing systems with various complex behaviors, such as: + contextual shaping, ligatures, reordering, split glyphs, bidirectionality, + stacking diacritics and complex positioning. + . + This library was designed and developed by the NRSI (Non-Roman Script + Initiative) within SIL International (www.sil.org) to act as a complement to + other smart font rendering technologies with limited practical local + extensibility. Its purpose is to help meet the needs of a very large number + of "minority language" communities for local extensibility of complex script + behaviors. + . + The behavior of the rendering engine for a given writing system is specified + through extra tables added to a TrueType font. These tables are generated by + compiling a GDL (Graphite Description Language) source file into a font using + grcompiler. + . + This package contains the development libraries for libgraphite2 + +Package: libgraphite2-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: Documentation for libgraphite2 + Graphite is a system that can be used to create and use "smart fonts" capable + of displaying writing systems with various complex behaviors, such as: + contextual shaping, ligatures, reordering, split glyphs, bidirectionality, + stacking diacritics and complex positioning. + . + This library was designed and developed by the NRSI (Non-Roman Script + Initiative) within SIL International (www.sil.org) to act as a complement to + other smart font rendering technologies with limited practical local + extensibility. Its purpose is to help meet the needs of a very large number + of "minority language" communities for local extensibility of complex script + behaviors. + . + The behavior of the rendering engine for a given writing system is specified + through extra tables added to a TrueType font. These tables are generated by + compiling a GDL (Graphite Description Language) source file into a font using + grcompiler. + . + PDF and HTML documentation for libgraphite2 + +#Package: libtext-gr2-perl +#Section: perl +#Architecture: any +#Depends: ${shlibs:Depends}, perl, ${perl:Depends}, ${misc:Depends} +#Description: Perl Interface to SIL's Graphite2 rendering engine +# Graphite is a system that can be used to create and use "smart fonts" capable +# of displaying writing systems with various complex behaviors, such as: +# contextual shaping, ligatures, reordering, split glyphs, bidirectionality, +# stacking diacritics and complex positioning. +# . +# This library was designed and developed by the NRSI (Non-Roman Script +# Initiative) within SIL International (www.sil.org) to act as a complement to +# other smart font rendering technologies with limited practical local +# extensibility. Its purpose is to help meet the needs of a very large number +# of "minority language" communities for local extensibility of complex script +# behaviors. +# . +# The behavior of the rendering engine for a given writing system is specified +# through extra tables added to a TrueType font. These tables are generated by +# compiling a GDL (Graphite Description Language) source file into a font using +# grcompiler. +# . +# This package contains the Text::Graphite2 module. diff --cc debian/copyright index f9cedf8,0000000..7cbc49d mode 100644,000000..100644 --- a/debian/copyright +++ b/debian/copyright @@@ -1,209 -1,0 +1,209 @@@ +Format: http://dep.debian.net/deps/dep5 - Upstream-Name: graphite2 - Source: http://sf.net/projects/silgraphite ++Upstream-Name: graphite ++Source: https://github.com/silnrsi/graphite/releases + +Files: * +Copyright: (C) 2010-2011, SIL International +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This library 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 + Library General Public License for more details. + . + On Debian systems you should have a local copy of the GNU Library + General Public License in /usr/share/common-licenses/LGPL-2. If you + downloaded the source you will find it in the file LICENSE; if not, + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +Files: contrib/perl/* +Copyright: Copyright (C) 2011 Simon Cozens <[email protected]> +License: GPL1+ | Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of either: + . + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + . + b) the "Artistic License" which comes with Perl. + . + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' and + the Artistic Licence in `/usr/share/common-licenses/Artistic'. + +Files: contrib/perl/ppport.h +Copyright: 2004-2010, Marcus Holland-Moritz <[email protected]> + 2001, Paul Marquess <[email protected]> (Version 2.x) + 1999, Kenneth Albanowski <[email protected]> (Version 1.x) +License: Artistic or GPL-1+ + +Files: debian-src/* +Copyright: 2010 Martin Hosken <[email protected]> +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This library 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 + Library General Public License for more details. + . + On Debian systems you should have a local copy of the GNU Library + General Public License in /usr/share/common-licenses/LGPL-2. If you + downloaded the source you will find it in the file LICENSE; if not, + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +Files: debian*/* +Copyright: 2010 Martin Hosken <[email protected]> + 2011 Rene Engelhard <[email protected]> +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This library 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 + Library General Public License for more details. + . + On Debian systems you should have a local copy of the GNU Library + General Public License in /usr/share/common-licenses/LGPL-2. If you + downloaded the source you will find it in the file LICENSE; if not, + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +Files: tests/comparerenderer/icule/* +Copyright: Copyright (c) 1995-2006 International Business Machines Corporation and others +License: other + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, and/or sell copies of the Software, and to permit persons + to whom the Software is furnished to do so, provided that the above + copyright notice(s) and this permission notice appear in all copies of + the Software and that both the above copyright notice(s) and this + permission notice appear in supporting documentation. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL + INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING + FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, + NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION + WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + . + Except as contained in this notice, the name of a copyright holder + shall not be used in advertising or otherwise to promote the sale, use + or other dealings in this Software without prior written authorization + of the copyright holder. + +Files: gr2fonttest/gr2FontTest.cpp +Copyright: Copyright (C) 2005 www.thanlwinsoft.org +License: LGPL | other + +Files: tests/comparerenderer/GrUtfTextSrc.* +Copyright: Copyright (C) 2004 Keith Stribley +License: MPL-1.1 | GPL-2 | LGPL-2.1 + +Files: tests/fonts/* +License: other + ----------------------------------------------------------- + SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 + ----------------------------------------------------------- + . + PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide + development of collaborative font projects, to support the font creation + efforts of academic and linguistic communities, and to provide a free and + 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/or sold with any software provided that any reserved + names are not used by derivative works. The fonts and derivatives, + however, cannot be released under any other type of license. The + requirement for fonts to remain under this license does not apply + to any document created using the fonts or their derivatives. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this license and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Reserved Font Name" refers to any names specified as such after the + copyright statement(s). + . + "Original Version" refers to the collection of Font Software components as + distributed by the Copyright Holder(s). + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting -- in part or in whole -- any of the components of the + Original 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 Original or Modified Versions, may be sold by itself. + . + 2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or 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) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + . + 4) The name(s) of the Copyright Holder(s) 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(s) 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 entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + . + 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. + diff --cc debian/watch index 0000000,0000000..3bed259 new file mode 100644 --- /dev/null +++ b/debian/watch @@@ -1,0 -1,0 +1,3 @@@ ++version=2 ++opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/<project>-$1\.tar\.gz/ \ ++ https://github.com/silnrsi/graphite/tags .*/v?(\d\S*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/graphite2.git

