Source: libsearpc
Maintainer: Ondřej Surý <ondrej@debian.org>
Uploaders: Christoph Martin <martin@uni-mainz.de>, Moritz Schlarb <schlarbm@uni-mainz.de>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
	       dh-autoreconf,
	       dh-python,
	       libglib2.0-dev,
	       libjansson-dev,
	       pkg-config,
	       python-all-dev
Standards-Version: 4.1.4
Homepage: https://github.com/haiwen/libsearpc
Vcs-Browser: https://salsa.debian.org/debian/libsearpc
Vcs-Git: https://salsa.debian.org/debian/libsearpc.git

Package: libsearpc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
	 libsearpc1 (= ${binary:Version}),
	 python-searpc (>= ${source:Version}),
	 libglib2.0-dev,
	 libjson-glib-dev
Description: Development files for the simple C language RPC 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: libsearpc1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Description: 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: python-searpc
Architecture: all
Multi-Arch: foreign
Section: python
Depends: ${python:Depends},
	 ${shlibs:Depends},
	 ${misc:Depends}
Description: Python bindings for the simple C language RPC framework
 Searpc handles the serialization/deserialization part of RPC, the
 transport part is left to users.
 .
 This package contains the Python bindings to Searpc.
