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
|
Source: libofetion
Section: libs
Priority: optional
Maintainer: Debian Chinese Team <chinese-developers@lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Aron Xu <aron@debian.org>, Asias He <asias.hejun@gmail.com>
Build-Depends: debhelper (>= 7), cmake, libxml2-dev, libssl1.0-dev | libssl-dev (<< 1.1.0~), libsqlite3-dev, pkg-config
Standards-Version: 3.9.2
Homepage: http://code.google.com/p/ofetion/
Package: libofetion1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libofetion0
Description: open source implementation of Fetion protocol library
Fetion is an IM provided by China Mobile, with features like, text chat,
voice call, file sharing, etc. Openfetion is an open source client
implementation of the protocol.
.
It only supports core features including Internet SMS service, and
partial support of group chat.
.
This package provides the library files.
Package: libofetion-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libofetion1 (= ${binary:Version})
Conflicts: libofetion-dev
Description: open source implementation of Fetion protocol library - development files
Fetion is an IM provided by China Mobile, with features like, text chat,
voice call, file sharing, etc. Openfetion is an open source client
implementation of the protocol.
.
It only supports core features including Internet SMS service, and
partial support of group chat.
.
This package provides the library development files.
|