File: control

package info (click to toggle)
opencdk8 0.5.5-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,096 kB
  • ctags: 1,425
  • sloc: ansic: 15,309; sh: 8,668; perl: 465; makefile: 78
file content (73 lines) | stat: -rw-r--r-- 3,001 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: opencdk8
Priority: optional
Maintainer: Matthias Urlichs <smurf@debian.org>
Build-Depends: debhelper (>> 4.1), libgcrypt11-dev, zlib1g-dev, libpopt-dev, cdbs, bzip2
Standards-Version: 3.6.1

Package: libopencdk8
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libopencdk4 (= 0.4.3-1)
Replaces: libopencdk4 (= 0.4.3-1)
Description: Open Crypto Development Kit (OpenCDK) (runtime)
 This library provides functions to handle basic parts of the OpenPGP
 message format.
 .
 The aim of the library is *not* to replace any available PGP version.
 There will be no real support for key management (sign, revoke, alter
 preferences, ...) and some other parts are only rudimentarily
 available. The main purpose is to handle and understand OpenPGP
 packets and to execute basic operations on them. For example to
 encrypt/decrypt or to sign/verify keys and some packet routines.
 .
 Because of the fact that sensitive data is being handled, the
 library doesn't contain any real cryptographic code. The libgcrypt
 package is used for all crypto routines.
 .
 This package contains the runtime library for OpenCDK.

Package: libopencdk8-dev
Section: libdevel
Architecture: any
Depends: libopencdk8 (= ${Source-Version})
Provides: libopencdk-dev
Conflicts: libopencdk-dev
Description: Open Crypto Development Kit (OpenCDK) (development files)
 This library provides functions to handle basic parts of the OpenPGP
 message format.
 .
 The aim of the library is *not* to replace any available PGP version.
 There will be no real support for key management (sign, revoke, alter
 preferences, ...) and some other parts are only rudimentarily
 available. The main purpose is to handle and understand OpenPGP
 packets and to execute basic operations on them. For example to
 encrypt/decrypt or to sign/verify keys and some packet routines.
 .
 Because of the fact that sensitive data is being handled, the
 library doesn't contain any real cryptographic code. The libgcrypt
 package is used for all crypto routines.
 .
 This package contains the development files: headers and static
 library.

Package: libopencdk8-dbg
Section: devel
Architecture: any
Depends: libopencdk8 (= ${Source-Version})
Description: Open Crypto Development Kit (OpenCDK) (development files)
 This library provides functions to handle basic parts of the OpenPGP
 message format.
 .
 The aim of the library is *not* to replace any available PGP version.
 There will be no real support for key management (sign, revoke, alter
 preferences, ...) and some other parts are only rudimentarily
 available. The main purpose is to handle and understand OpenPGP
 packets and to execute basic operations on them. For example to
 encrypt/decrypt or to sign/verify keys and some packet routines.
 .
 Because of the fact that sensitive data is being handled, the
 library doesn't contain any real cryptographic code. The libgcrypt
 package is used for all crypto routines.
 .
 This package contains symbol files for debugging.