graphite2 (1.3.14-1) unstable; urgency=medium * New upstream version 1.3.14 -- Rene Engelhard Wed, 01 Apr 2020 11:11:00 +0200 graphite2 (1.3.13-11) unstable; urgency=medium * Team upload. * d/rules: fix variable name in the previous change. -- Mattia Rizzolo Tue, 15 Oct 2019 19:56:08 +0200 graphite2 (1.3.13-10) unstable; urgency=medium * Team upload. * d/rules: export LD_LIBRARY_PATH while testing. The build fails consistently on the buildds, but I can't reproduce it no matter what. Lacking a clear solution, let's try explicitly exporting this variable, hoping it will work around whatever is going wrong. -- Mattia Rizzolo Tue, 15 Oct 2019 17:55:43 +0200 graphite2 (1.3.13-9) unstable; urgency=medium * Team upload. * Simplify and forward d/patches/non-linux.diff * Run wrap-and-sort. * d/control: + Bump Standards-Version to 4.4.1, no changes needed. + Annotate python3 build dependency with :native. Closes: #941647 Thanks to Helmut Grohne for the patch. -- Mattia Rizzolo Thu, 03 Oct 2019 12:16:50 +0200 graphite2 (1.3.13-8) unstable; urgency=medium * Team upload. [ Rene Engelhard ] * Apply patch from Helmut Grohne to annotate Build-Depends: python3-fonttools with . (Closes: #928545) [ Mattia Rizzolo ] * Refresh all the patches. * Apply patch from Svante Signell to refresh the non-linux.diff patch. * Enable the non-linux.diff patch again (disabled in 1.3.12-1). * d/rules: Drop now unneeded override_dh_strip. * Drop now unneeded lintian override for embedded-javascript-library. * d/control: + Bump Standards-Version to 4.4.0, no changes needed. + Set Rules-Requires-Root:no. * d/rules: + Explicitly set --no-parallel to the dh_auto_build building the docs, as that's what's preventing the whole thing from being completely parallel. + Split the current override_dh_auto_install into multiple targets, for better separation of arch/indep builds. * Bump debhelper compat level to 12: + Drop d/compat, use the new debhelper-compat notation instead. + Drop explicit --parallel, default since compat 10. + The documentation moved: /usr/share/doc/libgraphite2-{doc -> dev}/html/ (change from Policy v3.9.7, ยง12.3) * d/libgraphite2-doc.install: drop, the .docs contains it all already. -- Mattia Rizzolo Sun, 18 Aug 2019 23:15:02 +0200 graphite2 (1.3.13-7) unstable; urgency=medium * revert debian/patches/revert-49fce465ae4ee921f81e9fb8270177c16849a3e9.diff sice whatever caused this is now apparently not needed anymore in testing or unstable; in contrast - the tests fail *with* that patch applied. -- Rene Engelhard Tue, 15 Jan 2019 21:08:22 +0100 graphite2 (1.3.13-6) unstable; urgency=medium * upload to unstable * add autopkgtest running upstream make test -- Rene Engelhard Wed, 09 Jan 2019 22:23:24 +0000 graphite2 (1.3.13-5) experimental; urgency=medium * install the (arch-indep) python module in the if clause where we also install the docs -- Rene Engelhard Tue, 08 Jan 2019 19:14:24 +0000 graphite2 (1.3.13-4) experimental; urgency=medium * revert upstream 49fce465ae4ee921f81e9fb8270177c16849a3e9 (awamicmp1,2,3 test json updates) to work around test failures (closes: #918685) -- Rene Engelhard Tue, 08 Jan 2019 19:00:01 +0100 graphite2 (1.3.13-3) experimental; urgency=medium * move dh-python build-dep from Build-Depends-Indep to Build-Depends -- Rene Engelhard Fri, 04 Jan 2019 17:04:27 +0000 graphite2 (1.3.13-2) experimental; urgency=medium * add basic (superficial) import graphite2 test generated by autodep8 * add missing build-dep on python3-all * update python-libgraphite-SONAME.diff to not use ctypes.util.find_library at all (thanks Julien Cristau) * fix clean for new python/graphite2/* files -- Rene Engelhard Fri, 21 Dec 2018 19:56:35 +0000 graphite2 (1.3.13-1) experimental; urgency=medium * New upstream version 1.3.13 * package (new) python module -- Rene Engelhard Thu, 20 Dec 2018 20:42:58 +0000 graphite2 (1.3.12-1) unstable; urgency=medium * New upstream version 1.3.12 * debian/patches/x32.diff: add patch from Thorsten Glaser to fix x32 build (closes: #884190) -- Rene Engelhard Mon, 27 Aug 2018 16:27:47 +0000 graphite2 (1.3.11-2) unstable; urgency=medium * backport upstream commit db132b4731a9b4c9534144ba3a18e65b390e9ff6 to fix CVE-2018-7999 (closes: #892590) -- Rene Engelhard Sun, 11 Mar 2018 13:22:48 +0100 graphite2 (1.3.11-1) unstable; urgency=medium * New upstream version 1.3.11 * update Vcs-* to salsa * backport proper PYTHON_EXECUTABLE support commits from upstream and remove our own python3-testsuite.diff -- Rene Engelhard Sat, 10 Mar 2018 14:15:13 +0100 graphite2 (1.3.10-8) unstable; urgency=medium * oops, forgot to remove (temporarily added) Files-Excluded: again... -- Rene Engelhard Fri, 08 Dec 2017 00:06:36 +0100 graphite2 (1.3.10-7) unstable; urgency=medium * create a libgraphite2-utils package containing gr2fonttest (closes: 680243). * mention LGPL-2.1+ or MPL-1.1 or GPL-2+ in copyright (except some file which are LGPL-2.1+ only) * add UDHR stuff (public-domain) -- Rene Engelhard Thu, 07 Dec 2017 17:36:50 +0100 graphite2 (1.3.10-6) unstable; urgency=medium * fix Build-Depends:, since we use python3 now we need to B-D: on python3, * Build-Depend just on python3-fonttools -- Rene Engelhard Sun, 15 Oct 2017 16:24:48 +0000 graphite2 (1.3.10-5) unstable; urgency=medium * Team upload. * Fix the tests so they can run with python3. * Enable the fnttxtreader tests again. * d/control: avoid duplicated "Section" field. * d/copyright: + fix syntax to match the final copyright-format 1.0. + update, the project is now mostly LGPL-2.1+. + add myself to the copyright holders for debian/*. + add a bunch of missing license texts. * override lintian warning embedded-javascript-library, false positive due to doxygen. * d/rules: drop duplicated override_dh_strip. -- Mattia Rizzolo Thu, 28 Sep 2017 18:53:41 +0200 graphite2 (1.3.10-4) unstable; urgency=medium * remove obsolete/long not used perl and mono parts from rules/control * temporarily disable fnttxtrender-tests since fonttools lost it's python2 module and it doesn't work with python3 (yet) -- Rene Engelhard Tue, 19 Sep 2017 21:21:00 +0000 graphite2 (1.3.10-3) unstable; urgency=medium [ Mattia Rizzolo ] * d/control: Add Vcs-* fields. * d/control: Mark libgraphite2-dev Multi-Arch:same (Closes: #875647) * d/control: Mark libgraphite2-doc as Multi-Arch:foreign (Closes: #875648) * d/control: Bump Standards-Version to 4.1.0 -- Rene Engelhard Tue, 19 Sep 2017 21:10:07 +0200 graphite2 (1.3.10-2) unstable; urgency=medium * s/latex-xcolor/texlive-latex-recommended/ in Build-Depends-Indep (closes: #865254) -- Rene Engelhard Tue, 20 Jun 2017 07:15:10 +0200 graphite2 (1.3.10-1) unstable; urgency=medium * New upstream version 1.3.10 -- Rene Engelhard Sat, 06 May 2017 13:20:52 +0200 graphite2 (1.3.9-4) unstable; urgency=medium * add -ffloat-store to COMPILE_FLAGS; enable awami tests again -- Rene Engelhard Tue, 21 Feb 2017 12:02:23 +0100 graphite2 (1.3.9-3) unstable; urgency=medium * s/asciidoc, dblatex/asciidoc-dblatex/ in Build-Depends-Indep (closes: #850995) -- Rene Engelhard Wed, 11 Jan 2017 21:33:49 +0100 graphite2 (1.3.9-2) unstable; urgency=medium * [30ae987] disable awami tests, rounding errors (suggested by upstream) -- Rene Engelhard Thu, 17 Nov 2016 13:51:29 +0100 graphite2 (1.3.9-1) unstable; urgency=medium * [5ca6f6e] Imported Upstream version 1.3.9 -- Rene Engelhard Mon, 14 Nov 2016 19:24:32 +0100 graphite2 (1.3.8-1) unstable; urgency=medium * New upstream release -- Rene Engelhard Thu, 31 Mar 2016 07:30:00 +0000 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 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 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 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 Tue, 05 Jan 2016 17:12:01 +0000 graphite2 (1.3.4-1) unstable; urgency=medium * New upstream release -- Rene Engelhard Sat, 31 Oct 2015 16:11:37 +0100 graphite2 (1.3.3-1) unstable; urgency=medium * New upstream release -- Rene Engelhard 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 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 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 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 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 Wed, 12 Aug 2015 17:12:57 +0200 graphite2 (1.3.0-1) experimental; urgency=medium * New upstream release -- Rene Engelhard 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 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 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 Fri, 29 Nov 2013 20:12:13 +0100 graphite2 (1.2.3-1) unstable; urgency=low * New upstream release -- Rene Engelhard Tue, 11 Jun 2013 19:25:25 +0200 graphite2 (1.2.2-2) unstable; urgency=low * add patch from Michael Cree to fix misaligned memory access - thanks (closes: #710336) -- Rene Engelhard 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 Fri, 31 May 2013 18:10:55 +0200 graphite2 (1.2.1-2) unstable; urgency=low * upload to unstable -- Rene Engelhard Thu, 18 Apr 2013 23:49:24 +0200 graphite2 (1.2.1-1) experimental; urgency=low * New upstream release -- Rene Engelhard 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 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 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 Sat, 06 Oct 2012 18:24:32 +0200 graphite2 (1.2.0-1) experimental; urgency=low * New upstream release -- Rene Engelhard Fri, 21 Sep 2012 16:41:23 +0200 graphite2 (1.1.3-1) unstable; urgency=low * New upstream release -- Rene Engelhard Sat, 02 Jun 2012 01:10:10 +0200 graphite2 (1.1.2-1) unstable; urgency=low * New upstream release -- Rene Engelhard Fri, 20 Apr 2012 01:45:47 +0200 graphite2 (1.1.1-1) unstable; urgency=low * New upstream release -- Rene Engelhard Mon, 27 Feb 2012 22:32:26 +0100 graphite2 (1.1.0-2) unstable; urgency=low * upload to unstable -- Rene Engelhard Tue, 21 Feb 2012 20:41:47 +0100 graphite2 (1.1.0-1) experimental; urgency=low * New upstream release * fix copyright syntax -- Rene Engelhard 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 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 Tue, 20 Sep 2011 00:28:27 +0200 graphite2 (1.0.2-1) unstable; urgency=low * New upstream release -- Rene Engelhard 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 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 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 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 Thu, 14 Jul 2011 14:50:55 +0200 graphite2 (0.9.4.dfsg-3) unstable; urgency=low * upload to unstable -- Rene Engelhard 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 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 Sat, 09 Jul 2011 16:50:25 +0000 graphite2 (0.9.4-1) experimental; urgency=low * Initial release (closes: #617718) -- Rene Engelhard Fri, 03 Jun 2011 11:08:48 +0000