~ubuntu-branches/ubuntu/wily/python-imaging/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-31 20:49:20 UTC
  • mfrom: (1.1.4)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130131204920-7tnuhqhlsqdza4c2
Rewrite build dependencies to allow cross builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: python
3
3
Priority: optional
4
4
Maintainer: Matthias Klose <doko@debian.org>
5
 
Build-Depends: tk8.5-dev, python-all-dev (>= 2.6.5-9~), python-all-dbg, python-tk-dbg (>= 2.5.2-1.1), libsane-dev, libfreetype6-dev, libjpeg8-dev, zlib1g-dev, liblcms1-dev, debhelper (>= 5.0.37.1)
 
5
Build-Depends: debhelper, tk8.5-dev, dpkg-dev (>= 1.16.1~),
 
6
  python-all-dev:any (>= 2.6.5-9~), python-all-dbg:any, python-setuptools,
 
7
  python3-all-dev:any (>= 3.3), python3-all-dbg:any, python3-setuptools,
 
8
  libpython-all-dev, libpython-all-dbg,
 
9
  libpython3-all-dev, libpython3-all-dbg,
 
10
  python-tk-dbg (>= 2.7.3), python3-tk-dbg (>= 3.3),
 
11
  libsane-dev, libfreetype6-dev, libjpeg8-dev, zlib1g-dev, liblcms1-dev,
6
12
Build-Conflicts: python-numarray
7
 
XS-Python-Version: all
8
 
Standards-Version: 3.9.2
 
13
Standards-Version: 3.9.4
9
14
 
10
15
Package: python-imaging
11
16
Architecture: any
12
 
Depends: ${python:Depends}, mime-support | python-imaging-tk, ${shlibs:Depends}, ${misc:Depends}
 
17
Depends: ${python:Depends}, mime-support | python-imaging-tk,
 
18
  ${shlibs:Depends}, ${misc:Depends}
13
19
Suggests: python-imaging-doc, python-imaging-dbg
14
20
Provides: ${python:Provides}
15
 
XB-Python-Version: ${python:Versions}
16
21
Description: Python Imaging Library
17
22
 The Python Imaging Library (PIL) adds an image object to your Python
18
23
 interpreter. You can load images from a variety of file formats, and
40
45
Section: debug
41
46
Priority: extra
42
47
Architecture: any
43
 
Depends: python-imaging (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
44
 
XB-Python-Version: ${python:Versions}
 
48
Depends: python-imaging (= ${binary:Version}), python-dbg,
 
49
  ${shlibs:Depends}, ${misc:Depends}
45
50
Description: Python Imaging Library (debug extension)
46
51
 The Python Imaging Library (PIL) adds an image object to your Python
47
52
 interpreter. You can load images from a variety of file formats, and
51
56
 
52
57
Package: python-imaging-tk
53
58
Architecture: any
54
 
Depends: python-imaging (= ${binary:Version}), python-tk (>= 2.5.2-1.1), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
59
Depends: python-imaging (= ${binary:Version}), python-tk (>= 2.5.2-1.1),
 
60
  ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
55
61
Suggests: python-imaging-doc, python-imaging-tk-dbg
56
62
Provides: ${python:Provides}
57
 
XB-Python-Version: ${python:Versions}
58
63
Description: Python Imaging Library - ImageTk Module
59
64
 Tk dependent python-imaging module.
60
65
 
62
67
Section: debug
63
68
Priority: extra
64
69
Architecture: any
65
 
Depends: python-imaging-tk (= ${binary:Version}), python-imaging-dbg (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
66
 
XB-Python-Version: ${python:Versions}
 
70
Depends: python-imaging-tk (= ${binary:Version}),
 
71
  python-imaging-dbg (= ${binary:Version}),
 
72
  python-dbg, ${shlibs:Depends}, ${misc:Depends}
67
73
Description: Python Imaging Library - ImageTk Module (debug extension)
68
74
 Tk dependent python-imaging module.
69
75
 .
71
77
 
72
78
Package: python-imaging-sane
73
79
Architecture: any
74
 
Depends: python-imaging (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
80
Depends: python-imaging (= ${binary:Version}), ${python:Depends},
 
81
  ${shlibs:Depends}, ${misc:Depends}
75
82
Recommends: python-tk (>= 2.5.2-1.1)
76
83
Suggests: python-imaging-doc, python-imaging-sane-dbg
77
84
Provides: ${python:Provides}
78
 
XB-Python-Version: ${python:Versions}
79
85
Description: Python Imaging Library - SANE interface
80
86
 The imaging-sane module is a Python interface to the SANE (Scanner
81
87
 Access is Now Easy) library, which provides access to various raster
85
91
Section: debug
86
92
Priority: extra
87
93
Architecture: any
88
 
Depends: python-imaging-sane (= ${binary:Version}), python-imaging-dbg (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
89
 
XB-Python-Version: ${python:Versions}
 
94
Depends: python-imaging-sane (= ${binary:Version}),
 
95
  python-imaging-dbg (= ${binary:Version}),
 
96
  python-dbg, ${shlibs:Depends}, ${misc:Depends}
90
97
Description: Python Imaging Library - SANE interface (debug extension)
91
98
 The imaging-sane module is a Python interface to the SANE (Scanner
92
99
 Access is Now Easy) library, which provides access to various raster
94
101
 .
95
102
 This package contains the extension built for the Python debug interpreter.
96
103
 
 
104
Package: python3-imaging
 
105
Architecture: any
 
106
Depends: ${python3:Depends}, mime-support | python3-imaging-tk,
 
107
  ${shlibs:Depends}, ${misc:Depends}
 
108
Suggests: python-imaging-doc, python3-imaging-dbg
 
109
Provides: ${python:Provides}
 
110
Description: Python Imaging Library (Python3)
 
111
 The Python Imaging Library (PIL) adds an image object to your Python
 
112
 interpreter. You can load images from a variety of file formats, and
 
113
 apply a rich set of image operations to them.
 
114
 .
 
115
 Image Objects:
 
116
  o Bilevel, greyscale, palette, true colour (RGB), true colour with
 
117
    transparency (RGBA).
 
118
  o colour separation (CMYK).
 
119
  o Copy, cut, paste operations.
 
120
  o Flip, transpose, resize, rotate, and arbitrary affine transforms.
 
121
  o Transparency operations.
 
122
  o Channel and point operations.
 
123
  o Colour transforms, including matrix operations.
 
124
  o Image enhancement, including convolution filters.
 
125
 .
 
126
 File Formats:
 
127
  o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG,
 
128
    MSP, PDF, PNG, PPM, TIFF, XBM.
 
129
  o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC,
 
130
    MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM.
 
131
  o Save only: PDF, EPS (without ghostscript).
 
132
 
 
133
Package: python3-imaging-dbg
 
134
Section: debug
 
135
Priority: extra
 
136
Architecture: any
 
137
Depends: python3-imaging (= ${binary:Version}), python3-dbg,
 
138
  ${shlibs:Depends}, ${misc:Depends}
 
139
Description: Python Imaging Library (Python3 debug extension)
 
140
 The Python Imaging Library (PIL) adds an image object to your Python
 
141
 interpreter. You can load images from a variety of file formats, and
 
142
 apply a rich set of image operations to them.
 
143
 .
 
144
 This package contains the extension built for the Python debug interpreter.
 
145
 
 
146
Package: python3-imaging-tk
 
147
Architecture: any
 
148
Depends: python3-imaging (= ${binary:Version}),
 
149
  python3-tk (>= 2.5.2-1.1),
 
150
  ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
151
Suggests: python-imaging-doc, python3-imaging-tk-dbg
 
152
Provides: ${python:Provides}
 
153
Description: Python Imaging Library - ImageTk Module (Python3)
 
154
 Tk dependent python-imaging module.
 
155
 
 
156
Package: python3-imaging-tk-dbg
 
157
Section: debug
 
158
Priority: extra
 
159
Architecture: any
 
160
Depends: python3-imaging-tk (= ${binary:Version}),
 
161
  python3-imaging-dbg (= ${binary:Version}),
 
162
  python3-dbg, ${shlibs:Depends}, ${misc:Depends}
 
163
Description: Python Imaging Library - ImageTk Module (Python3 debug extension)
 
164
 Tk dependent python-imaging module.
 
165
 .
 
166
 This package contains the extension built for the Python debug interpreter.
 
167
 
 
168
Package: python3-imaging-sane
 
169
Architecture: any
 
170
Depends: python3-imaging (= ${binary:Version}), ${python3:Depends},
 
171
  ${shlibs:Depends}, ${misc:Depends}
 
172
Recommends: python3-tk (>= 2.5.2-1.1)
 
173
Suggests: python-imaging-doc, python3-imaging-sane-dbg
 
174
Provides: ${python3:Provides}
 
175
Description: Python Imaging Library - SANE interface (Python3)
 
176
 The imaging-sane module is a Python interface to the SANE (Scanner
 
177
 Access is Now Easy) library, which provides access to various raster
 
178
 scanning devices such as flatbed scanners and digital cameras.
 
179
 
 
180
Package: python3-imaging-sane-dbg
 
181
Section: debug
 
182
Priority: extra
 
183
Architecture: any
 
184
Depends: python3-imaging-sane (= ${binary:Version}),
 
185
  python3-imaging-dbg (= ${binary:Version}),
 
186
  python3-dbg, ${shlibs:Depends}, ${misc:Depends}
 
187
Description: Python Imaging Library - SANE interface (Python 3debug extension)
 
188
 The imaging-sane module is a Python interface to the SANE (Scanner
 
189
 Access is Now Easy) library, which provides access to various raster
 
190
 scanning devices such as flatbed scanners and digital cameras.
 
191
 .
 
192
 This package contains the extension built for the Python debug interpreter.
 
193
 
97
194
Package: python-imaging-doc
98
195
Section: doc
99
196
Architecture: all
100
197
Depends: ${misc:Depends}
101
 
Suggests: python-imaging-doc-html, python-imaging-doc-pdf, python-doc, python-imaging, python-imaging-tk
 
198
Suggests: python-imaging-doc-html, python-imaging-doc-pdf,
 
199
  python-doc, python3-imaging | python-imaging, python3-imaging-tk | python-imaging-tk
102
200
Replaces: python-pil-doc
103
201
Conflicts: python-pil-doc
104
202
Description: Examples for the Python Imaging Library