~kubuntu-packagers/kubuntu-packaging/+git/libkolabxml:gcc4

Last commit made on 2015-08-10
Get this branch:
git clone -b gcc4 https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/libkolabxml
Members of Kubuntu Packagers can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

557ff14... by Maximiliano Curia

Symbol fix

888d645... by hefee

Release to unstable

6642f00... by hefee

This symbol is not available on all platforms

it is part of src/containers/kolabcontainers.h, so it should be part of
the exported api of libkolabxml, but it is a inline function, so it
should be okay to not be available on all plattforms.

d27b31e... by hefee

Mark symbols as optional.

There are at least a bunch of symbols that are boostinternal ones. So
mark them as optional.

1ff9e27... by hefee

optional=templinst changes

These changes are straight forward.

8a76291... by hefee

release to unstable

a73db8f... by hefee

Release to experimental.

2f44027... by hefee

Reorderd copyright file.

15b8fd7... by hefee

Updated debian/copyright

346a505... by hefee

Updated libkolabxml1.symbols (two missing symbols, no SONAME bumping)

one missing symbol:
    KolabObjects::getConfiguratinoType(Configuration::ConfigurationType)
    only a typo, till now only libkolab is dependend on libkolabxml and
    libkolab does not use this symbol. So the missing symbol can be seen
    as an internal one at the moment.
the other one uses auto_ptr, all auto_ptr symbols are internal ones.