Comment 3 for bug 1612299

Revision history for this message
Michael Terry (mterry) wrote :

So about splitting libonline-accounts-plugin or not... If it's truly never linked externally, the simplest thing might be to drop the whole online-accounts-plugin section from the .pc file (but keep the plugin_qml_dir variable), drop its .so symlink, and drop its dependency on the main package.

If you can't do that (i.e. something external does want to link against the plugins library), the best thing is to split it into its own multiarch-able package.

---

Oh, and I'm now noticing two other lintian errors about calling out to public jquery:

E: qml-module-ubuntu-onlineaccounts-client-doc: privacy-breach-uses-embedded-file usr/share/online-accounts-client/doc/html/qml-setup-members.html You may use libjs-jquery package. (https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js)

E: qml-module-ubuntu-onlineaccounts-client-doc: privacy-breach-uses-embedded-file usr/share/online-accounts-client/doc/html/qml-setup.html You may use libjs-jquery package. (https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js)

I don't think these are blockers for main, but they should be fixed (I'm not sure why lintian doesn't care about the script/images from developer.ubuntu.com or the css from fonts.googleapis.com...).