1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
|
compiz-plugins-main (1:0.9.7.0+linaro+gl) UNRELEASED; urgency=low
* Build with OpenGL on all platforms.
-- Alexandros Frantzis <alexandros.frantzis@linaro.org> Fri, 20 Apr 2012 15:12:02 +0300
compiz-plugins-main (1:0.9.7.0+linaro) UNRELEASED; urgency=low
[ Ricardo Salveti de Araujo ]
* Bumping upstream version to match latest upload at precise
* debian/*:
- Sync with latest precise package
* debian/compiz-plugins-main.install:
- Only installing the supported plugins for OpenGLES
[ Alexandros Frantzis ]
* debian/patches/workarounds_931473.patch
- Drop patch. It has been applied to the linaro-gles2 source tree.
* debian/*:
- Sync with latest precise package 1:0.9.7.0~bzr19-0ubuntu10
-- Alexandros Frantzis <alexandros.frantzis@linaro.org> Fri, 20 Apr 2012 15:08:25 +0300
compiz-plugins-main (1:0.9.6.2012.02-0linaro1) oneiric; urgency=low
* Bump to be newer than the one available at the Overlay PPA
-- Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> Thu, 02 Feb 2012 03:44:06 -0200
compiz-plugins-main (1:0.9.6+bzr20120117.2012.01-0linaro3) oneiric; urgency=low
* debian/rules: enable GLES for all archs
-- Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> Tue, 31 Jan 2012 02:12:47 -0200
compiz-plugins-main (1:0.9.6+bzr20120117.2012.01-0linaro2) oneiric; urgency=low
* debian/rules: also adding GLES support for armhf
-- Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> Tue, 31 Jan 2012 02:10:40 -0200
compiz-plugins-main (1:0.9.6+bzr20120117.2012.01-0linaro1) oneiric; urgency=low
* New snapshot Linaro Compiz Plugins Main release (2012.01)
* Enabling parallel build
-- Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> Sun, 22 Jan 2012 20:35:39 -0200
compiz-plugins-main (1:0.9.6.2011.10-0linaro1) oneiric; urgency=low
[ Travis Watkins ]
* Adding GLES2 support from the Linaro Compiz-Plugins-Main 2011.10 release
* debian/patches: updating patches to be compatible with this release
-- Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> Fri, 21 Oct 2011 19:31:45 -0200
compiz-plugins-main (1:0.9.6-0ubuntu4) oneiric-proposed; urgency=low
* debian/patches/fix-872161.patch:
- When grabbing a window to demaximize it after dragging it up,
sometimes the position will not be where you expect it to be
(LP: #872161)
-- Didier Roche <didrocks@ubuntu.com> Wed, 12 Oct 2011 10:49:59 +0200
compiz-plugins-main (1:0.9.6-0ubuntu3) oneiric-proposed; urgency=low
* Cherry-pick upstream fixes:
- unmaximizable windows still show orange glow but fail to maximize
(LP: #827560)
- compiz crashed with SIGSEGV in CompWindow::serverBorderRect()
(LP: #834585)
- Workspace switcher makes windows lose decorations (LP: #853951)
- Windows get corrupted sometimes when semi-maximizing them (LP: #865177)
- Windows like gnome-terminal have awkward space around them after being
semi-maximized (LP: #865179)
- Grid plugin behaviour random (LP: #862260)
- Don't apply snapping to maximized windows (LP: #862261)
- snap movements can cause infinite loops in window movements (LP: #860646)
- it is possible to see a window in it's pre-animation state during unmap
animations (LP: #864476)
- Rendering glitches when resuming from expo mode (LP: #868121)
-- Didier Roche <didrocks@ubuntu.com> Mon, 10 Oct 2011 13:04:09 +0200
compiz-plugins-main (1:0.9.6-0ubuntu2) oneiric; urgency=low
* debian/control:
- Add missing epoch for the Replaces: (LP: #862119)
-- Didier Roche <didrocks@ubuntu.com> Fri, 30 Sep 2011 15:19:35 +0200
compiz-plugins-main (1:0.9.6-0ubuntu1) oneiric; urgency=low
* New upstream release:
- Maximizing a window causes compiz to hang (LP: #860257)
- snap movements can cause infinite loops in window movements (LP: #860646)
* Remove debian/patches/01_fix_ghost_windows.patch which is part of the new
upstream release
* debian/control:
- fix overwrite with natty compiz-plugins (LP: #859632)
-- Didier Roche <didrocks@ubuntu.com> Wed, 28 Sep 2011 14:20:00 +0200
compiz-plugins-main (1:0.9.5.94+bzr20110919-0ubuntu1) oneiric; urgency=low
* Cherry-pick rev 27:
- "crash when looping paint list in preparePaint (on closing windows)
(LP: #853807)
* Add debian/patches/01_fix_ghost_windows.patch:
- fix ghost transient windows.
-- Didier Roche <didrocks@ubuntu.com> Thu, 22 Sep 2011 14:50:55 +0200
compiz-plugins-main (1:0.9.5.94+bzr20110915-0ubuntu1) oneiric; urgency=low
* New upstream snapshot:
- UIFe: Spread - center the workspace switcher to account for the
launcher and pan (LP: #837545)
* debian/patches/01-grid-fix-rev87.patch:
- removed in upstream snapshot
-- Didier Roche <didrocks@ubuntu.com> Thu, 15 Sep 2011 19:59:56 +0200
compiz-plugins-main (1:0.9.5.94-0ubuntu1) oneiric; urgency=low
[ David Barth ]
* Test build for release (0.9.5.94)
* Removed patches integrated upstream:
- debian/patches/01_grid_defaults.patch
* Add another patch for the same grid, but with other changes
- debian/patches/01-grid-fix-rev87.patch: prevent eye bleeding
[ Didier Roche ]
* debian/control: bump build-dep for ABI break
-- Didier Roche <didrocks@ubuntu.com> Fri, 09 Sep 2011 16:21:26 +0200
compiz-plugins-main (0.9.5.92.bzr17-0ubuntu1) oneiric; urgency=low
* New upstream version
* debian/control:
- require the new compiz version
* debian/rules: don't use gsettings
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 24 Aug 2011 18:39:23 +0200
compiz-plugins-main (0.9.5.0-0ubuntu2) oneiric; urgency=low
* debian/control:
- transition to boost 1.46
- deps on latest compiz-dev for boost transition
-- Didier Roche <didrocks@ubuntu.com> Wed, 10 Aug 2011 11:47:07 +0200
compiz-plugins-main (0.9.5.0-0ubuntu1) oneiric; urgency=low
* New upstream release
* debian/control:
- depends on latest compiz-dev
- c-p-m-d now replaces compiz-plugins-default, compiz-gnome as grid is now in
c-p-m
* debian/patches/*:
- remove all patches now that upstream ship a version with our defalt
* add debian/patches/01_grid_defaults.patch:
- the ubuntu defaults seems to have been forgotten when moving grid from
core to main
* debian/compiz-plugins-main-default.install:
- install now grid
* debian/compiz-plugins-main.install:
- remove titleinfo, not anymore in -main
-- Didier Roche <didrocks@ubuntu.com> Tue, 19 Jul 2011 08:02:00 +0200
compiz-plugins-main (0.9.4+bzr20110527-0ubuntu4) oneiric; urgency=low
* debian/patches/01-animation-defaults.patch:
- reset to wrong value "Fade" as compiz is segfaulting when using the right
value with the gconf backend ("Focus Fade"). However, changing directly
the xml and the gconf schema doesn't fix, and even then choosing the right
value in ccsm fix it (and set "Focus Fade" itself). (LP: #795524)
-- Didier Roche <didrocks@ubuntu.com> Fri, 10 Jun 2011 16:15:08 +0200
compiz-plugins-main (0.9.4+bzr20110527-0ubuntu3) oneiric; urgency=low
[ Didier Roche ]
* debian/control:
- compiz-plugins-main-dev now conflict/replace compiz-fusion-plugins-main
for lucid -> next LTS upgrade
* fix debian/patches/07_add_wall_no_slide_default.patch (previously unapplied)
to apply
[ Daniel van Vugt ]
* debian/patches/01-animation-defaults.patch,
debian/patches/03_default_options.patch:
- Animation name changed (LP: #793897)
-- Didier Roche <didrocks@ubuntu.com> Fri, 10 Jun 2011 11:21:24 +0200
compiz-plugins-main (0.9.4+bzr20110527-0ubuntu2) oneiric; urgency=low
* Split compiz-plugins-main adding a compiz-plugins-main-default containing
default plugins installed in ubuntu
* added a compiz-plugins-main-dev package to put header and pc file in a
separated package
* work as well the description mentionning compiz fusion
-- Didier Roche <didrocks@ubuntu.com> Tue, 07 Jun 2011 14:02:30 +0200
compiz-plugins-main (0.9.4+bzr20110527-0ubuntu1) oneiric; urgency=low
* New bug fix release:
- apps started fullscreen in unity can never unfullscreen (LP: #765422)
* debian/patches/00_bzr_fix_centered_expo.patch:
- removed, applied upstream
-- Didier Roche <didrocks@ubuntu.com> Mon, 06 Jun 2011 16:19:03 +0200
compiz-plugins-main (0.9.4+bzr20110406-0ubuntu3) UNRELEASED; urgency=low
* debian/patches/07_add_wall_no_slide_default.patch:
- from upstream git, readd default option for the wall no slide match
-- Travis Watkins <amaranth@ubuntu.com> Fri, 13 May 2011 17:40:30 +0200
compiz-plugins-main (0.9.4+bzr20110406-0ubuntu2) natty; urgency=low
* debian/patches/00_bzr_fix_centered_expo.patch:
- from upstream bzr, fix Centered layout for expo plugin (LP: #754689)
-- Didier Roche <didrocks@ubuntu.com> Tue, 19 Apr 2011 11:40:24 +0200
compiz-plugins-main (0.9.4+bzr20110406-0ubuntu1) natty; urgency=low
* New upstream snapshot:
- Wall of desktop move wrong window (LP: #743634)
- Wrong window moves (LP: #741656)
* 03_default_options.patch:
Enforce switcher 'bring to front' to none to avoid seeing the launcher
while doing ALT-Tab (LP: #750283)
-- Didier Roche <didrocks@ubuntu.com> Thu, 07 Apr 2011 14:21:07 +0200
compiz-plugins-main (0.9.4git20110322-0ubuntu1) natty; urgency=low
* New upstream bugfix snapshot
* debian/control:
- bump dep for latest ABI break
-- Didier Roche <didrocks@ubuntu.com> Tue, 22 Mar 2011 21:47:11 +0100
compiz-plugins-main (0.9.4-0ubuntu4) natty; urgency=low
* 03_default_options.patch:
- revert the ubuntu change from 0s to 0.2s delay back to avoid flickering
- show other window when doing alt-tab and ensure that the settings are
according to LP: #736938
-- Didier Roche <didrocks@ubuntu.com> Thu, 17 Mar 2011 17:44:53 +0100
compiz-plugins-main (0.9.4-0ubuntu3) natty; urgency=low
* 03_default_options.patch:
- change default option from 0.2s delay to 0s for compiz staticswitcher plugin
- don't get a close animation on gnome-screenshot (LP: #93234)
- Change <Super> + e to <Super> + s for switch workspace (trigger expo mode)
in the classic session as in unity (LP: #723273)
- deactivate mipmapping in staticswitcher as it can make alt Tab very slow
(some seconds) on some hardware (LP: #684843)
-- Didier Roche <didrocks@ubuntu.com> Wed, 16 Mar 2011 19:21:19 +0100
compiz-plugins-main (0.9.4-0ubuntu2) natty; urgency=low
* debian/control:
- add missing Conflicts/Replaces on package renaming
-- Didier Roche <didrocks@ubuntu.com> Fri, 25 Feb 2011 09:24:20 +0100
compiz-plugins-main (0.9.4-0ubuntu1) natty; urgency=low
* New upstream release
* Rename source and binaries package (there is no more compiz-fusion)
and add transitional package
* Remove cherry-picked upstream patches
* add debian/compiz-plugins-main.install
-- Didier Roche <didrocks@ubuntu.com> Thu, 24 Feb 2011 17:34:18 +0100
compiz-fusion-plugins-main (0.9.2.1-0ubuntu8) natty; urgency=low
* debian/control:
- update and rebuild for latest ABI break
-- Didier Roche <didrocks@ubuntu.com> Thu, 27 Jan 2011 11:24:45 +0100
compiz-fusion-plugins-main (0.9.2.1-0ubuntu7) natty; urgency=low
* debian/control:
- update and rebuild for latest ABI break
* debian/patches/03_default_options.patch:
- new settings for natty
-- Didier Roche <didrocks@ubuntu.com> Fri, 14 Jan 2011 00:28:15 +0100
compiz-fusion-plugins-main (0.9.2.1-0ubuntu6) natty; urgency=low
* debian/control:
- rebuild and pick latest for ABI breakeage
* debian/patches/02_no_fade_on_static_switcher.patch:
- no fade on staticswitcher (LP: #683635)
* debian/patches/03_default_options.patch:
- enable window snap by default
- disable ezoom mouse scrolling by default (LP: #684925)
-- Didier Roche <didrocks@ubuntu.com> Mon, 13 Dec 2010 16:42:59 +0100
compiz-fusion-plugins-main (0.9.2.1-0ubuntu5) natty; urgency=low
* debian/control:
- ensure rebuilding against latest compiz-dev to build with -g -O2
-- Didier Roche <didrocks@ubuntu.com> Mon, 29 Nov 2010 13:00:28 +0100
compiz-fusion-plugins-main (0.9.2.1-0ubuntu4) natty; urgency=low
* debian/patches/01-animation-defaults.patch:
- change the zoom springiness default value
* debian/control:
- the latest snashpot needed a new compiz version to get the gconf schema
built (compiz-dev)
-- Didier Roche <didrocks@ubuntu.com> Fri, 26 Nov 2010 20:32:13 +0100
compiz-fusion-plugins-main (0.9.2.1-0ubuntu3) natty; urgency=low
* New upstream snapshot as a patch (upstream compiz main plugin merger is
broken):
debian/patches/00_git_snapshot_101124.patch:
- fix edge pixels not being active (LP: #638974)
-- Didier Roche <didrocks@ubuntu.com> Wed, 24 Nov 2010 22:31:21 +0100
compiz-fusion-plugins-main (0.9.2.1-0ubuntu2) natty; urgency=low
* debian/control:
- bump compiz build-dep to take the new ABI into account
-- Didier Roche <didrocks@ubuntu.com> Thu, 11 Nov 2010 18:23:25 +0100
compiz-fusion-plugins-main (0.9.2.1-0ubuntu1) natty; urgency=low
* New upstream release
* debian/control, debian/rules:
- convert to cmake, remove autoconf, and convert to debhelper7
* debian/control:
- bump compiz build-dep and deps to 0.9,
- reintroduce coreabiversion trick to dep on the good package
* debian/install:
- removed, seems we shipped all files anyway. Now install in the package
directly
* debian/docs:
- adapt to latest upstream shipped file
* debian/source:
- switch to quilt format
* debian/patches/01-animation-defaults.patch,
debian/patches/03_default_options.patch,
debian/patches/06_bug326995.patch,
debian/patches/08_disable_desktop_vpswitch.patch:
- adapt to latest version
* debian/patches/02_fix_edges.patch:
- removed for now: the plugin has been rewritten and have a different
behavior
* debian/control:
- remove compiz-fusion-bcop as a build-dep, now built in the core itself
* debian/rules:
- add some switch to build in package mode, not in debug one
-- Didier Roche <didrocks@ubuntu.com> Tue, 19 Oct 2010 12:07:20 -0400
compiz-fusion-plugins-main (0.8.6-0ubuntu2) maverick; urgency=low
* debian/control: Lower -bcop dependency to >= 0.8.4 again, there is no
version 0.8.6.
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 03 Aug 2010 00:25:43 +0200
compiz-fusion-plugins-main (0.8.6-0ubuntu1) maverick; urgency=low
* New upstream release
* debian/control:
- Update compiz versions
- Fix Vcs-Bzr link
* debian/patches/10-fix_plasma_previews.patch:
- Applied upstream
-- Robert Ancell <robert.ancell@canonical.com> Tue, 27 Jul 2010 17:57:18 +0200
compiz-fusion-plugins-main (0.8.4-2ubuntu2) maverick; urgency=low
* debian/rules:
* debian/install:
- Fix dh_install location
-- Robert Ancell <robert.ancell@canonical.com> Thu, 24 Jun 2010 10:35:23 +1000
compiz-fusion-plugins-main (0.8.4-2ubuntu1) maverick; urgency=low
* Merge with Debian unstable, remaining Ubuntu changes:
* debian/control:
- Add build-depend on cdbs
- Use Ubuntu version numbers on compiz dependencies
- Add Vcs-Bzr link
- compiz-fusion-plugins-main breaks old compiz-core
* debian/rules:
- Use CDBS
* debian/patches/01-animation-defaults.patch:
- Set animation defaults
* debian/patches/02_fix_edges.patch:
- Fix window edge behaviour
* debian/patches/03_default_options.patch:
- Set Ubuntu default options
* debian/patches/06_bug326995.patch:
- Change default reflection scale value from 0.75 to 1.0. Anything else is
unphysical.
* debian/patches/08_disable_desktop_vpswitch.patch:
- Disable switching between desktop with mousewheel over desktop background
as this option is too easily launched by mistake
* debian/patches/10-fix_plasma_previews.patch:
- Fix KDE plasma window preview with compiz on 64 bit arches
* debian/watch:
- Add watch file
-- Robert Ancell <robert.ancell@canonical.com> Thu, 17 Jun 2010 17:10:03 +1000
compiz-fusion-plugins-main (0.8.4-2) unstable; urgency=low
* Add Vcs-* headers.
* Tighten dependencies on compiz-core:
- Add ${compizcore:Depends} to Depends.
- Use dpkg-query to extract the name of the package provided by
compiz-core (e.g. compiz-core-abiversion-20090619), and use it in
dh_gencontrol.
-- Cyril Brulebois <kibi@debian.org> Wed, 24 Mar 2010 00:12:24 +0100
compiz-fusion-plugins-main (0.8.4-1) unstable; urgency=low
* New upstream release.
- Fixes crash with empty titles and thumbnail previews (Closes: #561565).
Thanks: Klaus Knopper
* Update Build-Depends against compiz-dev to >= 0.8.4 for ABI bump.
* Remove nvidia-workaround.patch, incorporated upstream.
* Import 10-fix_plasma_previews.patch from ubuntu
-- Sean Finney <seanius@debian.org> Thu, 11 Feb 2010 21:56:57 +0100
compiz-fusion-plugins-main (0.8.2-3) unstable; urgency=low
* bump build-dep on libdecoration, as there was a reverted API break.
-- Sean Finney <seanius@debian.org> Sat, 11 Apr 2009 19:27:52 +0200
compiz-fusion-plugins-main (0.8.2-2) unstable; urgency=low
* update versioned build-deps for compiz packages to >= 0.8.2
(Closes: #522990)
* add build-dep on quilt
* new patch: nvidia-workaround.patch for redraw issue with nvidia
cards. (Closes: #519729)
- thanks to Alex Goebel and Dmitriy Trt.
-- Sean Finney <seanius@debian.org> Sat, 11 Apr 2009 16:03:34 +0200
compiz-fusion-plugins-main (0.8.2-1) unstable; urgency=low
* New upstream release
* update Standards-Version to 3.8.1
* add gbp.conf for use with git-buildpackage
-- Sean Finney <seanius@debian.org> Mon, 06 Apr 2009 23:03:15 +0200
compiz-fusion-plugins-main (0.7.6-1) unstable; urgency=low
* New upstream release.
-- Sean Finney <seanius@debian.org> Tue, 03 Jun 2008 00:52:04 +0200
compiz-fusion-plugins-main (0.7.4-2) unstable; urgency=low
* Make sure to install the pkgconfig .pc files used when building the
other plugins packages (closes: #478423). Thanks to Tarek Soliman
for reporting this.
* Grammar fix in package description, thanks to Reuben Thomas for
reporting this (closes: #463599).
-- Sean Finney <seanius@debian.org> Sun, 25 May 2008 18:51:07 +0200
compiz-fusion-plugins-main (0.7.4-1) unstable; urgency=low
* New upstream release.
* Bump build-depends on bcop and compiz-dev to >= 0.7.3.
* Include new png images.
-- Sean Finney <seanius@debian.org> Mon, 19 May 2008 19:31:39 +0200
compiz-fusion-plugins-main (0.6.0-5) unstable; urgency=low
[Emilio Scalise]
* Added missing build-depends on: libcairo2-dev, libpango1.0-dev,
librsvg2-dev, libsm-dev, libdbus-1-dev, libdecoration0-dev
(closes: #456380).
-- Sean Finney <seanius@debian.org> Fri, 21 Dec 2007 20:58:27 +0100
compiz-fusion-plugins-main (0.6.0-4) unstable; urgency=low
* FTBFS: add Build-Depends: automake1.9 (closes: #453194).
-- Sean Finney <seanius@debian.org> Sat, 01 Dec 2007 15:14:23 +0100
compiz-fusion-plugins-main (0.6.0-3) unstable; urgency=low
* Remove autofoo generated content and create/remove it as part of the
standard build process instead.
* FTBFS: add the following to Build-Depends: autoconf, compiz-fusion-bcop,
libgconf2-dev, libglib2.0-dev, libglu1-mesa-dev, libjpeg62-dev, libtool,
libxml2-dev, libxslt1-dev
-- Sean Finney <seanius@debian.org> Tue, 20 Nov 2007 20:29:29 +0100
compiz-fusion-plugins-main (0.6.0-2) unstable; urgency=low
* make sure the package provides the text.h header file, which is needed
by compiz-fusion-plugins-extra
-- Sean Finney <seanius@debian.org> Sat, 10 Nov 2007 10:49:11 +0100
compiz-fusion-plugins-main (0.6.0-1) unstable; urgency=low
* Initial release (Closes: #431755).
-- Sean Finney <seanius@debian.org> Fri, 09 Nov 2007 18:56:43 +0100
|