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

« back to all changes in this revision

Viewing changes to debian/control

  • 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
 
2
Section: web
 
3
Priority: optional
 
4
Maintainer: Domenico Andreoli <cavok@debian.org>
 
5
Standards-Version: 3.5.6
 
6
Build-Depends: debhelper (>> 3.0.0), autotools-dev
 
7
 
 
8
Package: libcurl-dev
 
9
Architecture: any
 
10
Section: devel
 
11
Depends: libcurl2 (= ${Source-Version}), libc6-dev
 
12
Conflicts: libcurl-ssl-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
 
23
Architecture: any
 
24
Section: libs
 
25
Depends: ${shlibs:Depends}
 
26
Conflicts: libcurl2-ssl
 
27
Description: Multi-protocol file transfer library. (no 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 *without* SSL support.
 
34
 .
 
35
 More informations can be found at the curl web site http://curl.haxx.se .
 
36
 
 
37
Package: curl
 
38
Architecture: any
 
39
Section: web
 
40
Depends: ${shlibs:Depends}
 
41
Description: Get a file from an FTP, GOPHER, HTTP or HTTPS server.
 
42
 curl is a client to get documents/files from servers using any of the
 
43
 supported protocols. The command is designed to work without user
 
44
 interaction or any kind of interactivity.
 
45
 .
 
46
 curl offers a busload of useful tricks like proxy support, user
 
47
 authentication, ftp upload, HTTP post, file transfer resume and more.
 
48
 .
 
49
 This package is able to handle SSL requests only if installed together
 
50
 with libcurl2-ssl.
 
51
 .
 
52
 More informations can be found at the curl web site http://curl.haxx.se .