Skip to content

Draft: debian: restore symbols that were lost after constness change

Alberto Mardegan requested to merge mardy/qtpim:restore-symbols into ubports/xenial

Since the constness of a C++ method affects how the symbol is mangled but not how it's used at run-rime, we can use a script to re-add the old symbols and make them point to the new const ones.

Merge request reports