1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-05-01 03:53:20 +00:00
libsearpc/debian/control

61 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

Source: libsearpc1
Section: net
Priority: extra
Maintainer: m.eik michalke <meik.michalke@hhu.de>
Build-Depends:
debhelper (>= 7),
2020-06-03 14:10:34 +00:00
dh-python,
autotools-dev,
intltool,
libglib2.0-dev,
2020-06-03 14:10:34 +00:00
python3 (>= 3.5),
libtool,
libjansson-dev
Standards-Version: 3.9.5
Homepage: http://seafile.com
Package: libsearpc1
Section: libs
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Conflicts: seafile
Description: SeaRPC library for Seafile client
SeaRPC is a simple C language RPC framework based on GObject system.
SeaRPC handles the serialization/deserialization part of RPC, the transport
part is left to users.
Package: libsearpc-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
2020-06-03 14:10:34 +00:00
python3 (>= 3.5),
libsearpc1 (= ${binary:Version})
Conflicts: seafile
Description: Development files for the libsearpc1 package.
This package contains the development files for the libsearpc1 package.
2016-11-22 02:40:40 +00:00
Package: libsearpc-dbg
Section: debug
Architecture: any
Depends:
libsearpc1 (= ${binary:Version}),
${misc:Depends},
Description: Debugging symbols for the libsearpc1 package.
This package contains the debugging symbols for the libsearpc1 package.
2017-03-14 06:03:30 +00:00
Package: python-searpc
Section: python
Multi-Arch: foreign
Architecture: all
2020-06-03 14:10:34 +00:00
Depends: ${python3:Depends},
2017-03-14 06:03:30 +00:00
${shlibs:Depends},
2020-06-08 07:16:18 +00:00
${misc:Depends}
2017-03-14 06:03:30 +00:00
Description: simple and easy-to-use C language RPC framework
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.
.
This package contains Python bindings to Searpc.