[libepubgen] branch master updated (aee3f08 -> 7ddf20d)

Rene Engelhard rene at moszumanska.debian.org
Sun Dec 17 00:01:37 UTC 2017


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

rene pushed a change to branch master
in repository libepubgen.

      from  aee3f08   update changelog
      adds  1149c15   New upstream version 0.1.0
      adds  d4420d4   Update upstream source from tag 'upstream/0.1.0'
      adds  ec01c01   libepubgen-0.0-0 -> libepubgen-0.1-1
      adds  d13fbd6   add new libxml2-dev build-dependency
      adds  3f4597b   fix debian/copyright
      adds  218d8d6   update changelog
       new  7ddf20d   upload to unstable

The 1 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                                          |  669 ++++++
 Makefile.am                                        |    3 +
 Makefile.in                                        |   10 +-
 NEWS                                               |   12 +
 aclocal.m4                                         |   46 +-
 build/Makefile.in                                  |    6 +-
 build/win32/Makefile.in                            |    6 +-
 config.h.in                                        |   14 +
 configure                                          |  142 +-
 configure.ac                                       |   11 +-
 debian/changelog                                   |   16 +
 debian/control                                     |    5 +-
 debian/copyright                                   |  394 +---
 ...bgen-0.0-0.install => libepubgen-0.1-1.install} |    0
 docs/Makefile.in                                   |    6 +-
 docs/doxygen/Makefile.in                           |    6 +-
 docs/doxygen/doxygen.cfg                           | 2467 +++++++++++++-------
 inc/Makefile.in                                    |    6 +-
 inc/libepubgen/EPUBDrawingGenerator.h              |   12 +-
 inc/libepubgen/EPUBPackage.h                       |    2 +
 inc/libepubgen/EPUBPresentationGenerator.h         |   12 +-
 inc/libepubgen/EPUBTextGenerator.h                 |   13 +-
 inc/libepubgen/Makefile.in                         |    6 +-
 inc/libepubgen/libepubgen-decls.h                  |   25 +
 m4/ax_cxx_compile_stdcxx.m4                        |    2 +-
 src/Makefile.in                                    |    6 +-
 src/lib/EPUBCSSProperties.cpp                      |    2 +-
 src/lib/EPUBDrawingGenerator.cpp                   |   20 +-
 src/lib/EPUBGenerator.cpp                          |  217 +-
 src/lib/EPUBGenerator.h                            |   16 +-
 src/lib/EPUBHTMLGenerator.cpp                      |  440 +++-
 src/lib/EPUBHTMLGenerator.h                        |   12 +-
 src/lib/EPUBHTMLManager.cpp                        |   73 +-
 src/lib/EPUBHTMLManager.h                          |   11 +-
 src/lib/EPUBImageManager.cpp                       |  218 +-
 src/lib/EPUBImageManager.h                         |   63 +-
 src/lib/EPUBManifest.cpp                           |   11 +-
 src/lib/EPUBManifest.h                             |    5 +-
 src/lib/EPUBPagedGenerator.cpp                     |   15 +-
 src/lib/EPUBPagedGenerator.h                       |    3 +-
 src/lib/EPUBParagraphStyleManager.cpp              |   11 +
 src/lib/EPUBParagraphStyleManager.h                |    2 +
 src/lib/EPUBPath.cpp                               |   11 +
 src/lib/EPUBPath.h                                 |    4 +
 src/lib/EPUBPresentationGenerator.cpp              |   21 +-
 src/lib/EPUBSpanStyleManager.cpp                   |   31 +-
 src/lib/EPUBSpanStyleManager.h                     |    2 +
 src/lib/EPUBSplitGuard.cpp                         |   26 +-
 src/lib/EPUBSplitGuard.h                           |    7 +-
 src/lib/EPUBTableStyleManager.cpp                  |  147 +-
 src/lib/EPUBTableStyleManager.h                    |   22 +-
 src/lib/EPUBTextGenerator.cpp                      |   86 +-
 src/lib/EPUBTextSink.cpp                           |   47 -
 src/lib/EPUBTextSink.h                             |   41 -
 src/lib/EPUBXMLSink.cpp                            |    5 +
 src/lib/EPUBXMLSink.h                              |    2 +
 src/lib/Makefile.am                                |    2 -
 src/lib/Makefile.in                                |   13 +-
 src/lib/libepubgen.rc                              |    8 +-
 src/test/EPUBTextGeneratorTest.cpp                 | 1357 +++++++++++
 src/test/Makefile.am                               |    4 +
 src/test/Makefile.in                               |   18 +-
 62 files changed, 5301 insertions(+), 1569 deletions(-)
 rename debian/{libepubgen-0.0-0.install => libepubgen-0.1-1.install} (100%)
 delete mode 100644 src/lib/EPUBTextSink.cpp
 delete mode 100644 src/lib/EPUBTextSink.h
 create mode 100644 src/test/EPUBTextGeneratorTest.cpp

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



More information about the Pkg-openoffice-commits mailing list