File: control

package info (click to toggle)
libsearpc 3.2.0-7-g50ff08b-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 516 kB
  • sloc: ansic: 4,058; python: 863; makefile: 114; sh: 68
file content (57 lines) | stat: -rw-r--r-- 1,806 bytes parent folder | download
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
54
55
56
57
Source: libsearpc
Maintainer: Debian Seafile Team <team+seafile@tracker.debian.org>
Uploaders: Christoph Martin <martin@uni-mainz.de>, Moritz Schlarb <schlarbm@uni-mainz.de>
Section: libs
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 help2man,
 libglib2.0-dev,
 libjansson-dev,
 pkg-config,
 python3-all
Standards-Version: 4.5.0
Homepage: https://github.com/haiwen/libsearpc
Vcs-Browser: https://salsa.debian.org/debian/libsearpc
Vcs-Git: https://salsa.debian.org/debian/libsearpc.git

Package: libsearpc1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Shared library for the Searpc framework
 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.
 .
 This package contains the shared library for Searpc.

Package: libsearpc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${python3:Depends}, ${misc:Depends},
 libsearpc1 (= ${binary:Version}),
 python3-searpc (>= ${source:Version}),
 libglib2.0-dev,
 libjansson-dev
Replaces: python-searpc (<< 3.0.8-4)
Breaks: python-searpc (<< 3.0.8-4)
Description: Development files for the Searpc framework
 Searpc handles the serialization/deserialization part of RPC, the
 transport part is left to users.
 .
 This package contains the development files for Searpc.

Package: python3-searpc
Architecture: all
Multi-Arch: foreign
Section: python
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Python 3 bindings for the Searpc framework
 Searpc handles the serialization/deserialization part of RPC, the
 transport part is left to users.
 .
 This package contains the Python 3 bindings for Searpc.