Your message dated Fri, 28 Nov 2014 13:54:39 +0000
with message-id <[email protected]>
and subject line Re: Bug#771323: unblock: gnome-bluetooth/3.14.0-2
has caused the Debian Bug report #771323,
regarding unblock: gnome-bluetooth/3.14.0-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
771323: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771323
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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 <[email protected]>
-Uploaders: Andreas Henriksson <[email protected]>, Emilio Pozuelo Monfort <[email protected]>, Laurent Bigonville <[email protected]>, Michael Biebl <[email protected]>, Sjoerd Simons <[email protected]>
+Uploaders: Andreas Henriksson <[email protected]>, Laurent Bigonville <[email protected]>, Michael Biebl <[email protected]>, Sjoerd Simons <[email protected]>
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},
--- End Message ---
--- Begin Message ---
On 2014-11-28 13:31, Laurent Bigonville wrote:
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.
Unblocked, thanks.
Regards,
Adam
--- End Message ---