r43939 - in /desktop/unstable/gnome-bluetooth/debian: changelog control control.in

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Fri Nov 28 10:51:20 UTC 2014


Author: bigon
Date: Fri Nov 28 10:51:20 2014
New Revision: 43939

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43939
Log:
debian/control.in: Depends against bluez-obex instead of obex-data-server
and obexd-client, gnome-bluetooth uses the new interfaces
(org.bluez.obex.Client vs. org.bluez.obex.Client1, yes this is confusing)

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

Modified: desktop/unstable/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/changelog?rev=43939&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/changelog	[utf-8] Fri Nov 28 10:51:20 2014
@@ -1,3 +1,11 @@
+gnome-bluetooth (3.14.0-2) UNRELEASED; urgency=medium
+
+  * debian/control.in: Depends against bluez-obex instead of obex-data-server
+    and obexd-client, gnome-bluetooth uses the new interfaces
+    (org.bluez.obex.Client vs. org.bluez.obex.Client1, yes this is confusing)
+
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 28 Nov 2014 11:21:38 +0100
+
 gnome-bluetooth (3.14.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control?rev=43939&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control	[utf-8] Fri Nov 28 10:51:20 2014
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: autotools-dev,
                cdbs (>= 0.4.93),
                debhelper (>= 8.1.0~),
@@ -29,8 +29,7 @@
 Package: gnome-bluetooth
 Pre-Depends: ${misc:Pre-Depends}
 Depends: bluez (>= 5.5),
-         obex-data-server,
-         obexd-client,
+         bluez-obexd,
          udev (>= 154),
          libpam-systemd,
          ${gir:Depends},

Modified: desktop/unstable/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control.in?rev=43939&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control.in	[utf-8] Fri Nov 28 10:51:20 2014
@@ -25,8 +25,7 @@
 Package: gnome-bluetooth
 Pre-Depends: ${misc:Pre-Depends}
 Depends: bluez (>= 5.5),
-         obex-data-server,
-         obexd-client,
+         bluez-obexd,
          udev (>= 154),
          libpam-systemd,
          ${gir:Depends},




More information about the pkg-gnome-commits mailing list