← Back to team overview

touch-packages team mailing list archive

[Bug 1364548] Re: Avoid install devloper backends with main folks package

 

This bug was fixed in the package folks - 0.9.7.1-1ubuntu1

---------------
folks (0.9.7.1-1ubuntu1) utopic; urgency=medium

  * Split the dummy backend into a new libfolks-dummy25
    package, having them installed with libfolks25 caused them to
    always get loaded at runtime (LP: #1364548)
 -- Ken VanDine <ken.vandine@xxxxxxxxxxxxx>   Tue, 02 Sep 2014 14:04:33 -0400

** Changed in: folks (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to folks in Ubuntu.
https://bugs.launchpad.net/bugs/1364548

Title:
  Avoid install devloper backends with main folks package

Status in “folks” package in Ubuntu:
  Fix Released

Bug description:
  The current folks package: libfolks25 is installing some back-ends
  that are used only in the developer environment. We should avoid
  install these files.

  Installing theses files causes the folks to create all available
  backends in memory when initialized, this consume memory and cpu, we
  should avoid that.

  These are the files that I think  we should not install with the main
  package:

  Dummy backend and library
  =========================

  This backend is used by folks to run some unit tests, its store all
  information in memory, and there is no use for a real app.

  /usr/lib/arm-linux-gnueabihf/folks/42/backends/dummy
  /usr/lib/arm-linux-gnueabihf/folks/42/backends/dummy/dummy.so
  /usr/lib/arm-linux-gnueabihf/libfolks-dummy.so.25.17.0
  /usr/lib/arm-linux-gnueabihf/libfolks-dummy.so.25

  Key-file backend
  ================

  This backend uses a "key-file" like a "ini" file to store contact
  information, is not fully implemented and the apps should avoid to use
  that.

  /usr/lib/arm-linux-gnueabihf/folks/42/backends/key-file
  /usr/lib/arm-linux-gnueabihf/folks/42/backends/key-file/key-file.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/folks/+bug/1364548/+subscriptions


References