[libcdr] branch master updated (3fe4e17 -> 24515de)

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:53:46 UTC 2016


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

rene pushed a change to branch master
in repository libcdr.

      from  3fe4e17   Imported Debian patch 0.1.2-2
       new  b42380f   Imported Upstream version 0.1.3
       new  5a43dec   Imported Debian patch 0.1.3-1
       new  69110e7   move Maintainer: to Debian LibreOffice Maintainers
       new  9fdce2c   multiarchify
       new  24515de   changelog for 0.1.3-2

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                       |  270 +++++++
 Makefile.in                     |   10 +-
 NEWS                            |   13 +
 aclocal.m4                      |  211 +++--
 ar-lib                          |    2 +-
 config.guess                    |  445 +++++------
 config.sub                      |  145 ++--
 configure                       |   37 +-
 configure.ac                    |    2 +-
 debian/changelog                |   16 +
 debian/compat                   |    2 +-
 debian/control                  |   10 +-
 debian/libcdr-0.1-1.install     |    2 +-
 debian/libcdr-dev.install       |    4 +-
 debian/rules                    |   16 +-
 install-sh                      |  374 +++++----
 libcdr.spec                     |    2 +-
 ltmain.sh                       |    0
 m4/libtool.m4                   |    6 +-
 src/conv/raw/cdr2raw.cpp        |   19 +-
 src/conv/raw/cmx2raw.cpp        |   19 +-
 src/conv/svg/cdr2xhtml.cpp      |   22 +-
 src/conv/svg/cmx2xhtml.cpp      |   22 +-
 src/conv/text/cdr2text.cpp      |   19 +-
 src/conv/text/cmx2text.cpp      |   21 +-
 src/lib/CDRCollector.cpp        |   36 +
 src/lib/CDRCollector.h          |   17 +-
 src/lib/CDRContentCollector.cpp |  159 ++--
 src/lib/CDRContentCollector.h   |   28 +-
 src/lib/CDRDocumentStructure.h  |   21 +
 src/lib/CDRParser.cpp           |  187 ++---
 src/lib/CDRParser.h             |    4 +-
 src/lib/CDRStylesCollector.cpp  |   45 +-
 src/lib/CDRStylesCollector.h    |   15 +-
 src/lib/CDRTransforms.cpp       |   65 ++
 src/lib/CDRTransforms.h         |   11 +
 src/lib/CDRTypes.h              |   27 +-
 src/lib/CMXDocument.cpp         |    8 +-
 src/lib/CMXParser.cpp           | 1642 ++++++++++++++++++++++++++++++++++++---
 src/lib/CMXParser.h             |  120 ++-
 src/lib/CommonParser.cpp        |   68 ++
 src/lib/CommonParser.h          |    6 +-
 test-driver                     |   27 +-
 43 files changed, 3161 insertions(+), 1014 deletions(-)
 mode change 100644 => 100755 ltmain.sh

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



More information about the Pkg-openoffice-commits mailing list