[Python-modules-commits] [python-odf] branch master updated (5a10fde -> cec86d9)
Georges Khaznadar
georgesk at moszumanska.debian.org
Thu Oct 30 14:40:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
georgesk pushed a change to branch master
in repository python-odf.
from 5a10fde add build-dep on dh-python
new 016ac6d as JavaDOC comments were added, Doxygen can output a consistent enough documentation
new abb6e34 added this new example file to be able to run 'make test'
new 57a9f81 added this binary example file to be able to run 'make test'; it contains an image as a hyperlink
new cec86d9 modified libraries and utilities so they can be used with both Python2 and Python3.
The 4 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:
config.dox | 2312 +++++++++++++++++++++++++
csv2ods/Makefile | 10 +-
csv2ods/csv2ods | 330 ++--
debian/changelog | 46 +
debian/compat | 2 +-
debian/control | 45 +-
debian/examples | 1 -
debian/patches/libsToPython3.patch | 2250 ++++++++++++++++++++++++
debian/patches/series | 3 +
debian/patches/toPython3.patch | 2523 +++++++++++++++++++++++++++
debian/patches/util-test-and-dev-doc.patch | 2557 ++++++++++++++++++++++++++++
debian/python-odf-doc.install | 3 +
debian/python-odf-tools.install | 2 +
debian/python-odf.install | 1 +
debian/python3-odf.install | 1 +
debian/rules | 29 +-
debian/source/include-binaries | 3 +
mailodf/Makefile | 9 +-
mailodf/mailodf | 23 +-
odf/attrconverters.py | 76 +-
odf/chart.py | 6 +-
odf/dr3d.py | 2 +
odf/draw.py | 8 +-
odf/easyliststyle.py | 3 +-
odf/element.py | 88 +-
odf/grammar.py | 3 +-
odf/load.py | 9 +-
odf/manifest.py | 3 +
odf/odf2xhtml.py | 93 +-
odf/odfmanifest.py | 11 +-
odf/opendocument.py | 745 +++++---
odf/style.py | 2 +-
odf/text.py | 3 +
odf/userfield.py | 85 +-
odf2mht/Makefile | 8 +-
odf2mht/odf2mht | 24 +-
odf2xhtml/Makefile | 11 +-
odf2xhtml/odf2xhtml | 19 +-
odf2xml/Makefile | 8 +-
odf2xml/odf2xml | 15 +-
odfimgimport/Makefile | 10 +-
odfimgimport/odfimgimport | 62 +-
odfimgimport/textWithImages.odt | Bin 0 -> 10139 bytes
odflint/Makefile | 8 +-
odflint/odflint | 27 +-
odfmeta/Makefile | 8 +-
odfmeta/odfmeta | 29 +-
odfoutline/Makefile | 8 +-
odfoutline/odfoutline | 18 +-
odfuserfield/Makefile | 27 +-
odfuserfield/odfuserfield | 25 +-
tests/runtests | 3 +-
tests/testconverters.py | 22 +-
tests/testdatastyles.py | 18 +-
tests/testeasyliststyle.py | 10 +-
tests/testform.py | 4 +-
tests/testload.py | 44 +-
tests/testmasterstyles.py | 18 +-
tests/testmoinmoin.py | 56 +-
tests/teststyles.py | 56 +-
tests/testsubobjects.py | 68 +-
tests/testtext.py | 15 +-
tests/testtypes.py | 4 +-
tests/testunicode.py | 29 +-
tests/testuserfields.py | 122 +-
tests/testwhitespace.py | 30 +-
tests/testwrite.py | 4 +-
tests/testxhtml.py | 149 +-
tests/testxmlgen.py | 28 +-
xml2odf/Makefile | 10 +-
xml2odf/definitionlists.xml | 2 +
xml2odf/xml2odf | 26 +-
72 files changed, 11418 insertions(+), 894 deletions(-)
create mode 100644 config.dox
delete mode 100644 debian/examples
create mode 100644 debian/patches/libsToPython3.patch
create mode 100644 debian/patches/series
create mode 100644 debian/patches/toPython3.patch
create mode 100644 debian/patches/util-test-and-dev-doc.patch
create mode 100644 debian/python-odf-doc.install
create mode 100644 debian/python-odf-tools.install
create mode 100644 debian/python-odf.install
create mode 100644 debian/python3-odf.install
create mode 100644 debian/source/include-binaries
create mode 100644 odfimgimport/textWithImages.odt
create mode 100644 xml2odf/definitionlists.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-odf.git
More information about the Python-modules-commits
mailing list