Your message dated Sun, 09 Aug 2009 00:17:13 +0000
with message-id <[email protected]>
and subject line Bug#540482: fixed in gvfs 1.2.3-2
has caused the Debian Bug report #540482,
regarding gvfs: FTBFS on GNU/kFreeBSD
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.)
--
540482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540482
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gvfs
Version: 1.2.3-1
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
obex* are only built on Linux, please only try to install them on those
architectures. To avoid the burden of having separate .install.os files,
I'm proposing a conditional in debian/rules, see attached patch.
It's not as important as gnome-vfs for GNU/kFreeBSD, but that's the next
blocker, for the xulrunner/libgnomeui loop.
AFAICT, that didn't change the contents of the gvfs-backends package on
amd64, checked with cowbuilder.
Thanks for considering.
Mraw,
KiBi.
diff -u gvfs-1.2.3/debian/rules gvfs-1.2.3/debian/rules
--- gvfs-1.2.3/debian/rules
+++ gvfs-1.2.3/debian/rules
@@ -14,7 +14,15 @@
DEB_DH_STRIP_ARGS := --dbg-package=gvfs-dbg
DEB_DH_MAKESHLIBS_ARGS_ALL := -Xlib/gio -Xlib/gvfs
+DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
FUSE_ARCHES := $(shell type-handling any linux,kfreebsd)
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+install/gvfs-backends::
+ # Those are only available on Linux:
+ dh_install -pgvfs-backends debian/tmp/usr/lib/gvfs/gvfsd-obexftp
+ dh_install -pgvfs-backends debian/tmp/usr/share/gvfs/mounts/obexftp.mount
+endif
+
clean::
sed -i 's/@FUSE_ARCHES@/$(FUSE_ARCHES)/' debian/control
diff -u gvfs-1.2.3/debian/gvfs-backends.install gvfs-1.2.3/debian/gvfs-backends.install
--- gvfs-1.2.3/debian/gvfs-backends.install
+++ gvfs-1.2.3/debian/gvfs-backends.install
@@ -6,7 +6,8 @@
debian/tmp/usr/lib/gvfs/gvfsd-gphoto2
debian/tmp/usr/lib/gvfs/gvfsd-http
debian/tmp/usr/lib/gvfs/gvfsd-network
-debian/tmp/usr/lib/gvfs/gvfsd-obexftp
+# Now installed from debian/rules:
+# debian/tmp/usr/lib/gvfs/gvfsd-obexftp
debian/tmp/usr/lib/gvfs/gvfsd-sftp
debian/tmp/usr/lib/gvfs/gvfsd-smb
debian/tmp/usr/lib/gvfs/gvfsd-smb-browse
@@ -22,7 +23,8 @@
debian/tmp/usr/share/gvfs/mounts/gphoto2.mount
debian/tmp/usr/share/gvfs/mounts/http.mount
debian/tmp/usr/share/gvfs/mounts/network.mount
-debian/tmp/usr/share/gvfs/mounts/obexftp.mount
+# Now installed from debian/rules:
+# debian/tmp/usr/share/gvfs/mounts/obexftp.mount
debian/tmp/usr/share/gvfs/mounts/sftp.mount
debian/tmp/usr/share/gvfs/mounts/smb-browse.mount
debian/tmp/usr/share/gvfs/mounts/smb.mount
--- End Message ---
--- Begin Message ---
Source: gvfs
Source-Version: 1.2.3-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:
gvfs-backends_1.2.3-2_amd64.deb
to pool/main/g/gvfs/gvfs-backends_1.2.3-2_amd64.deb
gvfs-bin_1.2.3-2_amd64.deb
to pool/main/g/gvfs/gvfs-bin_1.2.3-2_amd64.deb
gvfs-dbg_1.2.3-2_amd64.deb
to pool/main/g/gvfs/gvfs-dbg_1.2.3-2_amd64.deb
gvfs-fuse_1.2.3-2_amd64.deb
to pool/main/g/gvfs/gvfs-fuse_1.2.3-2_amd64.deb
gvfs_1.2.3-2.diff.gz
to pool/main/g/gvfs/gvfs_1.2.3-2.diff.gz
gvfs_1.2.3-2.dsc
to pool/main/g/gvfs/gvfs_1.2.3-2.dsc
gvfs_1.2.3-2_amd64.deb
to pool/main/g/gvfs/gvfs_1.2.3-2_amd64.deb
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.
Emilio Pozuelo Monfort <[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: SHA1
Format: 1.8
Date: Sun, 09 Aug 2009 01:23:49 +0200
Source: gvfs
Binary: gvfs gvfs-fuse gvfs-backends gvfs-bin gvfs-dbg
Architecture: source amd64
Version: 1.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher <[email protected]>
Changed-By: Emilio Pozuelo Monfort <[email protected]>
Description:
gvfs - userspace virtual filesystem - server
gvfs-backends - userspace virtual filesystem - backends
gvfs-bin - userspace virtual filesystem - binaries
gvfs-dbg - userspace virtual filesystem - debugging information
gvfs-fuse - userspace virtual filesystem - fuse server
Closes: 500886 540482
Changes:
gvfs (1.2.3-2) unstable; urgency=low
.
[ Josselin Mouette ]
* gvfs-fuse depends on fuse-utils. Closes: #500886.
.
[ Emilio Pozuelo Monfort ]
* Add a watch file.
* Only install obexftp on Linux systems, it's not available elsewhere.
Thanks Cyril Brulebois. Closes: #540482.
Checksums-Sha1:
d97de49d5803123b601c511a102b1b9fe001306e 1705 gvfs_1.2.3-2.dsc
e2e5022635a2c1f501bef42ea14a650bf695ed38 505025 gvfs_1.2.3-2.diff.gz
82da9d2d488cbe72dcb245790ff1b35cf2e7876e 835756 gvfs_1.2.3-2_amd64.deb
3669b4cd75750189f6fe66f799afe0ef634974b9 28630 gvfs-fuse_1.2.3-2_amd64.deb
5ea843dd88669260cfb6aa8906ec253ebbf9c28f 735590 gvfs-backends_1.2.3-2_amd64.deb
439e37cd37a0c15eba6cfb09e781a7c076fb7ff1 55088 gvfs-bin_1.2.3-2_amd64.deb
0dc268d549de73acc32d3087dc98a56ccd731922 3499556 gvfs-dbg_1.2.3-2_amd64.deb
Checksums-Sha256:
54970b542c013d4ad6a1209628a3cb44a19d1a14e5b967d319035236e5fa18fb 1705
gvfs_1.2.3-2.dsc
0f11137c73c30b3730f4bb8aef2bc166d81c27b75af9369e0d6f3d4bedce9a3e 505025
gvfs_1.2.3-2.diff.gz
bfa18ab17360913cffd9da41d7f66dd78b659142ac5a7e67ca9a62982ca3174d 835756
gvfs_1.2.3-2_amd64.deb
9ef4fda085788988d46fbea81983ea5f87d5c7dae568b0094eb1ff7673f6f39a 28630
gvfs-fuse_1.2.3-2_amd64.deb
d1c697b81e280c87bdda748930590c560aac8fd991e8b0c65ecda3b295e30d6c 735590
gvfs-backends_1.2.3-2_amd64.deb
58574de345aab4a4845d631b60573b92b58227ed6d9f7f97239098c717b0a17e 55088
gvfs-bin_1.2.3-2_amd64.deb
9e0ad9825be9e39b295810cf4f6d52c83fb51b54fa4277b57f9bcc9f41992c7e 3499556
gvfs-dbg_1.2.3-2_amd64.deb
Files:
184130a411423ddeb2cf2f6b24f90409 1705 libs optional gvfs_1.2.3-2.dsc
e1aa2a6081d40c5376a50f84ab49f5c5 505025 libs optional gvfs_1.2.3-2.diff.gz
96ee4fc4a06ef9c670dec8b57758c7ab 835756 libs optional gvfs_1.2.3-2_amd64.deb
27ee698850faad67d435a4d6f34e8f9b 28630 libs optional
gvfs-fuse_1.2.3-2_amd64.deb
268af317e179088891a6ba0f7c628f93 735590 libs optional
gvfs-backends_1.2.3-2_amd64.deb
19fd7b4e69f69491397214721c5cd1f5 55088 libs optional gvfs-bin_1.2.3-2_amd64.deb
b35cf65fbddf7d20312e6ad91f0b17f0 3499556 debug extra gvfs-dbg_1.2.3-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkp+EokACgkQeGfVPHR5Nd3t8gCfYxx3yWt1mLiuLVznxBosXpii
ingAoJjHu8to3YHg4EV5DNIS8WNLjbXc
=0MB+
-----END PGP SIGNATURE-----
--- End Message ---