~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to debian/control.ssl

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2002-03-12 19:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020312190621-iztop53k88qlo29k
Tags: 7.9.5-1
* New upstream version (Closes: #134608).
* Added autotools-dev to the build dependencies. config.{guess,sub}
  can now be updated automatically in the build process.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: curl-ssl
 
2
Section: non-US
 
3
Priority: extra
 
4
Maintainer: Domenico Andreoli <cavok@debian.org>
 
5
Standards-Version: 3.5.6
 
6
Build-Depends: debhelper (>> 3.0.0), autotools-dev, libssl-dev
 
7
 
 
8
Package: libcurl-ssl-dev
 
9
Architecture: any
 
10
Section: non-US
 
11
Depends: libcurl2-ssl (= ${Source-Version}), libc6-dev, libssl-dev
 
12
Conflicts: libcurl-dev
 
13
Description: Development libraries and header files for libcurl.
 
14
 Contains the symlinks, headers, and object files needed to compile
 
15
 and link programs which use the libcurl library.
 
16
 .  
 
17
 libcurl is designed and meant to become a solid, usable and reliable
 
18
 multi-protocol file transfer library for URL syntax defined files.
 
19
 .
 
20
 More informations can be found at the curl web site http://curl.haxx.se .
 
21
 
 
22
Package: libcurl2-ssl
 
23
Architecture: any
 
24
Section: non-US
 
25
Depends: ${shlibs:Depends}
 
26
Conflicts: libcurl2
 
27
Description: Multi-protocol file transfer library. (SSL support)
 
28
 This package includes shared version of the libcurl library.
 
29
 .
 
30
 libcurl is designed and meant to become a solid, usable and reliable
 
31
 multi-protocol file transfer library for URL syntax defined files.
 
32
 .
 
33
 Shared library *with* SSL support.
 
34
 .
 
35
 More informations can be found at the curl web site http://curl.haxx.se .
 
36
 
 
37
Package: curl-ssl
 
38
Architecture: all
 
39
Section: non-US
 
40
Depends: curl (>= 7.7-1), libcurl2-ssl (>= 7.7-1) 
 
41
Description: Pseudopackage for migration from Debian 2.2 (potato).
 
42
 This pseudopackage contains only the required dependencies to smooth
 
43
 the migration from Debian 2.2 (potato).
 
44
 .
 
45
 Now curl SSL functionality is bound to the one of the libcurl it
 
46
 is installed with. So if you want a curl with SSL support disabled
 
47
 you have to install curl and libcurl2 together, if instead you want
 
48
 a curl with SSL support enabled you have to install curl and
 
49
 libcurl2-ssl together.
 
50
 .
 
51
 This package depends on curl and libcurl2-ssl to force the SSL support
 
52
 into curl, nothing more. In fact if it is still installed on your
 
53
 system you are encouraged to remove it.