~ubuntu-branches/ubuntu/quantal/curl/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-05-28 12:21:13 UTC
  • mfrom: (3.4.29 sid)
  • Revision ID: package-import@ubuntu.com-20120528122113-i5f42lajprljoudn
Tags: 7.26.0-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Adjust udeb configure flags handling to something easier to merge in
  future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: web
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Ramakrishnan Muthukrishnan <rkrishnan@debian.org>
6
 
Uploaders: Alessandro Ghedini <al3xbio@gmail.com>,
7
 
 Ian Jackson <ijackson@chiark.greenend.org.uk>,
 
5
XSBC-Original-Maintainer: Alessandro Ghedini <ghedo@debian.org>
 
6
Uploaders: Ian Jackson <ijackson@chiark.greenend.org.uk>,
8
7
 Luk Claes <luk@debian.org>
9
8
Build-Depends: debhelper (>= 9),
10
9
 autoconf,
32
31
Architecture: any
33
32
Replaces: curl-ssl
34
33
Provides: curl-ssl
35
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
34
Depends: ${shlibs:Depends}, ${misc:Depends},
 
35
 libcurl3 (= ${binary:Version})
36
36
Description: command line tool for transferring data with URL syntax
37
37
 curl is a command line tool for transferring data with URL syntax, supporting
38
38
 DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, POP3, POP3S,