1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: libsynthesis
Priority: optional
Maintainer: Tino Mettler <tino+debian@tikei.de>
Build-Depends: debhelper (>= 11), libpcre3-dev, libsqlite3-dev,
libexpat1-dev, zlib1g-dev, libtool, automake, intltool, pkg-config,
libical-dev,
libboost-dev
Standards-Version: 4.1.3
Section: libs
Homepage: http://www.synthesis.ch/indefero/index.php/p/libsynthesis/
Vcs-Git: git://anonscm.debian.org/git/collab-maint/libsynthesis
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/libsynthesis.git
Package: libsynthesis-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsynthesis0v5 (= ${binary:Version}), libsmltk0 (= ${binary:Version}), ${misc:Depends}
Description: library for SyncML-DS (SyncML Data Sync) clients (development files)
The Synthesis SyncML engine supports SyncML versions 1.0, 1.1 and 1.2
including complex features like data filtering, suspend & resume,
vCard/vCalendar format conversion in a way completely transparent to
the user of the library.
.
These are the development files, only needed if you are compiling applications.
Package: libsynthesis0v5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Conflicts: libsynthesis0
Replaces: libsynthesis0
Description: library for SyncML-DS (SyncML Data Sync) clients (shared libraries)
The Synthesis SyncML engine supports SyncML versions 1.0, 1.1 and 1.2
including complex features like data filtering, suspend & resume,
vCard/vCalendar format conversion in a way completely transparent to
the user of the library.
.
These are the shared libraries (see also libsmltk0).
Package: libsmltk0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: library for SyncML-DS (SyncML Data Sync) clients (shared libraries)
The Synthesis SyncML engine supports SyncML versions 1.0, 1.1 and 1.2
including complex features like data filtering, suspend & resume,
vCard/vCalendar format conversion in a way completely transparent to
the user of the library.
.
These are the shared libraries (see also libsynthesis0)
|