Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 71 | Rev 78 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 77
1
Source: nettle
1
Source: nettle
2
Section: libs
2
Section: libs
3
Priority: optional
3
Priority: optional
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
5
Build-Depends: debhelper (>= 7), libgmp10-dev, m4, autotools-dev (>= 20100122.1)
5
Build-Depends: debhelper (>= 8.1.3), libgmp10-dev, m4, autotools-dev (>= 20100122.1)
6
Standards-Version: 3.9.1
6
Standards-Version: 3.9.1
7
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
7
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
8
Vcs-Browser: http://svn.kibibyte.se/nettle
8
Vcs-Browser: http://svn.kibibyte.se/nettle
9
Homepage: http://www.lysator.liu.se/~nisse/nettle/
9
Homepage: http://www.lysator.liu.se/~nisse/nettle/
10
10
11
Package: libnettle4
11
Package: libnettle4
12
Architecture: any
12
Architecture: any
-
 
13
Multi-Arch: same
-
 
14
Pre-Depends: ${misc:Pre-Depends}
13
Depends: ${shlibs:Depends}, ${misc:Depends}
15
Depends: ${shlibs:Depends}, ${misc:Depends}
14
Description: low level cryptographic library (symmetric and one-way cryptos)
16
Description: low level cryptographic library (symmetric and one-way cryptos)
15
 Nettle is a cryptographic library that is designed to fit easily in more or
17
 Nettle is a cryptographic library that is designed to fit easily in more or
16
 less any context: In crypto toolkits for object-oriented languages (C++,
18
 less any context: In crypto toolkits for object-oriented languages (C++,
17
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
19
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
18
 space.
20
 space.
19
 .
21
 .
20
 It tries to solve a problem of providing a common set of cryptographic 
22
 It tries to solve a problem of providing a common set of cryptographic 
21
 algorithms for higher-level applications by implementing a
23
 algorithms for higher-level applications by implementing a
22
 context-independent set of cryptographic algorithms. In that light, Nettle
24
 context-independent set of cryptographic algorithms. In that light, Nettle
23
 doesn't do any memory allocation or I/O, it simply provides the
25
 doesn't do any memory allocation or I/O, it simply provides the
24
 cryptographic algorithms for the application to use in any environment and
26
 cryptographic algorithms for the application to use in any environment and
25
 in any way it needs.
27
 in any way it needs.
26
28
27
Package: libhogweed2
29
Package: libhogweed2
28
Architecture: any
30
Architecture: any
-
 
31
Multi-Arch: same
-
 
32
Pre-Depends: ${misc:Pre-Depends}
29
Depends: ${shlibs:Depends}, ${misc:Depends}
33
Depends: ${shlibs:Depends}, ${misc:Depends}
30
Description: low level cryptographic library (public-key cryptos)
34
Description: low level cryptographic library (public-key cryptos)
31
 Nettle is a cryptographic library that is designed to fit easily in more or
35
 Nettle is a cryptographic library that is designed to fit easily in more or
32
 less any context: In crypto toolkits for object-oriented languages (C++,
36
 less any context: In crypto toolkits for object-oriented languages (C++,
33
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
37
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
34
 space.
38
 space.
35
 .
39
 .
36
 It tries to solve a problem of providing a common set of cryptographic 
40
 It tries to solve a problem of providing a common set of cryptographic 
37
 algorithms for higher-level applications by implementing a
41
 algorithms for higher-level applications by implementing a
38
 context-independent set of cryptographic algorithms. In that light, Nettle
42
 context-independent set of cryptographic algorithms. In that light, Nettle
39
 doesn't do any memory allocation or I/O, it simply provides the
43
 doesn't do any memory allocation or I/O, it simply provides the
40
 cryptographic algorithms for the application to use in any environment and
44
 cryptographic algorithms for the application to use in any environment and
41
 in any way it needs.
45
 in any way it needs.
42
46
43
Package: nettle-dev
47
Package: nettle-dev
44
Section: libdevel
48
Section: libdevel
45
Architecture: any
49
Architecture: any
46
Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}),
50
Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}),
47
         libgmp10-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends}
51
         libgmp10-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends}
48
Replaces: libnettle-dev
52
Replaces: libnettle-dev
49
Conflicts: libnettle-dev
53
Conflicts: libnettle-dev
50
Description: low level cryptographic library (development files)
54
Description: low level cryptographic library (development files)
51
 Nettle is a cryptographic library that is designed to fit easily in more or
55
 Nettle is a cryptographic library that is designed to fit easily in more or
52
 less any context: In crypto toolkits for object-oriented languages (C++,
56
 less any context: In crypto toolkits for object-oriented languages (C++,
53
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
57
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
54
 space.
58
 space.
55
 .
59
 .
56
 It tries to solve a problem of providing a common set of cryptographic 
60
 It tries to solve a problem of providing a common set of cryptographic 
57
 algorithms for higher-level applications by implementing a
61
 algorithms for higher-level applications by implementing a
58
 context-independent set of cryptographic algorithms. In that light, Nettle
62
 context-independent set of cryptographic algorithms. In that light, Nettle
59
 doesn't do any memory allocation or I/O, it simply provides the
63
 doesn't do any memory allocation or I/O, it simply provides the
60
 cryptographic algorithms for the application to use in any environment and
64
 cryptographic algorithms for the application to use in any environment and
61
 in any way it needs.
65
 in any way it needs.
62
 .
66
 .
63
 This package contains the development files (C headers and static libraries)
67
 This package contains the development files (C headers and static libraries)
64
68
65
Package: nettle-bin
69
Package: nettle-bin
66
Section: misc
70
Section: misc
67
Architecture: any
71
Architecture: any
68
Depends: ${shlibs:Depends}, ${misc:Depends}
72
Depends: ${shlibs:Depends}, ${misc:Depends}
69
Conflicts: libnettle1, lsh-utils (<< 2.0.4-dfsg-1)
73
Conflicts: libnettle1, lsh-utils (<< 2.0.4-dfsg-1)
70
Suggests: lsh-doc
74
Suggests: lsh-doc
71
Description: low level cryptographic library (binary tools)
75
Description: low level cryptographic library (binary tools)
72
 Nettle is a cryptographic library that is designed to fit easily in more or
76
 Nettle is a cryptographic library that is designed to fit easily in more or
73
 less any context: In crypto toolkits for object-oriented languages (C++,
77
 less any context: In crypto toolkits for object-oriented languages (C++,
74
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
78
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
75
 space.
79
 space.
76
 .
80
 .
77
 It tries to solve a problem of providing a common set of cryptographic 
81
 It tries to solve a problem of providing a common set of cryptographic 
78
 algorithms for higher-level applications by implementing a
82
 algorithms for higher-level applications by implementing a
79
 context-independent set of cryptographic algorithms. In that light, Nettle
83
 context-independent set of cryptographic algorithms. In that light, Nettle
80
 doesn't do any memory allocation or I/O, it simply provides the
84
 doesn't do any memory allocation or I/O, it simply provides the
81
 cryptographic algorithms for the application to use in any environment and
85
 cryptographic algorithms for the application to use in any environment and
82
 in any way it needs.
86
 in any way it needs.
83
 .
87
 .
84
 This package contains binary utilities that accompany the library:
88
 This package contains binary utilities that accompany the library:
85
 .
89
 .
86
    - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth 
90
    - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth 
87
      lfib (non-cryptographic) pseudorandom generator.
91
      lfib (non-cryptographic) pseudorandom generator.
88
    - sexp-conv - conversion tool for handling the different flavours of sexp
92
    - sexp-conv - conversion tool for handling the different flavours of sexp
89
      syntax.
93
      syntax.
90
    - pkcs1-conv - converts PKCS#1 keys to sexp format.
94
    - pkcs1-conv - converts PKCS#1 keys to sexp format.
91
95
92
Package: nettle-dbg
96
Package: nettle-dbg
93
Section: debug
97
Section: debug
94
Priority: extra
98
Priority: extra
95
Architecture: any
99
Architecture: any
96
Depends: libnettle4 (= ${binary:Version}) | libhogweed2 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends}
100
Depends: libnettle4 (= ${binary:Version}) | libhogweed2 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends}
97
Description: low level cryptographic library (debugging symbols)
101
Description: low level cryptographic library (debugging symbols)
98
 Nettle is a cryptographic library that is designed to fit easily in more or
102
 Nettle is a cryptographic library that is designed to fit easily in more or
99
 less any context: In crypto toolkits for object-oriented languages (C++,
103
 less any context: In crypto toolkits for object-oriented languages (C++,
100
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
104
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
101
 space.
105
 space.
102
 .
106
 .
103
 This package contains the debugging symbols for all binary packages.
107
 This package contains the debugging symbols for all binary packages.