~ubuntu-branches/ubuntu/hardy/openssl/hardy-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2005-12-13 21:37:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051213213742-7em5nrw5c7ceegyd
Tags: 0.9.8a-5
Stop ssh from crashing randomly on sparc (Closes: #335912)
Patch from upstream cvs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: openssl
2
 
Build-Depends: debhelper (>= 4.2.0)
 
2
Build-Depends: debhelper (>= 4.2.0), binutils (>= 2.14.90.0.7), zlib1g-dev, m4, bc
3
3
Section: utils
4
4
Priority: optional
5
 
Maintainer: Christoph Martin <christoph.martin@uni-mainz.de>
 
5
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
 
6
Uploaders: Christoph Martin <christoph.martin@uni-mainz.de>, Kurt Roeckx <kurt@roeckx.be>
6
7
Standards-Version: 3.6.1
7
8
 
8
9
Package: openssl
24
25
  o  SSL/TLS Client and Server Tests
25
26
  o  Handling of S/MIME signed or encrypted Mail
26
27
 
27
 
Package: libssl0.9.7
 
28
Package: libssl0.9.8
28
29
Section: libs
29
 
Priority: standard
 
30
Priority: important
30
31
Architecture: any
31
32
Depends: ${shlibs:Depends}, ${misc:Depends}
32
33
Conflicts: ssleay (<< 0.9.2b), libssl, openssl (<< 0.9.6-2), libssl096-dev (<< 0.9.6-2)
36
37
 .
37
38
 It is part of the OpenSSL implementation of SSL.
38
39
 
39
 
Package: libcrypto0.9.7-udeb
 
40
Package: libcrypto0.9.8-udeb
40
41
XC-Package-Type: udeb
41
42
Section: debian-installer
42
43
Priority: optional
43
44
Architecture: any
44
45
Depends: ${shlibs:Depends}, ${misc:Depends}
45
 
Provides: libssl0.9.7
 
46
Provides: libssl0.9.8
46
47
Description: crypto shared library - udeb
47
48
 libcrypto shared library.
48
49
 .
52
53
Section: libdevel
53
54
Priority: optional
54
55
Architecture: any
55
 
Depends: libssl0.9.7 (= ${Source-Version})
 
56
Depends: libssl0.9.8 (= ${Source-Version}), zlib1g-dev
56
57
Conflicts: ssleay (<< 0.9.2b), libssl08-dev, libssl09-dev, libssl095a-dev, libssl096-dev
57
58
Description: SSL development libraries, header files and documentation
58
59
 libssl and libcrypt development libraries, header files and manpages
59
60
 .
60
61
 It is part of the OpenSSL implementation of SSL.
 
62
 
 
63
Package: libssl0.9.8-dbg
 
64
Section: libdevel
 
65
Priority: extra
 
66
Architecture: any
 
67
Depends: libssl0.9.8 (= ${Source-Version})
 
68
Description: Symbol tables for libssl and libcrypt
 
69
 This package is part of the OpenSSL implementation of SSL.