debian/changelog |    8 ++++++++
 debian/control   |   16 ++++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)

New commits:
commit cf03dd91ab38364f6f6e412860377909cf9d5594
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Tue Aug 7 15:30:32 2007 +0200

    Restore all ${misc:Depends} in debian/control since they are not useless
    
    compiz-gtk and compiz-plugins gets the required dependency on gconf2
    (for gconf-schemas in postinst, bug #436432).

diff --git a/debian/changelog b/debian/changelog
index 3e23379..17395fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+compiz (0.5.0.dfsg-3) UNRELEASED; urgency=low
+
+  * Restore all ${misc:Depends} in debian/control so that for instance
+    compiz-gtk and compiz-plugins gets the required dependency on gconf2
+    (for gconf-schemas in postinst), closes: #436432.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Tue, 07 Aug 2007 15:10:49 +0200
+
 compiz (0.5.0.dfsg-2) unstable; urgency=low
 
   * Drop the now obsolete Source-Version in favour of binary:Version in
diff --git a/debian/control b/debian/control
index 02faa01..5c1de8f 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Description: OpenGL window and compositing manager
 
 Package: compiz-core
 Architecture: any
-Depends: ${shlibs:Depends}, mesa-utils
+Depends: ${shlibs:Depends}, ${misc:Depends}, mesa-utils
 Recommends: compiz-plugins (= ${binary:Version})
 Suggests: nvidia-glx (>= 1.0.9625-1)
 Description: OpenGL window and compositing manager
@@ -38,7 +38,7 @@ Description: OpenGL window and compositing manager
 
 Package: compiz-dev
 Architecture: any
-Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}, libgl1-mesa-dev 
| libgl-dev, libpng-dev, libxcomposite-dev, libxdamage-dev, libxinerama-dev, 
libxrandr-dev, libice-dev, libsm-dev, libstartup-notification0-dev
+Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, libgl1-mesa-dev | libgl-dev, libpng-dev, libxcomposite-dev, 
libxdamage-dev, libxinerama-dev, libxrandr-dev, libice-dev, libsm-dev, 
libstartup-notification0-dev
 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
@@ -49,7 +49,7 @@ Description: OpenGL window and compositing manager - 
development files
 
 Package: compiz-gtk
 Architecture: any
-Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}
+Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Suggests: gnome-themes
 Description: OpenGL window and compositing manager - Gtk window decorator
  Compiz brings to life a variety of visual effects that make the Linux desktop
@@ -61,7 +61,7 @@ Description: OpenGL window and compositing manager - Gtk 
window decorator
 
 Package: compiz-kde
 Architecture: any
-Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}
+Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: OpenGL window and compositing manager - KDE 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
@@ -72,7 +72,7 @@ Description: OpenGL window and compositing manager - KDE 
window decorator
 
 Package: compiz-gnome
 Architecture: any
-Depends: compiz-gtk (= ${binary:Version}), ${shlibs:Depends}
+Depends: compiz-gtk (= ${binary: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
@@ -83,7 +83,7 @@ Description: OpenGL window and compositing manager - GNOME 
window decorator
 
 Package: compiz-plugins
 Architecture: any
-Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}
+Depends: compiz-core (= ${binary: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
@@ -94,7 +94,7 @@ Description: OpenGL window and compositing manager - plugins
 
 Package: libdecoration0
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Compiz window decoration library
  The window decoration library is responsible for drawing the window borders
  and title bar of windows managed by Compiz. It is used by window decorators
@@ -102,7 +102,7 @@ Description: Compiz window decoration library
 
 Package: libdecoration0-dev
 Architecture: any
-Depends: libdecoration0 (= ${binary:Version}), ${shlibs:Depends}, libx11-dev, 
libxrender-dev
+Depends: libdecoration0 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, libx11-dev, libxrender-dev
 Description: Compiz window decoration library - development files
  The window decoration library is responsible for drawing the window borders
  and title bar of windows managed by Compiz. It is used by window decorators


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to