Fix installation for silc-client and silc-toolkit packages
[silc.git] / debian-silc-client / control
1 Source: silc-client
2 Section: net
3 Priority: optional
4 Maintainer: Debian SILC Team <pkg-silc-devel@lists.alioth.debian.org>
5 Uploaders: Jérémy Bobbio <lunar@debian.org>, Micah Anderson <micah@debian.org>
6 Standards-Version: 3.8.0
7 Build-Depends: debhelper (>> 5), libglib2.0-dev, ncurses-dev, autotools-dev, libsilc-dev, libperl-dev
8 Homepage: http://www.silcnet.org/software/users/client/
9 Vcs-Git: git://git.debian.org/pkg-silc/silc-client.git
10 Vcs-Browser: http://git.debian.org/?p=pkg-silc/silc-client.git
11
12 Package: silc
13 Architecture: any
14 Depends: ${shlibs:Depends}
15 Description: terminal based SILC client
16  SILC (Secure Internet Live Conferencing) is a network protocol designed
17  to provide end-to-end security for conferencing services. SILC has a
18  command set and a user interface similar to IRC, but the network
19  protocol is completely different as it supports public key strong
20  cryptography and a different network model.
21  .
22  This package provides a terminal based client, much similar to irssi, a well
23  recognized IRC client.
24
25 Package: silc-dbg
26 Architecture: any
27 Priority: extra
28 Depends: ${shlibs:Depends}, silc (= ${binary:Version})
29 Description: debug symbols for the terminal based SILC client
30  SILC (Secure Internet Live Conferencing) is a network protocol designed
31  to provide end-to-end security for conferencing services. SILC has a
32  command set and a user interface similar to IRC, but the network
33  protocol is completely different as it supports public key strong
34  cryptography and a different network model.
35  .
36  This package provides the debug symbols for the terminal based
37  client, much similar to irssi, a well recognized IRC client.
38
39 Package: irssi-plugin-silc
40 Architecture: any
41 Depends: irssi, ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
42 Suggests: libmime-tools-perl, libfile-mmagic-perl, libio-stringy-perl, libfile-temp-perl
43 Description: SILC plugin for irssi
44  SILC (Secure Internet Live Conferencing) is a network protocol designed
45  to provide end-to-end security for conferencing services. SILC has a
46  command set and a user interface similar to IRC, but the network
47  protocol is completely different as it supports public key strong
48  cryptography and a different network model.
49  .
50  This package provides a plugin to connect to SILC networks using irssi.
51
52 Package: irssi-plugin-silc-dbg
53 Architecture: any
54 Priority: extra
55 Depends: irssi, ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, irssi-plugin-silc (= ${binary:Version})
56 Suggests: libmime-tools-perl, libfile-mmagic-perl, libio-stringy-perl, libfile-temp-perl
57 Description: debug symbols for the SILC plugin for irssi
58  SILC (Secure Internet Live Conferencing) is a network protocol designed
59  to provide end-to-end security for conferencing services. SILC has a
60  command set and a user interface similar to IRC, but the network
61  protocol is completely different as it supports public key strong
62  cryptography and a different network model.
63  .
64  This package provides the debugging symbols for the irssi SILC plugin.