libeina-dbg

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

debugging symbols for use with libeina
Eina is a multi-platform library that provides optimized data types and a few
tools. It supports the following data types:
- Array
- Hash Table
- Double-linked list
- Red-black tree
- Shared string
- Access Content types
+ Accessor: can access items of a container randomly
+ Iterator: can access items of a container sequentially
.
This package contains unstripped shared libraries. It is provided primarily
to provide a backtrace with names in a debugger, this makes it somewhat easier
to interpret core dumps. The libraries are installed in /usr/lib/debug and
are automatically used by gdb.

Category:

Application versions: 
AttachmentSizeDate
File libeina-dbg_1.0.0-1_armel.deb148.47 KB04/08/2013 - 23:55
Changelog: 

eina (1.0.0-1) unstable; urgency=low

* Upstream release 1.0.0
- testsuite now works on non-linux with pthreds enabled (Closes: #605818)
* This version breaks older versions of eet , add Breaks: accordingly
* Update symbols file with new symbol: eina_file_stat_ls
* Added patches/01_restore_eina_abi.diff:
- eina_array_clean is now only defined as static inline in header files.
This patch exports the symbol again to keep ABI compatilibty with
previous versions