Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Dear release team,

The current version of gnome-bluetooth (3.14.0-1) in testing is
depending against obex-data-server (org.openobex) and obexd-client
(ie. org.bluez.obex.Client), but the code in gnome-bluetooth is using
the dbus API from the obex implementation provided by bluez-obex package
(org.bluez.obex.Client.*1*).

I've uploaded a new version of the package to fix the dependency.

Please unblock package gnome-bluetooth

unblock gnome-bluetooth/3.14.0-2

Cheers,

Laurent Bigonville

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru gnome-bluetooth-3.14.0/debian/changelog gnome-bluetooth-3.14.0/debian/changelog
--- gnome-bluetooth-3.14.0/debian/changelog	2014-09-22 21:05:41.000000000 +0200
+++ gnome-bluetooth-3.14.0/debian/changelog	2014-11-28 12:42:15.000000000 +0100
@@ -1,3 +1,11 @@
+gnome-bluetooth (3.14.0-2) unstable; 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 <bi...@debian.org>  Fri, 28 Nov 2014 12:42:14 +0100
+
 gnome-bluetooth (3.14.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru gnome-bluetooth-3.14.0/debian/control gnome-bluetooth-3.14.0/debian/control
--- gnome-bluetooth-3.14.0/debian/control	2014-09-22 21:06:22.000000000 +0200
+++ gnome-bluetooth-3.14.0/debian/control	2014-11-28 12:50:58.000000000 +0100
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintain...@lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andr...@fatal.se>, Emilio Pozuelo Monfort <po...@debian.org>, Laurent Bigonville <bi...@debian.org>, Michael Biebl <bi...@debian.org>, Sjoerd Simons <sjo...@debian.org>
+Uploaders: Andreas Henriksson <andr...@fatal.se>, Laurent Bigonville <bi...@debian.org>, Michael Biebl <bi...@debian.org>, Sjoerd Simons <sjo...@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},
diff -Nru gnome-bluetooth-3.14.0/debian/control.in gnome-bluetooth-3.14.0/debian/control.in
--- gnome-bluetooth-3.14.0/debian/control.in	2014-07-16 09:23:22.000000000 +0200
+++ gnome-bluetooth-3.14.0/debian/control.in	2014-11-28 10:51:51.000000000 +0100
@@ -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},

Reply via email to