r44720 - in /desktop/unstable/gvfs/debian: changelog control control.in patches/revert-0001-Remove-obsolte-obexftp-code.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue May 26 22:17:58 UTC 2015
Author: biebl
Date: Tue May 26 22:17:58 2015
New Revision: 44720
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44720
Log:
Drop debian/patches/revert-0001-Remove-obsolte-obexftp-code.patch and the
Build-Depends on libdbus-glib-1-dev along with it. The ObexFTP backend no
longer works with BlueZ 5.x. The only supported method is ObexPush, which
is implemented by bluez-obexd. Change gvfs-backends to suggest bluez-obexd
instead of obex-data-server.
Removed:
desktop/unstable/gvfs/debian/patches/revert-0001-Remove-obsolte-obexftp-code.patch
Modified:
desktop/unstable/gvfs/debian/changelog
desktop/unstable/gvfs/debian/control
desktop/unstable/gvfs/debian/control.in
desktop/unstable/gvfs/debian/patches/series
Modified: desktop/unstable/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/changelog?rev=44720&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog [utf-8] (original)
+++ desktop/unstable/gvfs/debian/changelog [utf-8] Tue May 26 22:17:58 2015
@@ -3,6 +3,11 @@
* Upload to unstable.
* Track stable releases (again) in debian/watch.
* Build against libsystemd. (Closes: #779766)
+ * Drop debian/patches/revert-0001-Remove-obsolte-obexftp-code.patch and the
+ Build-Depends on libdbus-glib-1-dev along with it. The ObexFTP backend no
+ longer works with BlueZ 5.x. The only supported method is ObexPush, which
+ is implemented by bluez-obexd. Change gvfs-backends to suggest bluez-obexd
+ instead of obex-data-server.
-- Michael Biebl <biebl at debian.org> Tue, 19 May 2015 23:17:59 +0200
Modified: desktop/unstable/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control?rev=44720&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control [utf-8] (original)
+++ desktop/unstable/gvfs/debian/control [utf-8] Tue May 26 22:17:58 2015
@@ -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>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
Build-Depends: debhelper (>= 8.1.3),
autotools-dev,
cdbs (>= 0.4.93),
@@ -28,7 +28,6 @@
libcdio-paranoia-dev (>= 0.78.2),
libbluetooth-dev (>= 4.0) [linux-any],
libgoa-1.0-dev (>= 3.7.1),
- libdbus-glib-1-dev,
libexpat1-dev,
libgphoto2-dev (>= 2.5.0),
libsecret-1-dev,
@@ -41,7 +40,7 @@
libimobiledevice-dev (>= 1.1.5) [!hurd-any],
libplist-dev,
libudisks2-dev (>= 1.97) [linux-any],
- libsystemd-login-dev (>= 44) [linux-any],
+ libsystemd-dev [linux-any],
libgtk-3-dev
Standards-Version: 3.9.6
Homepage: https://wiki.gnome.org/Projects/gvfs
@@ -171,7 +170,7 @@
gvfs-common (= ${source:Version}),
psmisc
Recommends: gnome-keyring
-Suggests: obex-data-server, samba-common
+Suggests: bluez-obexd, samba-common
Breaks: gvfs-common (<< 1.12.0-2)
Replaces: gvfs-common (<< 1.12.0-2)
Description: userspace virtual filesystem - backends
@@ -182,7 +181,7 @@
using fuse.
.
This package contains the afc, afp, archive, cdda, dav, dnssd, ftp,
- gphoto2, http, mtp, network, obexftp, sftp, smb and smb-browse backends.
+ gphoto2, http, mtp, network, sftp, smb and smb-browse backends.
Package: gvfs-bin
Architecture: any
Modified: desktop/unstable/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control.in?rev=44720&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control.in [utf-8] (original)
+++ desktop/unstable/gvfs/debian/control.in [utf-8] Tue May 26 22:17:58 2015
@@ -24,7 +24,6 @@
libcdio-paranoia-dev (>= 0.78.2),
libbluetooth-dev (>= 4.0) [linux-any],
libgoa-1.0-dev (>= 3.7.1),
- libdbus-glib-1-dev,
libexpat1-dev,
libgphoto2-dev (>= 2.5.0),
libsecret-1-dev,
@@ -167,7 +166,7 @@
gvfs-common (= ${source:Version}),
psmisc
Recommends: gnome-keyring
-Suggests: obex-data-server, samba-common
+Suggests: bluez-obexd, samba-common
Breaks: gvfs-common (<< 1.12.0-2)
Replaces: gvfs-common (<< 1.12.0-2)
Description: userspace virtual filesystem - backends
@@ -178,7 +177,7 @@
using fuse.
.
This package contains the afc, afp, archive, cdda, dav, dnssd, ftp,
- gphoto2, http, mtp, network, obexftp, sftp, smb and smb-browse backends.
+ gphoto2, http, mtp, network, sftp, smb and smb-browse backends.
Package: gvfs-bin
Architecture: any
Modified: desktop/unstable/gvfs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/patches/series?rev=44720&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gvfs/debian/patches/series [utf-8] Tue May 26 22:17:58 2015
@@ -1,4 +1,3 @@
-revert-0001-Remove-obsolte-obexftp-code.patch
01_modules_dir.patch
04_hurd_path_max.patch
metadata-nuke-junk-data.patch
More information about the pkg-gnome-commits
mailing list