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

New commits:
commit 6036623ac9010a53d9e8d55906947af5f20b1f45
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Tue Jun 3 19:34:26 2008 +0200

    change dependency to conflict on libcompizconfig0
    
    otherwise we'd have circular build/install dependencies between
    these two packages.

diff --git a/debian/changelog b/debian/changelog
index 1161814..7bd8a6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,8 @@ compiz (0.7.6-1) unstable; urgency=low
     packages respectively, as they are semi-obsoleted by the ccp plugin anyway
     and cause potentially problematic dependencies.  Thanks to Fabiano 
     Manoel de Andrade for the report (closes: #482150).
-  * Add versioned dependeny on libcompizconfig0 to compiz-core, to keep
-    packages in sync when the internal ABI changes after an upgrade.  Thanks
+  * Add versioned Conflicts on libcompizconfig0 to compiz-core, to reflect
+    ABI breakage without introducing a circular dependency.  Thanks
     to Mike Hommey for the report (closes: #482646).
   * Make debian/rules stricter about catching uninstalled files.
   * Make debian/rules able to build/clean/build again.
diff --git a/debian/control b/debian/control
index 5b9e704..6d35cb6 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,8 @@ Description: OpenGL window and compositing manager
 
 Package: compiz-core
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcompizconfig0 (>= 0.7.4), 
mesa-utils
+Depends: ${shlibs:Depends}, ${misc:Depends}, mesa-utils
+Conflicts: libcompizconfig0 (<< 0.7.6)
 Recommends: compiz-plugins (= ${binary:Version})
 Suggests: nvidia-glx (>= 1.0.9625-1)
 Description: OpenGL window and compositing manager


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

Reply via email to