r33030 - in /desktop/unstable/gconf/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Mar 12 16:26:40 UTC 2012


Author: joss
Date: Mon Mar 12 16:26:38 2012
New Revision: 33030

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33030
Log:
Let libgconf2-4 and libgconf-2-4 break gconf2 << 3.2.3-2 to avoid 
triggering gconf2 while in an inconsistent state. Thanks a lot to 
Steve Langasek for the analysis. Closes: #663167.

Modified:
    desktop/unstable/gconf/debian/changelog
    desktop/unstable/gconf/debian/control
    desktop/unstable/gconf/debian/control.in

Modified: desktop/unstable/gconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/changelog?rev=33030&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gconf/debian/changelog [utf-8] Mon Mar 12 16:26:38 2012
@@ -1,3 +1,11 @@
+gconf (3.2.3-4) UNRELEASED; urgency=medium
+
+  * Let libgconf2-4 and libgconf-2-4 break gconf2 << 3.2.3-2 to avoid 
+    triggering gconf2 while in an inconsistent state. Thanks a lot to 
+    Steve Langasek for the analysis. Closes: #663167.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 12 Mar 2012 17:24:42 +0100
+
 gconf (3.2.3-3) unstable; urgency=medium
 
   * Let gconf2-common Breaks: libgconf2-4 (<< 3.2.3-2), to avoid partial

Modified: desktop/unstable/gconf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control?rev=33030&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control [utf-8] (original)
+++ desktop/unstable/gconf/debian/control [utf-8] Mon Mar 12 16:26:38 2012
@@ -114,7 +114,8 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          gconf2-common (= ${source:Version})
-Breaks: libgconf2-4 (<< 3.2.3-2)
+Breaks: libgconf2-4 (<< 3.2.3-2),
+        gconf2 (<< 3.2.3-2)
 Recommends: gconf-service
 Conflicts: libbonobo2-0 (<< 2.24)
 Description: GNOME configuration database system (shared libraries)
@@ -134,6 +135,7 @@
          ${shlibs:Depends},
          libgconf-2-4 (= ${binary:Version}),
          gconf-service
+Breaks: gconf2 (<< 3.2.3-2)
 Description: GNOME configuration database system (dummy package)
  GConf is a configuration database system for storing application
  preferences. It supports default or mandatory settings set by the

Modified: desktop/unstable/gconf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control.in?rev=33030&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control.in [utf-8] (original)
+++ desktop/unstable/gconf/debian/control.in [utf-8] Mon Mar 12 16:26:38 2012
@@ -109,7 +109,8 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          gconf2-common (= ${source:Version})
-Breaks: libgconf2-4 (<< 3.2.3-2)
+Breaks: libgconf2-4 (<< 3.2.3-2),
+        gconf2 (<< 3.2.3-2)
 Recommends: gconf-service
 Conflicts: libbonobo2-0 (<< 2.24)
 Description: GNOME configuration database system (shared libraries)
@@ -129,6 +130,7 @@
          ${shlibs:Depends},
          libgconf-2-4 (= ${binary:Version}),
          gconf-service
+Breaks: gconf2 (<< 3.2.3-2)
 Description: GNOME configuration database system (dummy package)
  GConf is a configuration database system for storing application
  preferences. It supports default or mandatory settings set by the




More information about the pkg-gnome-commits mailing list