r33861 - in /desktop/experimental/clutter-1.0/debian: changelog control.in

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Mar 31 17:43:41 UTC 2012


Author: sjoerd
Date: Sat Mar 31 17:43:41 2012
New Revision: 33861

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33861
Log:
let libcutter-1.0 breaks libcogl5. Clutter needs a new cogl soname, which
means it breaks apps that use both it and cogl directly. As there no
applications using cogl that don't use clutter, doing a break directly on
libcogl5 is the most elegant solution

Modified:
    desktop/experimental/clutter-1.0/debian/changelog
    desktop/experimental/clutter-1.0/debian/control.in

Modified: desktop/experimental/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/changelog?rev=33861&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/changelog [utf-8] Sat Mar 31 17:43:41 2012
@@ -26,7 +26,13 @@
   * debian/patches/eglx_glx_share_same_soname.patch:
     - removing patch as this is now fixed with upstream and cogl
 
- -- Rico Tzschichholz <ricotz at ubuntu.com>  Thu, 15 Mar 2012 12:37:15 +0100
+  [ Sjoerd Simons ]
+  * let libcutter-1.0 breaks libcogl5. Clutter needs a new cogl soname, which
+    means it breaks apps that use both it and cogl directly. As there no
+    applications using cogl that don't use clutter, doing a break directly on
+    libcogl5 is the most elegant solution
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 31 Mar 2012 19:05:21 +0200
 
 clutter-1.0 (1.8.4-1) unstable; urgency=low
 

Modified: desktop/experimental/clutter-1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/control.in?rev=33861&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control.in [utf-8] Sat Mar 31 17:43:41 2012
@@ -37,7 +37,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
 Recommends: libclutter-1.0-common
-Breaks: python-clutter (<< 1.3.2)
+Breaks: python-clutter (<< 1.3.2), libcogl5
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: Open GL based interactive canvas library




More information about the pkg-gnome-commits mailing list