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

« back to all changes in this revision

Viewing changes to debian/curl-ssl.README.Debian

  • 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
README for curl-ssl
 
2
~~~~~~~~~~~~~~~~~~~
 
3
 
 
4
This package (curl-ssl) is now a dummy one, I made it to achieve
 
5
a simpler upgrade from Debian 2.2 (potato). Indeed libcurl flavor
 
6
determinates if curl is SSL aware or not.
 
7
 
 
8
So if you want a plain curl, install libcurl2. If you want an SSL one,
 
9
install libcurl2-ssl. Easy.
 
10
 
 
11
curl-ssl is an empty package that depends on curl and libcurl2-ssl in
 
12
order to install SSL enabled curl.
 
13
 
 
14
That said, you are warmly encouraged to remove curl-ssl from your system
 
15
and forget it. :)
 
16
 
 
17
 
 
18
Domenico Andreoli <cavok@debian.org>