Source: ccnet
Section: net
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Ondřej Surý <ondrej@debian.org>
Uploaders: Christoph Martin <martin@uni-mainz.de>, Moritz Schlarb <schlarbm@uni-mainz.de>
Build-Depends: debhelper (>= 9),
	       dh-autoreconf,
	       dh-python,
	       pkg-config,
	       python-all-dev,
	       libssl1.0-dev | libssl-dev (<< 1.1),
	       libsqlite3-dev,
	       intltool,
	       libglib2.0-dev,
	       libevent-dev,
	       uuid-dev,
	       libtool,
	       libcurl4-openssl-dev,
	       valac,
	       libjansson-dev,
	       libsearpc-dev (>= 3.0.0)
Standards-Version: 3.9.8
Homepage: https://github.com/haiwen/ccnet
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ccnet.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ccnet.git

Package: ccnet
Multi-Arch: foreign
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 libccnet0 (= ${binary:Version})
Description: framework for writing networked applications in C
 The Ccnet framework provides the following basic services:
  * Peer identification
  * Connection Management
  * Service invocation
  * Message sending
 .
 This package contains common tools, client and server for Ccnet.

Package: libccnet0
Section: libs
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${python:Depends},
         ${shlibs:Depends},
	 ${misc:Depends},
	 python-searpc
Description: framework for writing networked applications in C
 The Ccnet framework provides the following basic services:
  * Peer identification
  * Connection Management
  * Service invocation
  * Message sending
 .
 This package contains shared library.

Package: libccnet-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends: ${misc:Depends},
	 libccnet0 (= ${binary:Version})
Description: framework for writing networked applications in C
 The Ccnet framework provides the following basic services:
  * Peer identification
  * Connection Management
  * Service invocation
  * Message sending
 .
 This package contains development library.

#Package: python-ccnet
#Section: python
#Multi-Arch: foreign
#Architecture: all
#Depends: ${python:Depends},
#         ${shlibs:Depends},
#         ${misc:Depends},
#		 python-searpc
#Description: framework for writing networked applications in C
# The Ccnet framework provides the following basic services:
#  * Peer identification
#  * Connection Management
#  * Service invocation
#  * Message sending
# .
# This package contains Python bindings to ccnet.
