r31145 - in /desktop/unstable/gconf/debian: changelog control control.in gconf-gsettings-backend.install libgconf2-4.install

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Oct 30 09:20:12 UTC 2011


Author: joss
Date: Sun Oct 30 09:20:12 2011
New Revision: 31145

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31145
Log:
Split the GSettings backend into a gconf-gsettings-backend package 
that provides gsettings-backend. Closes: #633442.

Added:
    desktop/unstable/gconf/debian/gconf-gsettings-backend.install
Modified:
    desktop/unstable/gconf/debian/changelog
    desktop/unstable/gconf/debian/control
    desktop/unstable/gconf/debian/control.in
    desktop/unstable/gconf/debian/libgconf2-4.install

Modified: desktop/unstable/gconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/changelog?rev=31145&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gconf/debian/changelog [utf-8] Sun Oct 30 09:20:12 2011
@@ -13,6 +13,10 @@
   * 02_fix_wrong_return_value.patch: Updated
   * gconf2.postinst, gconf2.postrm, gconf2.triggers
     - Updated for gsettings conversion
+
+  [ Josselin Mouette ]
+  * Split the GSettings backend into a gconf-gsettings-backend package 
+    that provides gsettings-backend. Closes: #633442.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 26 Oct 2011 22:37:00 -0400
 

Modified: desktop/unstable/gconf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control?rev=31145&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control [utf-8] (original)
+++ desktop/unstable/gconf/debian/control [utf-8] Sun Oct 30 09:20:12 2011
@@ -142,3 +142,26 @@
  .
  This package contains introspection data for GConf. It can be used by 
  packages using the GIRepository format to generate dynamic bindings.
+
+Package: gconf-gsettings-backend
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         gconf2-common (>= ${gnome:Version}),
+         gconf2-common (<< ${gnome:NextVersion}),
+         libgconf2-4 (= ${binary:Version})
+Breaks: libgconf2-4 (<< 3.2)
+Replaces: libgconf2-4 (<< 3.2)
+Provides: gsettings-backend
+Description: GNOME configuration database system - GSettings back-end
+ GConf is a configuration database system for storing application
+ preferences.
+ .
+ This package contains a backend to enable applications that use the 
+ newer GSettings framework to store their preferences to use GConf for 
+ storing the actual values.
+ .
+ You will need to explicitly enable it through your environment with 
+ GSETTINGS_BACKEND=gconf. It is strongly recommended to not use this 
+ backend unless you really know what you’re doing.

Modified: desktop/unstable/gconf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control.in?rev=31145&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control.in [utf-8] (original)
+++ desktop/unstable/gconf/debian/control.in [utf-8] Sun Oct 30 09:20:12 2011
@@ -137,3 +137,26 @@
  .
  This package contains introspection data for GConf. It can be used by 
  packages using the GIRepository format to generate dynamic bindings.
+
+Package: gconf-gsettings-backend
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         gconf2-common (>= ${gnome:Version}),
+         gconf2-common (<< ${gnome:NextVersion}),
+         libgconf2-4 (= ${binary:Version})
+Breaks: libgconf2-4 (<< 3.2)
+Replaces: libgconf2-4 (<< 3.2)
+Provides: gsettings-backend
+Description: GNOME configuration database system - GSettings back-end
+ GConf is a configuration database system for storing application
+ preferences.
+ .
+ This package contains a backend to enable applications that use the 
+ newer GSettings framework to store their preferences to use GConf for 
+ storing the actual values.
+ .
+ You will need to explicitly enable it through your environment with 
+ GSETTINGS_BACKEND=gconf. It is strongly recommended to not use this 
+ backend unless you really know what you’re doing.

Added: desktop/unstable/gconf/debian/gconf-gsettings-backend.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/gconf-gsettings-backend.install?rev=31145&op=file
==============================================================================
--- desktop/unstable/gconf/debian/gconf-gsettings-backend.install (added)
+++ desktop/unstable/gconf/debian/gconf-gsettings-backend.install [utf-8] Sun Oct 30 09:20:12 2011
@@ -1,0 +1,1 @@
+usr/lib/gio/modules/*.so

Modified: desktop/unstable/gconf/debian/libgconf2-4.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/libgconf2-4.install?rev=31145&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/libgconf2-4.install [utf-8] (original)
+++ desktop/unstable/gconf/debian/libgconf2-4.install [utf-8] Sun Oct 30 09:20:12 2011
@@ -2,4 +2,3 @@
 usr/lib/libgconf2-4/gconfd-2
 usr/lib/libgconf2-4/gconf-sanity-check-2
 usr/lib/libgconf2-4/2/*.so
-usr/lib/gio/modules/*.so




More information about the pkg-gnome-commits mailing list