File: control

package info (click to toggle)
pysilc 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 328 kB
  • ctags: 411
  • sloc: ansic: 1,985; python: 617; makefile: 7
file content (39 lines) | stat: -rw-r--r-- 1,699 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
Source: pysilc
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Stefano Rivera <stefano@rivera.za.net>
Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.6), libsilc-dev,
 python-all-dev, python-all-dbg
XS-Python-Version: >= 2.5
Standards-Version: 3.8.4
Homepage: http://www.liquidx.net/pysilc/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pysilc/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pysilc/trunk/

Package: python-silc
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Python bindings for SILC
 PySilc is a near-complete set of Python bindings for creating SILC clients
 using the silc-toolkit. It allows developers to write simple bots and clients
 for connecting to SILC servers.
 .
 SILC (Secure Internet Live Conferencing) is a network protocol designed to
 provide end-to-end security for conferencing services. SILC has a command set
 and a user interface similar to IRC, but the network protocol is completely
 different as it supports public key strong cryptography and a different
 network model.

Package: python-silc-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
 python-silc (= ${binary:Version}), python-dbg
Description: Python bindings for SILC (debug extension)
 PySilc is a near-complete set of Python bindings for creating SILC clients
 using the silc-toolkit. It allows developers to write simple bots and clients
 for connecting to SILC servers.
 .
 This package contains the extensions built for the Python debug interpreter.