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

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Feb 23 22:23:21 UTC 2012


Author: joss
Date: Thu Feb 23 22:23:20 2012
New Revision: 32671

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32671
Log:
Move dbus dependency to gconf-service, make it dbus-x11.

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=32671&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gconf/debian/changelog [utf-8] Thu Feb 23 22:23:20 2012
@@ -32,6 +32,7 @@
     + Make the shlibs add both libgconf-2-4 and gconf-service.
     + Make libgconf2-4 a dummy MA: same package depending on both too.
     + gconf-gsettings-backend is MA: same.
+    + Move dbus dependency to gconf-service, make it dbus-x11.
   * Move the API documentation to libgconf2-doc.
   * Get rid of the symlink for documentation.
   * Remove unused gnome-version.mk.

Modified: desktop/unstable/gconf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control?rev=32671&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control [utf-8] (original)
+++ desktop/unstable/gconf/debian/control [utf-8] Thu Feb 23 22:23:20 2012
@@ -7,7 +7,7 @@
 Section: libs
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90),
                gnome-pkg-tools (>= 0.14),
@@ -76,7 +76,6 @@
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends},
-         dbus,
          ucf
 Description: GNOME configuration database system (common files)
  GConf is a configuration database system for storing application
@@ -92,6 +91,7 @@
 Multi-Arch: foreign
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         dbus-x11,
          gconf2-common (= ${source:Version})
 Conflicts: libgconf2-4 (<< 2.24.0-3), gconf2-common (<< 2.24.0-3)
 Breaks: gconf-editor (<< 2.28)

Modified: desktop/unstable/gconf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control.in?rev=32671&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control.in [utf-8] (original)
+++ desktop/unstable/gconf/debian/control.in [utf-8] Thu Feb 23 22:23:20 2012
@@ -71,7 +71,6 @@
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends},
-         dbus,
          ucf
 Description: GNOME configuration database system (common files)
  GConf is a configuration database system for storing application
@@ -87,6 +86,7 @@
 Multi-Arch: foreign
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         dbus-x11,
          gconf2-common (= ${source:Version})
 Conflicts: libgconf2-4 (<< 2.24.0-3), gconf2-common (<< 2.24.0-3)
 Breaks: gconf-editor (<< 2.28)




More information about the pkg-gnome-commits mailing list