chiark / gitweb /
curl (7.56.1-1) unstable; urgency=medium
[curl.git] / debian / control
1 Source: curl
2 Section: web
3 Priority: optional
4 Maintainer: Alessandro Ghedini <ghedo@debian.org>
5 Uploaders: Ian Jackson <ijackson@chiark.greenend.org.uk>
6 Build-Depends: debhelper (>= 9.20141010~),
7  autoconf,
8  automake,
9  ca-certificates,
10  dpkg-dev (>= 1.17.14~),
11  groff-base,
12  libgnutls28-dev,
13  libidn2-0-dev,
14  libkrb5-dev,
15  libldap2-dev,
16  libnghttp2-dev,
17  libnss3-dev,
18  libpsl-dev,
19  librtmp-dev (>= 2.4+20131018.git79459a2-3~),
20  libssh2-1-dev,
21  libssl1.0-dev | libssl-dev (<< 1.1),
22  libtool,
23  openssh-server <!nocheck>,
24  python:native,
25  quilt,
26  stunnel4 <!nocheck>,
27  zlib1g-dev
28 Build-Conflicts: autoconf2.13, automake1.4
29 Standards-Version: 4.1.1
30 Vcs-Git: https://anonscm.debian.org/git/collab-maint/curl.git
31 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/curl.git
32 Homepage: http://curl.haxx.se
33
34 Package: curl
35 Architecture: any
36 Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3 (= ${binary:Version})
37 Multi-Arch: foreign
38 Description: command line tool for transferring data with URL syntax
39  curl is a command line tool for transferring data with URL syntax, supporting
40  DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
41  POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
42  .
43  curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form
44  based upload, proxies, cookies, user+password authentication (Basic, Digest,
45  NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a
46  busload of other useful tricks.
47
48 Package: libcurl3
49 Architecture: any
50 Section: libs
51 Depends: ${shlibs:Depends}, ${misc:Depends}
52 Recommends: ca-certificates
53 Pre-Depends: ${misc:Pre-Depends}
54 Multi-Arch: same
55 Description: easy-to-use client-side URL transfer library (OpenSSL flavour)
56  libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
57  FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
58  RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
59  .
60  libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
61  form based upload, proxies, cookies, user+password authentication (Basic,
62  Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
63  and more!
64  .
65  libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
66  fast, thoroughly documented and is already used by many known, big and
67  successful companies and numerous applications.
68  .
69  SSL support is provided by OpenSSL.
70
71 Package: libcurl3-gnutls
72 Architecture: any
73 Section: libs
74 Depends: ${shlibs:Depends}, ${misc:Depends}
75 Recommends: ca-certificates
76 Pre-Depends: ${misc:Pre-Depends}
77 Multi-Arch: same
78 Description: easy-to-use client-side URL transfer library (GnuTLS flavour)
79  libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
80  FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
81  RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
82  .
83  libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
84  form based upload, proxies, cookies, user+password authentication (Basic,
85  Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
86  and more!
87  .
88  libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
89  fast, thoroughly documented and is already used by many known, big and
90  successful companies and numerous applications.
91  .
92  SSL support is provided by GnuTLS.
93
94 Package: libcurl3-nss
95 Architecture: any
96 Section: libs
97 Depends: ${shlibs:Depends}, ${misc:Depends}
98 Recommends: ca-certificates
99 Pre-Depends: ${misc:Pre-Depends}
100 Multi-Arch: same
101 Description: easy-to-use client-side URL transfer library (NSS flavour)
102  libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
103  FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
104  RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
105  .
106  libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
107  form based upload, proxies, cookies, user+password authentication (Basic,
108  Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
109  and more!
110  .
111  libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
112  fast, thoroughly documented and is already used by many known, big and
113  successful companies and numerous applications.
114  .
115  SSL support is provided by NSS.
116
117 Package: libcurl4-openssl-dev
118 Architecture: any
119 Section: libdevel
120 Provides: libcurl-dev,
121  libcurl-ssl-dev,
122  libcurl3-openssl-dev,
123  libcurl4-dev,
124  libcurl3-dev
125 Conflicts: libcurl4-gnutls-dev, libcurl4-nss-dev
126 Depends: ${misc:Depends}, libcurl3 (= ${binary:Version})
127 Suggests: libcurl4-doc,
128  libidn11-dev,
129  libkrb5-dev,
130  libldap2-dev,
131  librtmp-dev,
132  libssh2-1-dev,
133  libssl1.0-dev | libssl-dev (<< 1.1),
134  pkg-config,
135  zlib1g-dev
136 Multi-Arch: same
137 Description: development files and documentation for libcurl (OpenSSL flavour)
138  libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
139  FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
140  RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
141  .
142  libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
143  form based upload, proxies, cookies, user+password authentication (Basic,
144  Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
145  and more!
146  .
147  libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
148  fast, thoroughly documented and is already used by many known, big and
149  successful companies and numerous applications.
150  .
151  This package provides the development files (ie. includes, static library,
152  manual pages) that allow one to build software which uses libcurl.
153  .
154  SSL support is provided by OpenSSL.
155
156 Package: libcurl4-gnutls-dev
157 Architecture: any
158 Section: libdevel
159 Provides: libcurl-dev,
160  libcurl-ssl-dev,
161  libcurl3-gnutls-dev,
162  libcurl4-dev
163 Conflicts: libcurl4-openssl-dev, libcurl4-nss-dev
164 Depends: ${misc:Depends}, libcurl3-gnutls (= ${binary:Version})
165 Suggests: libcurl4-doc,
166  libgnutls28-dev,
167  libidn11-dev,
168  libkrb5-dev,
169  libldap2-dev,
170  librtmp-dev,
171  libssh2-1-dev,
172  pkg-config,
173  zlib1g-dev
174 Multi-Arch: same
175 Description: development files and documentation for libcurl (GnuTLS flavour)
176  libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
177  FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
178  RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
179  .
180  libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
181  form based upload, proxies, cookies, user+password authentication (Basic,
182  Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
183  and more!
184  .
185  libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
186  fast, thoroughly documented and is already used by many known, big and
187  successful companies and numerous applications.
188  .
189  This package provides the development files (ie. includes, static library,
190  manual pages) that allow one to build software which uses libcurl.
191  .
192  SSL support is provided by GnuTLS.
193
194 Package: libcurl4-nss-dev
195 Architecture: any
196 Section: libdevel
197 Provides: libcurl-dev,
198  libcurl-ssl-dev,
199  libcurl3-nss-dev,
200  libcurl4-dev
201 Conflicts: libcurl4-openssl-dev, libcurl4-gnutls-dev
202 Depends: ${misc:Depends}, libcurl3-nss (= ${binary:Version})
203 Suggests: libcurl4-doc,
204  libidn11-dev,
205  libkrb5-dev,
206  libldap2-dev,
207  libnss3-dev,
208  librtmp-dev,
209  libssh2-1-dev,
210  pkg-config,
211  zlib1g-dev
212 Multi-Arch: same
213 Description: development files and documentation for libcurl (NSS flavour)
214  libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
215  FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
216  RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
217  .
218  libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
219  form based upload, proxies, cookies, user+password authentication (Basic,
220  Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
221  and more!
222  .
223  libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
224  fast, thoroughly documented and is already used by many known, big and
225  successful companies and numerous applications.
226  .
227  This package provides the development files (ie. includes, static library,
228  manual pages) that allow one to build software which uses libcurl.
229  .
230  SSL support is provided by NSS.
231
232 Package: libcurl4-doc
233 Section: doc
234 Architecture: all
235 Depends: ${misc:Depends}
236 Replaces: libcurl4-openssl-dev (<< 7.30.0-2),
237  libcurl4-gnutls-dev (<< 7.30.0-2),
238  libcurl4-nss-dev (<< 7.30.0-2)
239 Breaks: libcurl4-openssl-dev (<< 7.30.0-2),
240  libcurl4-gnutls-dev (<< 7.30.0-2),
241  libcurl4-nss-dev (<< 7.30.0-2)
242 Description: documentation for libcurl
243  libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
244  FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
245  RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
246  .
247  libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
248  form based upload, proxies, cookies, user+password authentication (Basic,
249  Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
250  and more!
251  .
252  libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
253  fast, thoroughly documented and is already used by many known, big and
254  successful companies and numerous applications.
255  .
256  This package provides the documentation files for libcurl.