Your message dated Tue, 26 May 2015 23:05:37 +0000
with message-id <[email protected]>
and subject line Bug#779766: fixed in gvfs 1.24.1-2
has caused the Debian Bug report #779766,
regarding gvfs: Transition to libsystemd
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.)
--
779766: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779766
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gvfs
Version: 1.22.2-1
Severity: normal
User: [email protected]
Usertags: libsystemd
Hi!
In systemd v209, released over a year ago, the various libsystemd-* libraries
(libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so,
libsystemd-id128.so) were merged into a single libsystemd.so library to reduce
code duplication and avoid cyclic dependencies [1].
Your package declares a build-dependency on either libsystemd-daemon-dev,
libsystemd-login-dev or libsystemd-journal-dev.
Please update your package so it can be built against libsystemd.
Updating the configure check / build system
===========================================
If your package use pkg-config and autotools, a typical configure check
looks like:
PKG_CHECK_MODULES(FOO, libsystemd-login)
All you need to do, is change that to
PKG_CHECK_MODULES(FOO, libsystemd)
If there are checks for libsystemd-journal, libsystemd-login and
libsystemd-journal, you can merge that into a single check:
PKG_CHECK_MODULES(FOO, libsystemd-login)
PKG_CHECK_MODULES(BAR, libsystemd-daemon)
PKG_CHECK_MODULES(BAZ, libsystemd-journal)
=>
PKG_CHECK_MODULES(FOO, libsystemd)
BAR_{CFLAGS,LIBS} and BAZ_{CFLAGS,LIBS} need to be updated accordingly.
If you/upstream wants to support building against older versions of systemd,
you can update the configure check as follows:
PKG_CHECK_MODULES(FOO, libsystemd-login)
=>
PKG_CHECK_MODULES(FOO, libsystemd,, [PKG_CHECK_MODULES(FOO, libsystemd-login)])
See [2] as an example how to do that.
Updating Build-Depends
======================
Please replace the Build-Depends on libsystemd-*-dev with libsystemd-dev [3].
I would recommend against adding alternative Build-Depends against the old
dev packages. This is not necessary, since libsystemd-dev is already provided
in jessie.
Backports
=========
Debian jessie already ships with libsystemd-dev, so this change is safe
regarding backports.
Upstream
========
Please consider forwarding this upstream. In some cases upstream might already
have a fix for that
Thanks for considering.
Michael,
on behalf of the pkg-systemd team.
[1]
http://lists.freedesktop.org/archives/systemd-devel/2014-February/017146.html
[2]
http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=8f6317f88a3ca3f42cf72137bb033b4a020b7b82
[3]
http://anonscm.debian.org/cgit/pkg-utopia/network-manager.git/commit/?id=69b95405b07fc2a5833dfcbe18c9229706c2104e
--- End Message ---
--- Begin Message ---
Source: gvfs
Source-Version: 1.24.1-2
We believe that the bug you reported is fixed in the latest version of
gvfs, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Biebl <[email protected]> (supplier of updated gvfs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 27 May 2015 00:18:03 +0200
Source: gvfs
Binary: gvfs gvfs-daemons gvfs-libs gvfs-common gvfs-fuse gvfs-backends
gvfs-bin gvfs-dbg
Architecture: source amd64 all
Version: 1.24.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
Description:
gvfs - userspace virtual filesystem - GIO module
gvfs-backends - userspace virtual filesystem - backends
gvfs-bin - userspace virtual filesystem - binaries
gvfs-common - userspace virtual filesystem - common data files
gvfs-daemons - userspace virtual filesystem - servers
gvfs-dbg - userspace virtual filesystem - debugging information
gvfs-fuse - userspace virtual filesystem - fuse server
gvfs-libs - userspace virtual filesystem - private libraries
Closes: 779766
Changes:
gvfs (1.24.1-2) unstable; urgency=medium
.
* 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.
* Drop obsolete Breaks/Replaces/Conflicts from pre-wheezy.
Checksums-Sha1:
4b94539be0264a9c372aecb5890378eeda3a0ac5 3215 gvfs_1.24.1-2.dsc
de191db8fa1c435b19ccf29caff425cee5786508 17816 gvfs_1.24.1-2.debian.tar.xz
e2d94ab275eea30156715dcfd5d9af8c11ba1be2 544770
gvfs-backends_1.24.1-2_amd64.deb
1febdd0e80cbe93327815c57d858efe58c532949 297390 gvfs-bin_1.24.1-2_amd64.deb
3bc192b7673f69c8dacf90c8889241b8842a05a2 781594 gvfs-common_1.24.1-2_all.deb
d4468411874a4f92e2f8a8a53ef370ecf5c60f8f 374514 gvfs-daemons_1.24.1-2_amd64.deb
7bb6a8ab0431cbc3f7b5dc36915d15414e3cb246 1832174 gvfs-dbg_1.24.1-2_amd64.deb
f6511e0d0d64656d902c49ed0b6e6129e68ee807 276170 gvfs-fuse_1.24.1-2_amd64.deb
4a8de0365ef49765b50bfe0699fda5c28fcbad29 355928 gvfs-libs_1.24.1-2_amd64.deb
982132510d0965ec60a559bda472c51a66dc4087 354870 gvfs_1.24.1-2_amd64.deb
Checksums-Sha256:
76407f0d8d86134c268a3316cca2d0b60ea5be27852c167cfd54f89cb1310ba9 3215
gvfs_1.24.1-2.dsc
71117c42c67075d6339635df2b957a309bb2318d294c225c8c9bb22af5ceca33 17816
gvfs_1.24.1-2.debian.tar.xz
b713e534ef27204f18fb0e67aa3e4672da798a9129f47714d8bc5ac0f0abc07c 544770
gvfs-backends_1.24.1-2_amd64.deb
b4092b1bd7712a369d09fddc73c5f4ef44890bd3338f10fe74f2313261ae8fbb 297390
gvfs-bin_1.24.1-2_amd64.deb
c513bc0d82bb34e5318571d3e7bc31b9454474d826d191fc393d9f6c6895e53d 781594
gvfs-common_1.24.1-2_all.deb
32a0aff3793c12250cb2379a28ff42513c5dd9540b0ee1220ab551a87863794c 374514
gvfs-daemons_1.24.1-2_amd64.deb
3c1c7342935d3ccea6c227d3831150cc817a3b18af15056b1a62080dff021bd1 1832174
gvfs-dbg_1.24.1-2_amd64.deb
8839c6dc938cce3e86a7e6522eba5cde2bba739bd4e38ddfbbc15e9671160b1f 276170
gvfs-fuse_1.24.1-2_amd64.deb
92c886e2aec06f00fda8dbb8050f451bd0370512cbce5c6a84c983bf25f05e86 355928
gvfs-libs_1.24.1-2_amd64.deb
5dd8bc1e8d7c96e90475ddceceda2554476332a9dbba3278c41083ff4efbeeec 354870
gvfs_1.24.1-2_amd64.deb
Files:
0aa50414a0c7e2fe1b5ca8286990b429 3215 gnome optional gvfs_1.24.1-2.dsc
d92fb57dc0e73b420ad2d754ac50391d 17816 gnome optional
gvfs_1.24.1-2.debian.tar.xz
a343140e9b6b2eb9441d9741cbaaade7 544770 gnome optional
gvfs-backends_1.24.1-2_amd64.deb
60bbb4cac2fe6d486336ea8fddf7d110 297390 gnome optional
gvfs-bin_1.24.1-2_amd64.deb
791f3164fdf017591082e7399174a17b 781594 libs optional
gvfs-common_1.24.1-2_all.deb
774bb8987a5fbc6b0195f87e99c1ebb8 374514 libs optional
gvfs-daemons_1.24.1-2_amd64.deb
a44bffe943db86a3ea76cbe6effab7a2 1832174 debug extra
gvfs-dbg_1.24.1-2_amd64.deb
9f5c30ffd039ad40047390738ddac2a8 276170 gnome optional
gvfs-fuse_1.24.1-2_amd64.deb
a6b8efdefb6cb55d1b3aaf52bc12f77f 355928 libs optional
gvfs-libs_1.24.1-2_amd64.deb
22d3ce0f1fbc40523a27531238315c4d 354870 libs optional gvfs_1.24.1-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVZPVmAAoJEGrh3w1gjyLcZhgQAJbltnbJCwZhTd1qYISuqXLl
qFa7AQlD+5eB7BS/JYwFEc6bHztjAE7vQxF0AAVu0Ps8ILsek5H8xLqqwkT+rUH+
arCLvP93P5wbCEAvwQzO7sZ2eEc1xA9qHgv9nGX5+7bN4FiKwsF6/fYsJI1HTllq
P2WsWHFjPYrQljSbRiinulAFEHDugRaW61EkkGK9OH3qXUwWZlHw7EEQRifpaLan
oqF0v7H+bGiRlOSf8Q5W18VoPteNAaxZpkWWysuK64C3jgif+H+S92mS2fG06diB
TjJ9FdOcIQi6pRioZYsGWXaO3Xl0zPc+jNgWEvQchSl1Do2laLrgNmiFyvVkxERU
cGyrsa/MhaxAIq2uBSeAXoR2daUZ/baOBZHxKPi8s2qrkOwyz+73gHGORKMIF0lF
8eIgXmHtvMqRBwtpPJ+uUubx5HTEv+1Mb9gTS5Si5Xi/umdMM2UQbg4kDY1WZ1N2
Xoaqpp5NHmSHP3V7s8/BKGMumkjjJV2XPXo+fIWiJ+Ctupsqj+3EKiJbzxLKGmtR
+WSxw+qiu7WER58PmcQwb8D191FXVCD6rkgZthd8I+wxsAJX/Td2kLkBJVV/MBhj
s8Lta2UJNI9xOmaiqoBNjSova9zLgxh1qSht9Mbt5lFVKpEeYfiNMiFLWq73EqCy
NVIwtR+FzANPsAX4dH24
=qSuF
-----END PGP SIGNATURE-----
--- End Message ---