[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[graphite2] 29/69: Imported Debian patch 1.2.1-1



This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository graphite2.

commit fc250bb7aa93bedb3432f00f25f34c5cf6b2ba10
Merge: a22a61f 73ffa74
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Mar 4 19:44:28 2013 +0100

    Imported Debian patch 1.2.1-1

 .hg_archival.txt                          |  5 +--
 CMakeLists.txt                            |  2 +-
 ChangeLog                                 |  7 +++
 Graphite.cmake                            | 11 +++--
 debian-src/build                          |  4 +-
 debian-src/changelog                      |  6 +++
 debian/changelog                          |  6 +++
 doc/building.txt                          | 55 ++++++++++++++++++-----
 doc/calling.txt                           | 62 +++++++++++++------------
 doc/testing.txt                           |  6 +--
 gr2fonttest/gr2FontTest.cpp               | 75 ++++++++++++++++++++++---------
 include/graphite2/Font.h                  |  4 +-
 include/graphite2/Segment.h               | 38 ++++++++++++----
 src/CMakeLists.txt                        |  4 +-
 src/Face.cpp                              |  4 +-
 src/FeatureMap.cpp                        | 16 +++----
 src/FileFace.cpp                          | 11 +----
 src/Font.cpp                              |  3 +-
 src/GlyphCache.cpp                        | 25 ++++-------
 src/Pass.cpp                              | 17 ++++---
 src/Segment.cpp                           | 16 +++----
 src/Silf.cpp                              |  2 +-
 src/Slot.cpp                              | 34 +++++++++++++-
 src/Sparse.cpp                            |  7 +--
 src/TtfUtil.cpp                           |  2 -
 src/inc/FeatureMap.h                      |  3 --
 src/inc/GlyphCache.h                      | 13 +++---
 src/inc/Machine.h                         |  2 +-
 src/inc/Main.h                            | 12 +++++
 src/inc/Pass.h                            |  1 -
 src/inc/Segment.h                         | 10 ++---
 src/inc/Silf.h                            | 12 ++---
 src/inc/Slot.h                            |  4 +-
 src/inc/Sparse.h                          | 14 +++++-
 src/inc/bits.h                            | 11 +++--
 src/inc/opcode_table.h                    |  6 +--
 src/inc/opcodes.h                         | 14 +++---
 tests/CMakeLists.txt                      |  4 +-
 tests/comparerenderer/CompareRenderer.cpp |  6 +--
 tests/comparerenderer/Gr2Renderer.h       |  6 +--
 tests/comparerenderer/RendererOptions.h   |  6 +--
 tests/examples/cluster.c                  |  4 +-
 tests/examples/linebreak.c                | 38 +++++++++-------
 tests/fuzz-tests/CMakeLists.txt           |  2 +
 tests/sparsetest/sparsetest.cpp           |  6 +--
 tests/standards/charis1.log               |  1 +
 tests/standards/charis2.log               |  1 +
 tests/standards/charis3.log               |  1 +
 tests/standards/charis4.log               |  1 +
 tests/standards/charis5.log               |  1 +
 tests/standards/charis6.log               |  1 +
 tests/standards/general1.log              |  1 +
 tests/standards/grtest1.log               |  1 +
 tests/standards/magyar1.log               |  1 +
 tests/standards/magyar2.log               |  1 +
 tests/standards/magyar3.log               |  1 +
 tests/standards/padauk1.log               |  1 +
 tests/standards/padauk10.log              |  1 +
 tests/standards/padauk11.log              |  1 +
 tests/standards/padauk2.log               |  1 +
 tests/standards/padauk3.log               |  1 +
 tests/standards/padauk3Windows.log        |  1 +
 tests/standards/padauk4.log               |  1 +
 tests/standards/padauk5.log               |  1 +
 tests/standards/padauk6.log               |  1 +
 tests/standards/padauk7.log               |  1 +
 tests/standards/padauk8.log               |  1 +
 tests/standards/padauk9.log               |  1 +
 tests/standards/scher1.log                |  1 +
 tests/standards/scher2.log                |  1 +
 tests/standards/scher3.log                |  1 +
 tests/utftest/utftest.cpp                 | 69 +++++++++++++++++++++++-----
 72 files changed, 463 insertions(+), 228 deletions(-)

diff --cc debian/changelog
index 5232d37,0000000..5dbc1a5
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,149 -1,0 +1,155 @@@
++graphite2 (1.2.1-1) experimental; urgency=low
++
++  * New upstream release
++
++ -- Rene Engelhard <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  Sat, 06 Oct 2012 18:24:32 +0200
 +
 +graphite2 (1.2.0-1) experimental; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Fri, 21 Sep 2012 16:41:23 +0200
 +
 +graphite2 (1.1.3-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Sat, 02 Jun 2012 01:10:10 +0200
 +
 +graphite2 (1.1.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Fri, 20 Apr 2012 01:45:47 +0200
 +
 +graphite2 (1.1.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 27 Feb 2012 22:32:26 +0100
 +
 +graphite2 (1.1.0-2) unstable; urgency=low
 +
 +  * upload to unstable 
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 21 Feb 2012 20:41:47 +0100
 +
 +graphite2 (1.1.0-1) experimental; urgency=low
 +
 +  * New upstream release
 +  * fix copyright syntax 
 +
 + -- Rene Engelhard <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  Tue, 20 Sep 2011 00:28:27 +0200
 +
 +graphite2 (1.0.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  Thu, 14 Jul 2011 14:50:55 +0200
 +
 +graphite2 (0.9.4.dfsg-3) unstable; urgency=low
 +
 +  * upload to unstable
 +
 + -- Rene Engelhard <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  Sat, 09 Jul 2011 16:50:25 +0000
 +
 +graphite2 (0.9.4-1) experimental; urgency=low
 +
 +  * Initial release (closes: #617718)
 +
 + -- Rene Engelhard <rene@debian.org>  Fri, 03 Jun 2011 11:08:48 +0000

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/graphite2.git


Reply to: