~ubuntu-branches/ubuntu/oneiric/python3-defaults/oneiric-201110052111

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2011-04-14 21:44:29 UTC
  • mfrom: (0.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110414214429-xn7mtjzgzx6i8vxa
Tags: 3.2-3
Fix a typo in dh_python3 and generate correct prerm scripts
(with py3clean rather than pyclean, thanks to IRIE Shinsuke for bug
reporta and a patch, closes: 622708, LP: #760401)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: python3-defaults
2
2
Section: python
3
3
Priority: optional
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Matthias Klose <doko@debian.org>
 
4
Maintainer: Matthias Klose <doko@debian.org>
6
5
Uploaders: Piotr Ożarowski <piotr@debian.org>, Scott Kitterman <scott@kitterman.com>
7
6
Build-Depends: debhelper (>= 6.0.7~), python
8
7
Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils, lsb-release
102
101
 
103
102
Package: python3-all
104
103
Architecture: all
105
 
Depends: python3 (= ${binary:Version}), python3.1, python3.2, ${misc:Depends}
106
 
Description: package depending on all supported Python runtime versions
107
 
 The package currently depends on python3.1 and python3.2, in the future,
 
104
Depends: python3 (= ${binary:Version}), python3.2, ${misc:Depends}
 
105
Description: package depending on all supported Python 3 runtime versions
 
106
 The package currently depends on python3.2, in the future,
108
107
 dependencies on jython (Python for a JVM) and ironpython (Python for Mono)
109
108
 may be added.
110
109
 .
113
112
 
114
113
Package: python3-all-dev
115
114
Architecture: all
116
 
Depends: python3 (= ${binary:Version}), python3-all (= ${binary:Version}), python3-dev (= ${binary:Version}), python3.1-dev, python3.2-dev, ${misc:Depends}
117
 
Description: package depending on all supported Python development packages
118
 
 The package currently depends on python3.1-dev and python3.2-dev, in the
 
115
Depends: python3 (= ${binary:Version}), python3-all (= ${binary:Version}), python3-dev (= ${binary:Version}), python3.2-dev, ${misc:Depends}
 
116
Description: package depending on all supported Python 3 development packages
 
117
 The package currently depends on python3.2-dev, in the
119
118
 future, dependencies on jython (Python for a JVM) and ironpython (Python
120
119
 for Mono) may be added.
121
120
 .
126
125
Architecture: all
127
126
Section: debug
128
127
Priority: extra
129
 
Depends: python3 (= ${binary:Version}), python3-all (= ${binary:Version}), python3-dbg (= ${binary:Version}), python3.1-dbg, python3.2-dbg, ${misc:Depends}
130
 
Description: package depending on all supported Python debugging packages
131
 
 The package currently depends on python3.1-dbg and python3.2-dbg, in the
 
128
Depends: python3 (= ${binary:Version}), python3-all (= ${binary:Version}), python3-dbg (= ${binary:Version}), python3.2-dbg, ${misc:Depends}
 
129
Description: package depending on all supported Python 3 debugging packages
 
130
 The package currently depends on python3.2-dbg, in the
132
131
 future, dependencies on jython (Python for a JVM) and ironpython (Python
133
132
 for Mono) may be added.
134
133
 .