r30187 - in /desktop/experimental/gnome-bluetooth/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 11 20:57:31 UTC 2011


Author: biebl
Date: Tue Oct 11 20:57:31 2011
New Revision: 30187

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30187
Log:
Don't hard-code dependency on libdconf0 | gsettings-backend but rely on
dh_installgsettings to set the correct dependencies. Bump Build-Depends
on cdbs accordingly.

Modified:
    desktop/experimental/gnome-bluetooth/debian/changelog
    desktop/experimental/gnome-bluetooth/debian/control
    desktop/experimental/gnome-bluetooth/debian/control.in

Modified: desktop/experimental/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/changelog?rev=30187&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/changelog [utf-8] Tue Oct 11 20:57:31 2011
@@ -17,6 +17,9 @@
     - Drop Build-Depends on libgnome-control-center-dev.
     - Add Breaks against nautilus-sendto (<< 3.0) as loading both GTK 2 and
       GTK 3 in the same process is not allowed.
+    - Don't hard-code dependency on libdconf0 | gsettings-backend but rely on
+      dh_installgsettings to set the correct dependencies. Bump Build-Depends
+      on cdbs accordingly.
   * Strip debian/tmp/ from .install files.
   * Refresh debian/patches/01_autostart_path.patch.
 

Modified: desktop/experimental/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/control?rev=30187&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/control [utf-8] Tue Oct 11 20:57:31 2011
@@ -9,7 +9,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andrea Veri <and at debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 8),
-               cdbs (>= 0.4.91~),
+               cdbs (>= 0.4.93),
                gnome-pkg-tools,
                libnotify-dev (>= 0.7),
                libglib2.0-dev (>= 2.25.7),
@@ -42,8 +42,7 @@
          obexd-client,
          udev (>= 154),
          consolekit,
-         obex-data-server,
-         libdconf0 | gsettings-backend
+         obex-data-server
 Recommends: gvfs-backends
 Suggests: nautilus-sendto, gnome-user-share
 Replaces: nautilus-sendto (<< 2.28.4-2)

Modified: desktop/experimental/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/control.in?rev=30187&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/control.in [utf-8] Tue Oct 11 20:57:31 2011
@@ -4,7 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8),
-               cdbs (>= 0.4.91~),
+               cdbs (>= 0.4.93),
                gnome-pkg-tools,
                libnotify-dev (>= 0.7),
                libglib2.0-dev (>= 2.25.7),
@@ -37,8 +37,7 @@
          obexd-client,
          udev (>= 154),
          consolekit,
-         obex-data-server,
-         libdconf0 | gsettings-backend
+         obex-data-server
 Recommends: gvfs-backends
 Suggests: nautilus-sendto, gnome-user-share
 Replaces: nautilus-sendto (<< 2.28.4-2)




More information about the pkg-gnome-commits mailing list