~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 15:21:57 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080618152157-qq94aiequcq35w6b
Tags: 7.18.2-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop the stunnel build dependency.
  - Drop the build-dependency on libdb4.5-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Uploaders: Matthias Klose <doko@debian.org>, Andreas Schuldei <andreas@debian.org>
7
7
Build-Depends: debhelper (>> 5), autoconf, libtool, automake1.9, binutils (>= 2.14.90.0.7), libssl-dev, libgnutls-dev, zlib1g-dev, libkrb5-dev [!hurd-i386], libidn11-dev, groff-base, libdb-dev, libldap2-dev, quilt, openssh-server
8
8
Build-Conflicts: autoconf2.13, automake1.4
9
 
Standards-Version: 3.7.2
 
9
Standards-Version: 3.8.0
10
10
Homepage: http://curl.haxx.se
11
11
 
12
12
Package: curl
26
26
Package: libcurl3
27
27
Architecture: any
28
28
Section: libs
29
 
Depends: ${shlibs:Depends}
 
29
Depends: ${shlibs:Depends}, ca-certificates
30
30
Replaces: libcurl2 (<< 1:7.11.2-2), libcurl4
31
31
Conflicts: libcurl4
32
32
Description: Multi-protocol file transfer library (OpenSSL)
40
40
Package: libcurl3-gnutls
41
41
Architecture: any
42
42
Section: libs
43
 
Depends: ${shlibs:Depends}
44
 
Recommends: ca-certificates
 
43
Depends: ${shlibs:Depends}, ca-certificates
45
44
Replaces: libcurl4-gnutls
46
45
Conflicts: libcurl4-gnutls
47
46
Description: Multi-protocol file transfer library (GnuTLS)
92
91
Provides: libcurl4-dbg
93
92
Replaces: libcurl4-dbg
94
93
Conflicts: libcurl4-dbg
95
 
Recommends: libcurl3 (= ${binary:Version}), libcurl3-gnutls (= ${binary:Version})
 
94
Depends: libcurl3 (= ${binary:Version}) | libcurl3-gnutls (= ${binary:Version})
96
95
Description: libcurl compiled with debug symbols
97
96
 This contains the debug symbols of both the OpenSSL and GnuTLS versions of
98
97
 libcurl3. It might be useful in debug sessions of software which uses libcurl.