Fix installation for silc-client and silc-toolkit packages
[silc.git] / debian-silc-toolkit / control
1 Source: silc-toolkit
2 Priority: optional
3 Maintainer: Debian SILC Team <pkg-silc-devel@lists.alioth.debian.org>
4 Uploaders: Michael C. Schultheiss <schultmc@debian.org>,
5  Jérémy Bobbio <lunar@debian.org>, Micah Anderson <micah@debian.org>
6 Section: devel
7 Build-Depends: debhelper (>= 5.0.61), dpkg-dev (>= 1.14.8), autotools-dev
8 Standards-Version: 3.8.3
9 Homepage: http://silcnet.org/software/developers/toolkit
10 Vcs-Git: git://git.debian.org/pkg-silc/silc-toolkit.git
11 Vcs-Browser: http://git.debian.org/?p=pkg-silc/silc-toolkit.git
12
13 Package: libsilc-dev
14 Section: libdevel
15 Architecture: any
16 Depends: libsilc-1.1-2 (= ${binary:Version}), libsilcclient-1.1-3 (= ${binary:Version}), pkg-config
17 Provides: libsilc-1.1-2-dev
18 Replaces: libsilc-1.1-2-dev
19 Conflicts: libsilc-1.1-2-dev
20 Description: developer files for the SILC library (silc-toolkit)
21  SILC (Secure Internet Live Conferencing) is a network protocol designed
22  to provide end-to-end security for conferencing services. SILC has a
23  command set and a user interface similar to IRC, but the network
24  protocol is completely different as it supports public key strong
25  cryptography and a different network model.
26  .
27  This package contains headers and documentation for both the generic SILC
28  library (libsilc) and the client library (libsilcclient).
29
30 Package: libsilc-1.1-2-dbg
31 Section: debug
32 Priority: extra
33 Architecture: any
34 Depends: libsilc-1.1-2 (= ${binary:Version})
35 Description: debugging symbols for the SILC generic library
36  This package contains debug symbols for both libsilc.
37
38 Package: libsilc-1.1-2
39 Section: libs
40 Architecture: any
41 Depends: ${shlibs:Depends}, ${misc:Depends}
42 Provides: libsilc
43 Replaces: libsilc
44 Conflicts: libsilc-1.1-2 (<< 1.1.9-1~)
45 Description: SILC generic library
46  SILC (Secure Internet Live Conferencing) is a network protocol designed
47  to provide end-to-end security for conferencing services. SILC has a
48  command set and a user interface similar to IRC, but the network
49  protocol is completely different as it supports public key strong
50  cryptography and a different network model.
51  .
52  This package contains the SILC generic library.
53
54 Package: libsilcclient-1.1-3-dbg
55 Section: debug
56 Priority: extra
57 Architecture: any
58 Depends: libsilcclient-1.1-3 (= ${binary:Version})
59 Description: debugging symbols for the SILC client library
60  This package contains debug symbols for libsilcclient.
61
62 Package: libsilcclient-1.1-3
63 Section: libs
64 Architecture: any
65 Depends: ${shlibs:Depends}, ${misc:Depends}
66 Provides: libsilcclient
67 Description: SILC client library
68  SILC (Secure Internet Live Conferencing) is a network protocol designed
69  to provide end-to-end security for conferencing services. SILC has a
70  command set and a user interface similar to IRC, but the network
71  protocol is completely different as it supports public key strong
72  cryptography and a different network model.
73  .
74  This package contains the SILC client library.