~barry/ubuntu/oneiric/pycurl/bug-788514

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2007-05-28 01:14:33 UTC
  • Revision ID: james.westby@ubuntu.com-20070528011433-ndec8yuhqfc6phc4
Tags: 7.16.2.1-3
* Fixed package description (closes: #423905).
* Merge from Ubuntu:
  - build a python-pycurl-dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: pycurl
2
2
Section: python
3
3
Priority: extra
4
 
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Domenico Andreoli <cavok@debian.org>
 
4
Maintainer: Domenico Andreoli <cavok@debian.org>
6
5
Uploaders: Matthias Klose <doko@debian.org>
7
6
Build-Depends: debhelper (>= 5.0.37.1), python-all-dev (>= 2.3.5-9), python-all-dbg, python-central, libcurl4-gnutls-dev (>= 7.16.2-1)
8
7
Standards-Version: 3.7.2
10
9
 
11
10
Package: python-pycurl
12
11
Architecture: any
13
 
Suggests: libcurl4-gnutls-dev
 
12
Suggests: libcurl4-gnutls-dev, python-pycurl-dbg
14
13
Depends: ${shlibs:Depends}, ${python:Depends}
15
14
Conflicts: python2.3-pycurl, python2.4-pycurl
16
15
Replaces: python2.3-pycurl, python2.4-pycurl
17
16
Provides: ${python:Provides}
18
 
Suggests: python-pycurl-dbg
19
17
XB-Python-Version: ${python:Versions}
20
18
Description: Python bindings to libcurl
21
19
 This module provides the Python bindings to libcurl. Please refer to
22
 
 the libcurl documentation available in libcurl3-gnutls-dev Debian package.
 
20
 the libcurl documentation available in libcurl4-gnutls-dev Debian package.
23
21
 .
24
22
 NOTE: the SSL support is provided by GnuTLS.
25
23
 .
28
26
Package: python-pycurl-dbg
29
27
Priority: extra
30
28
Architecture: any
31
 
Depends: python-pycurl (= ${Source-Version}), python-dbg, ${shlibs:Depends}
 
29
Depends: ${shlibs:Depends}, python-dbg, python-pycurl (= ${Source-Version})
 
30
XB-Python-Version: ${python:Versions}
32
31
Description: Python bindings to libcurl (debug extension)
33
32
 This module provides the Python bindings to libcurl. Please refer to
34
 
 the libcurl documentation available in libcurl3-gnutls-dev Debian package.
 
33
 the libcurl documentation available in libcurl4-gnutls-dev Debian package.
35
34
 .
36
35
 This package contains the extension built for the python debug interpreter.