File: README.source

package info (click to toggle)
sigx 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,144 kB
  • ctags: 1,311
  • sloc: cpp: 3,103; ansic: 653; xml: 206; python: 65; makefile: 26
file content (12 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Library package naming is libsigx-<version>-<soversion> where <version> and
<soversion> are obtained from the name of the actual library file, in e.g.
/usr/lib/libsigx-2.0.so.2, as per documented
here: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html#id250154

Eventhough this isn't a libtool library, the versioning used is the same as
libtool's versioning. Also, considering sigx is an extension to sigc++, its
package naming convention has been mirrored closely, considering that upstream
is mirroring sigc++'s version.

A debian/*.symbols file is not used, because C++ name mangling seems to breaks 
this on different platforms/architectures.