[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compiz: Changes to 'debian-unstable'



 debian/changelog |   22 ++++++++++++++++++++++
 debian/control   |    9 +++++----
 2 files changed, 27 insertions(+), 4 deletions(-)

New commits:
commit 6ef9b48eb78d28dc921be858d75fea130e1b99b8
Author: Loïc Minier <lool@dooz.org>
Date:   Fri Apr 24 15:17:31 2009 +0200

    Update changelog for 0.8.2-6

diff --git a/debian/changelog b/debian/changelog
index 58b7183..471394a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+compiz (0.8.2-6) unstable; urgency=low
+
+  * Add libxcursor-dev build-dep as required by patch
+    ubuntu/013-add-cursor-theme-support; also let compiz-dev pull it as it's
+    referenced in the .pc file; closes: #525240, #524943.
+  * Add a virtual compiz-core-abiversion-2009xxyy provides to compiz-core to
+    allow for strict dependencies of plugins on the compiz-core
+    CORE_ABIVERSION they were built with, as read from include/compiz-core.h.
+  * Use the new Breaks feature for the compiz-core -> libcompizconfig0 dep.
+    This makes upgrades smoother than Conflicts.
+  * Bump the compiz-core Breaks on libcompizconfig0 to 0.8.0 as the last
+    CORE_ABIVERSION bump happened between 0.7.8 and 0.8.0; closes: #523514.
+  * Add a missing libxml2-dev build-dep and update the compiz-dev deps to
+    match what compiz.pc requires and use the same versions as the build-deps.
+  * Build-dep on libcairo2-dev instead of libcairo-dev.
+  * Add missing libstartup-notification0-dev (>= 0.7) bdep and version the
+    compiz-dev dep to match.
+  * Use the same version in the libdecoration0-dev dep on libxrender-dev as
+    in the libxrender-dev bdep.
+
+ -- Loic Minier <lool@dooz.org>  Fri, 24 Apr 2009 15:15:24 +0200
+
 compiz (0.8.2-5) unstable; urgency=low
 
   * remove obsolete --enable-gconf-dump configure option

commit f7d3ec944f688379c5a1c834355c822753136ba3
Author: Loïc Minier <lool@dooz.org>
Date:   Fri Apr 24 15:38:42 2009 +0200

    Use libxrender-dev bdep version for libdecoration
    
    Use the same version in the libdecoration0-dev dep on libxrender-dev as
    in the libxrender-dev bdep.

diff --git a/debian/control b/debian/control
index ce36286..7e9bb80 100644
--- a/debian/control
+++ b/debian/control
@@ -125,7 +125,7 @@ Description: Compiz window decoration library
 Package: libdecoration0-dev
 Section: libdevel
 Architecture: any
-Depends: libdecoration0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libx11-dev, libxrender-dev
+Depends: libdecoration0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libx11-dev, libxrender-dev (>= 1:0.9.1)
 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

commit 48e9d1f7f22eaabd83f155d308a50656f4841ee3
Author: Loïc Minier <lool@dooz.org>
Date:   Fri Apr 24 15:36:59 2009 +0200

    Add missing libstartup-notification0-dev bdep
    
    Add missing libstartup-notification0-dev (>= 0.7) bdep and version the
    compiz-dev dep to match.

diff --git a/debian/control b/debian/control
index b113cbd..ce36286 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Build-Depends: autoconf, automake1.9, autotools-dev,
  libxml-parser-perl, libxrandr-dev (>= 2:1.1.0.2), libxrender-dev (>= 1:0.9.1), 
  libxcursor-dev,
  libxml2-dev, libxslt1-dev,
+ libstartup-notification0-dev (>= 0.7),
  quilt (>= 0.40), x11proto-gl-dev (>= 1.4.8), xsltproc
 Standards-Version: 3.8.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/compiz.git
@@ -58,7 +59,7 @@ Description: OpenGL window and compositing manager
 
 Package: compiz-dev
 Architecture: any
-Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgl1-mesa-dev | libgl-dev, libpng-dev, libxcomposite-dev (>= 1:0.3-2), libxfixes-dev (>= 1:4.0.1), libxdamage-dev (>= 1:1.0.3), libxinerama-dev, libxrandr-dev (>= 2:1.1.0.2), libxcursor-dev, libice-dev (>= 1:1.0.1), libsm-dev (>= 1:1.0.1), libstartup-notification0-dev, libxslt1-dev, libxml2-dev
+Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgl1-mesa-dev | libgl-dev, libpng-dev, libxcomposite-dev (>= 1:0.3-2), libxfixes-dev (>= 1:4.0.1), libxdamage-dev (>= 1:1.0.3), libxinerama-dev, libxrandr-dev (>= 2:1.1.0.2), libxcursor-dev, libice-dev (>= 1:1.0.1), libsm-dev (>= 1:1.0.1), libstartup-notification0-dev (>= 0.7), libxslt1-dev, libxml2-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

commit ef96b65331e2c1e4de19a6c107305958768201d1
Author: Loïc Minier <lool@dooz.org>
Date:   Fri Apr 24 15:34:58 2009 +0200

    Build-dep on libcairo2-dev instead of libcairo-dev

diff --git a/debian/control b/debian/control
index 59489a8..b113cbd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Thierry Reding <thierry@gilfi.de>, David Nusinow <dnusinow@debian.org
 Build-Depends: autoconf, automake1.9, autotools-dev,
  debhelper (>= 5), intltool, 
  kdebase-workspace-dev,
- libcairo-dev, libdbus-qt-1-dev, 
+ libcairo2-dev, libdbus-qt-1-dev, 
  libdbus-glib-1-dev, libgconf2-dev, 
  libgl1-mesa-dev (>= 6.5.1) | libgl-dev, libglib2.0-dev, libgnome-desktop-dev, 
  libgnomeui-dev,

commit a5040bbe7593538577c82da3cda83fa8795dfe9d
Author: Loïc Minier <lool@dooz.org>
Date:   Fri Apr 24 15:32:20 2009 +0200

    Update bdeps and compiz-dev deps to match (.pc)
    
    Add a missing libxml2-dev build-dep and update the compiz-dev deps to
    match what compiz.pc requires and use the same versions as the
    build-deps.

diff --git a/debian/control b/debian/control
index 5add7d0..59489a8 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: autoconf, automake1.9, autotools-dev,
  libxdamage-dev (>=1:1.0.3), libxfixes-dev (>= 1:4.0.1), libxinerama-dev, 
  libxml-parser-perl, libxrandr-dev (>= 2:1.1.0.2), libxrender-dev (>= 1:0.9.1), 
  libxcursor-dev,
- libxslt1-dev,
+ libxml2-dev, libxslt1-dev,
  quilt (>= 0.40), x11proto-gl-dev (>= 1.4.8), xsltproc
 Standards-Version: 3.8.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/compiz.git
@@ -58,7 +58,7 @@ Description: OpenGL window and compositing manager
 
 Package: compiz-dev
 Architecture: any
-Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgl1-mesa-dev | libgl-dev, libpng-dev, libxcomposite-dev, libxdamage-dev, libxinerama-dev, libxrandr-dev, libxcursor-dev, libice-dev, libsm-dev, libstartup-notification0-dev, libxslt1-dev, libxml2-dev
+Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgl1-mesa-dev | libgl-dev, libpng-dev, libxcomposite-dev (>= 1:0.3-2), libxfixes-dev (>= 1:4.0.1), libxdamage-dev (>= 1:1.0.3), libxinerama-dev, libxrandr-dev (>= 2:1.1.0.2), libxcursor-dev, libice-dev (>= 1:1.0.1), libsm-dev (>= 1:1.0.1), libstartup-notification0-dev, libxslt1-dev, libxml2-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


Reply to: