X Strike Force X.Org X11 SVN commit: r3543 - trunk/app/compiz/debian
Author: beatle
Date: 2006-09-29 01:24:10 -0400 (Fri, 29 Sep 2006)
New Revision: 3543
Modified:
trunk/app/compiz/debian/changelog
trunk/app/compiz/debian/control
Log:
Add the compiz-core package which replaces compiz, and make compiz a
meta-package pulling in everything needed to run compiz.
Modified: trunk/app/compiz/debian/changelog
===================================================================
--- trunk/app/compiz/debian/changelog 2006-09-29 04:48:38 UTC (rev 3542)
+++ trunk/app/compiz/debian/changelog 2006-09-29 05:24:10 UTC (rev 3543)
@@ -26,6 +26,8 @@
* Add a build-dependency on libxinerama-dev, needed to build compiz with
support for the xinerama extension.
* Revise the compiz.1 manpage.
+ * Rename the compiz package to compiz-core and make compiz a meta-package
+ pulling in everything necessary to run compiz from within GNOME.
- -- Thierry Reding <thierry@gilfi.de> Fri, 29 Sep 2006 06:48:09 +0200
+ -- Thierry Reding <thierry@gilfi.de> Fri, 29 Sep 2006 07:09:41 +0200
Modified: trunk/app/compiz/debian/control
===================================================================
--- trunk/app/compiz/debian/control 2006-09-29 04:48:38 UTC (rev 3542)
+++ trunk/app/compiz/debian/control 2006-09-29 05:24:10 UTC (rev 3543)
@@ -6,6 +6,19 @@
Standards-Version: 3.7.2
Package: compiz
+Architecture: all
+Depends: compiz-core (= ${Source-Version}), compiz-plugins (= ${Source-Version}), compiz-gtk (= ${Source-Version}), compiz-gnome (= ${Source-Version})
+Description: OpenGL window and compositing manager
+ Compiz brings to life a variety of visual effects that make the Linux desktop
+ easier to use, more powerful and intuitive, and more accessible for users
+ with special needs.
+ .
+ This meta-package provides the components necessary for running compiz. It
+ provides the compiz core, a set of standard plugins, a window decorator using
+ the Gtk toolkit and the files necessary to integrate compiz with the GNOME
+ desktop environment.
+
+Package: compiz-core
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: compiz-plugins (= ${Source-Version})
@@ -23,7 +36,7 @@
Package: compiz-dev
Architecture: any
-Depends: compiz (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: compiz-core (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Description: OpenGL window and compositing manager - development files
Compiz brings to life a variety of visual effects that make the Linux desktop
easier to use, more powerful and intuitive, and more accessible for users
@@ -34,7 +47,7 @@
Package: compiz-gtk
Architecture: any
-Depends: compiz (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: compiz-core (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Description: OpenGL window and compositing manager - Gtk window decorator
Compiz brings to life a variety of visual effects that make the Linux desktop
easier to use, more powerful and intuitive, and more accessible for users
@@ -45,7 +58,7 @@
Package: compiz-gnome
Architecture: any
-Depends: compiz (= ${Source-Version}), compiz-gtk (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: compiz-gtk (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Description: OpenGL window and compositing manager - GNOME window decorator
Compiz brings to life a variety of visual effects that make the Linux desktop
easier to use, more powerful and intuitive, and more accessible for users
@@ -56,7 +69,7 @@
Package: compiz-plugins
Architecture: any
-Depends: compiz (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: compiz-core (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Description: OpenGL window and compositing manager - plugins
Compiz brings to life a variety of visual effects that make the Linux desktop
easier to use, more powerful and intuitive, and more accessible for users
Reply to: