~compiz-team/compiz/compiz.fix_1077866

« back to all changes in this revision

Viewing changes to debian/control

first packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: compiz
 
2
Section: x11
 
3
Priority: optional
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 
6
Uploaders: David Nusinow <dnusinow@debian.org>, Sean Finney <seanius@debian.org>, Cyril Brulebois <kibi@debian.org>
 
7
Build-Depends: cmake (>= 2.6),
 
8
               debhelper (>= 9~),
 
9
               intltool,
 
10
               libtool,
 
11
               pkg-config,
 
12
               quilt (>= 0.40),
 
13
               libcairo2-dev,
 
14
               libdbus-glib-1-dev,
 
15
               libgconf2-dev, 
 
16
               libgl1-mesa-dev (>= 6.5.1) [!armhf !armel] | libgl-dev [!armhf !armel],
 
17
               libegl1-mesa-dev [armhf armel], libgles2-mesa-dev [armhf armel],
 
18
               libboost-dev,
 
19
               libboost-serialization-dev,
 
20
               libglib2.0-dev,
 
21
               libglibmm-2.4-dev,
 
22
               libgtk2.0-dev,
 
23
               libgtk-3-dev,
 
24
               libice-dev (>= 1:1.0.1), 
 
25
               libmetacity-dev (>= 1:2.30.3-0ubuntu3),
 
26
               libpango1.0-dev,
 
27
               libpng12-dev | libpng-dev,
 
28
               librsvg2-dev, 
 
29
               libsm-dev (>= 1:1.0.1),
 
30
               libwnck-dev,
 
31
               libx11-dev,
 
32
               libxcomposite-dev (>= 1:0.3-2),
 
33
               libxext-dev,
 
34
               libxdamage-dev (>=1:1.0.3),
 
35
               libxfixes-dev (>= 1:4.0.1),
 
36
               libxinerama-dev, 
 
37
               libxml-parser-perl,
 
38
               libxrandr-dev (>= 2:1.1.0.2),
 
39
               libxrender-dev (>= 1:0.9.1), 
 
40
               libxcursor-dev,
 
41
               libxml2-dev,
 
42
               libxslt1-dev,
 
43
               xsltproc,
 
44
               libstartup-notification0-dev (>= 0.7),
 
45
               x11proto-gl-dev (>= 1.4.8),
 
46
               libglu1-mesa-dev [!armhf !armel],
 
47
               libjpeg62-dev,
 
48
               libnotify-dev,
 
49
               libx11-xcb-dev,
 
50
               libprotobuf-dev,
 
51
               protobuf-compiler,
 
52
               python-all-dev,
 
53
               python-pyrex,
 
54
               metacity-common,
 
55
               gnome-control-center-dev,
 
56
Standards-Version: 3.9.3
 
57
Vcs-Bzr: https://code.launchpad.net/~compiz/compiz/ubuntu
 
58
 
 
59
Package: compiz
 
60
Architecture: all
 
61
Provides: x-window-manager
 
62
Depends: compiz-core (>= ${source:Version}),
 
63
         compiz-plugins-default (>= ${source:Version}),
 
64
         compiz-gnome,
 
65
         ${misc:Depends},
 
66
Description: OpenGL window and compositing manager
 
67
 Compiz brings to life a variety of visual effects that make the Linux desktop
 
68
 easier to use, more powerful and intuitive, and more accessible for users
 
69
 with special needs.
 
70
 .
 
71
 This metapackage provides the components necessary for running compiz. It
 
72
 provides the compiz core, a set of standard plugins, a window decorator using
 
73
 the Gtk toolkit and the files necessary to integrate compiz with the GNOME
 
74
 desktop environment.
 
75
 
 
76
Package: compiz-core
 
77
Architecture: any
 
78
Depends: ${shlibs:Depends},
 
79
         ${misc:Depends},
 
80
Recommends: compiz-plugins-default,
 
81
Provides: compiz-core-abiversion-${coreabiversion}
 
82
Description: OpenGL window and compositing manager
 
83
 Compiz brings to life a variety of visual effects that make the Linux desktop
 
84
 easier to use, more powerful and intuitive, and more accessible for users
 
85
 with special needs.
 
86
 .
 
87
 Compiz combines together a window manager and a composite manager using
 
88
 OpenGL for rendering. A "window manager" allows the manipulation of the
 
89
 multiple applications and dialog windows that are presented on the screen. A
 
90
 "composite manager" allows windows and other graphics to be combined together
 
91
 to create composite images. Compiz achieves its stunning effects by doing
 
92
 both of these functions.
 
93
 
 
94
Package: compiz-dev
 
95
Architecture: any
 
96
Depends: compiz-core (= ${binary:Version}),
 
97
         libdecoration0-dev (= ${binary:Version}),
 
98
         ${misc:Depends},
 
99
         libgl1-mesa-dev [!armhf !armel] | libgl-dev [!armhf !armel],
 
100
         libegl1-mesa-dev [armhf armel],
 
101
         libgles2-mesa-dev [armhf armel],
 
102
         libpng-dev,
 
103
         libxcomposite-dev (>= 1:0.3-2),
 
104
         libxfixes-dev (>=1:4.0.1),
 
105
         libxdamage-dev (>= 1:1.0.3),
 
106
         libxinerama-dev,
 
107
         libxrandr-dev (>=2:1.1.0.2),
 
108
         libxcursor-dev,
 
109
         libice-dev (>= 1:1.0.1),
 
110
         libsm-dev (>= 1:1.0.1),
 
111
         libstartup-notification0-dev (>= 0.7),
 
112
         libxslt1-dev,
 
113
         libxml2-dev,
 
114
         libx11-xcb-dev,
 
115
         libglib2.0-dev,
 
116
         libglibmm-2.4-dev,
 
117
         libgtk-3-dev,
 
118
Replaces: compiz-plugins-main-dev (<< 1:0.9.8),
 
119
          compiz-plugins-extra (<< 1:0.9.8),
 
120
          compiz-dev (<< 1:0.9.8),
 
121
Breaks: compiz-plugins-main-dev (<< 1:0.9.8),
 
122
        compiz-plugins-extra (<< 1:0.9.8),
 
123
Description: OpenGL window and compositing manager - development files
 
124
 Compiz brings to life a variety of visual effects that make the Linux desktop
 
125
 easier to use, more powerful and intuitive, and more accessible for users
 
126
 with special needs.
 
127
 .
 
128
 This package contains the headers and libraries needed to compile compiz
 
129
 plugins.
 
130
 
 
131
Package: compiz-gnome
 
132
Architecture: any
 
133
Depends: ${shlibs:Depends},
 
134
         ${misc:Depends},
 
135
         compiz-plugins-default (= ${binary:Version}),
 
136
Replaces: compiz-plugins-main (<= 1:0.9.8),
 
137
          compiz-plugins-main-default (<= 1:0.9.8),
 
138
          compizconfig-backend-gconf (<= 1:0.9.8),
 
139
Breaks: compiz-plugins-main (<= 1:0.9.8),
 
140
        compiz-plugins-main-default (<= 1:0.9.8),
 
141
        compizconfig-backend-gconf (<= 1:0.9.8),
 
142
Description: OpenGL window and compositing manager - GNOME window decorator
 
143
 Compiz brings to life a variety of visual effects that make the Linux desktop
 
144
 easier to use, more powerful and intuitive, and more accessible for users
 
145
 with special needs.
 
146
 .
 
147
 This package contains files needed to integrate compiz with the GNOME desktop
 
148
 environment.
 
149
 
 
150
Package: compiz-plugins-default
 
151
Architecture: any
 
152
Depends: compiz-core (= ${binary:Version}),
 
153
         libdecoration0 (= ${binary:Version}),
 
154
         ${shlibs:Depends},
 
155
         ${misc:Depends},
 
156
Replaces: compiz-plugins-main-default (<< 1:0.9.8),
 
157
Breaks: compiz-plugins-main-default (<< 1:0.9.8),
 
158
Description: OpenGL window and compositing manager - default plugins
 
159
 Compiz brings to life a variety of visual effects that make the Linux desktop
 
160
 easier to use, more powerful and intuitive, and more accessible for users
 
161
 with special needs.
 
162
 .
 
163
 This package contains the default compiz plugins we activate in ubuntu coming
 
164
 with core compiz.
 
165
 
 
166
Package: compiz-plugins
 
167
Architecture: any
 
168
Depends: compiz-core (= ${binary:Version}),
 
169
         compiz-plugins-default (= ${binary:Version}),
 
170
         ${shlibs:Depends},
 
171
         ${misc:Depends},
 
172
Replaces: compiz-plugins-main (<< 1:0.9.8),
 
173
          compiz-plugins-extra (<< 1:0.9.8),
 
174
          compiz-plugins-main-default (<< 1:0.9.8),
 
175
Breaks: compiz-plugins-main (<< 1:0.9.8),
 
176
        compiz-plugins-extra (<< 1:0.9.8),
 
177
Description: OpenGL window and compositing manager - plugins
 
178
 Compiz brings to life a variety of visual effects that make the Linux desktop
 
179
 easier to use, more powerful and intuitive, and more accessible for users
 
180
 with special needs.
 
181
 .
 
182
 This package contains the plugins that come with compiz but not officially
 
183
 supported.
 
184
 
 
185
Package: libdecoration0
 
186
Architecture: any
 
187
Depends: ${shlibs:Depends},
 
188
         ${misc:Depends},
 
189
Description: Compiz window decoration library
 
190
 The window decoration library is responsible for drawing the window borders
 
191
 and title bar of windows managed by Compiz. It is used by window decorators
 
192
 like gtk-window-decorator.
 
193
 
 
194
Package: libdecoration0-dev
 
195
Section: libdevel
 
196
Architecture: any
 
197
Depends: libdecoration0 (= ${binary:Version}),
 
198
         ${misc:Depends},
 
199
         libx11-dev,
 
200
         libxrender-dev (>= 1:0.9.1),
 
201
Description: Compiz window decoration library - development files
 
202
 The window decoration library is responsible for drawing the window borders
 
203
 and title bar of windows managed by Compiz. It is used by window decorators
 
204
 like gtk-window-decorator.
 
205
 .
 
206
 This package contains files required for developing window decorators
 
207
 compatible with Compiz.
 
208
 
 
209
Package: libcompizconfig0
 
210
Architecture: any
 
211
Depends: ${shlibs:Depends},
 
212
         ${misc:Depends},
 
213
         compiz-core (= ${binary:Version}),
 
214
Description: Settings library for plugins - OpenCompositing Project
 
215
 The OpenCompositing Project brings 3D desktop visual effects that improve
 
216
 usability of the X Window System and provide increased productivity
 
217
 through plugins and themes contributed by the community giving a
 
218
 rich desktop experience.
 
219
 .
 
220
 This package contains the library for plugins to configure settings.
 
221
 
 
222
Package: libcompizconfig0-dev
 
223
Architecture: any
 
224
Section: libdevel
 
225
Depends: ${misc:Depends},
 
226
         libcompizconfig0 (= ${binary:Version}),
 
227
         compiz-dev,
 
228
Description: Development file for plugin settings - OpenCompositing Project
 
229
 The OpenCompositing Project brings 3D desktop visual effects that improve
 
230
 usability of the X Window System and provide increased productivity
 
231
 through plugins and themes contributed by the community giving a
 
232
 rich desktop experience.
 
233
 .
 
234
 This package contains the headers and development files needed to
 
235
 build plugins with settings support.
 
236
 
 
237
Package: python-compizconfig
 
238
Architecture: any
 
239
Section: python
 
240
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 
241
Provides: ${python:Provides}
 
242
Description: Compizconfig bindings for python
 
243
 Compiz Fusion is the result of the re-unification of the Beryl-project
 
244
 and the community around the Compiz Window Manager. It seeks to provide
 
245
 an easy and fun-to-use windowing environment, allowing use of the
 
246
 graphics hardware to provide impressive effects, amazing speed and
 
247
 unrivalled usefulness
 
248
 .
 
249
 This package provides python bindings for the compizconfig system.
 
250
 
 
251
Package: compizconfig-settings-manager
 
252
Architecture: all
 
253
XB-Python-Version: ${python:Versions}
 
254
Depends: ${shlibs:Depends},
 
255
         ${misc:Depends},
 
256
         ${python:Depends},
 
257
         python-compizconfig (>= ${source:Version}),
 
258
         python-gtk2,
 
259
Recommends: compiz-plugins-default
 
260
Description: Compiz configuration settings manager
 
261
 The OpenCompositing Project brings 3D desktop visual effects that improve
 
262
 usability of the X Window System and provide increased productivity.
 
263
 .
 
264
 This package contains the compizconfig settings manager.
 
265
 
 
266
Package: compiz-plugins-main
 
267
Depends: compiz-plugins, ${misc:Depends}
 
268
Architecture: all
 
269
Section: oldlibs
 
270
Description: transitional dummy package.
 
271
 This package ensures a clean upgrade path, and can be safely removed
 
272
 after the upgrade.
 
273
 
 
274
Package: compiz-plugins-main-default
 
275
Depends: compiz-plugins-default, ${misc:Depends}
 
276
Architecture: all
 
277
Section: oldlibs
 
278
Description: transitional dummy package.
 
279
 This package ensures a clean upgrade path, and can be safely removed
 
280
 after the upgrade.
 
281
 
 
282
Package: compiz-plugins-main-dev
 
283
Depends: compiz-dev, ${misc:Depends}
 
284
Architecture: all
 
285
Section: oldlibs
 
286
Description: transitional dummy package.
 
287
 This package ensures a clean upgrade path, and can be safely removed
 
288
 after the upgrade.
 
289
 
 
290
Package: compiz-plugins-extra
 
291
Depends: compiz-plugins, ${misc:Depends}
 
292
Architecture: all
 
293
Section: oldlibs
 
294
Description: transitional dummy package.
 
295
 This package ensures a clean upgrade path, and can be safely removed
 
296
 after the upgrade.
 
297
 
 
298
Package: compizconfig-backend-gconf
 
299
Depends: compiz-gnome, ${misc:Depends}
 
300
Architecture: all
 
301
Section: oldlibs
 
302
Description: transitional dummy package.
 
303
 This package ensures a clean upgrade path, and can be safely removed
 
304
 after the upgrade.
 
305