Source: gvfs Severity: important Version: 1.42.2-1 Tags: patch User: debian-hurd@lists.debian.org Usertags: hurd X-Debbugs-CC: debian-hurd@lists.debian.org
Hello, The latest version of gvfs fails to install on non-linux boxes due to the dependency on lsof for gvfs-daemons, which is not available for these architectures. Additionally, lsof is only needed for UDisks2VolumeMonitor, which is built for linux-any only. Attached are two patches, one for control and one for control.in. The first patch is added for completeness, even if that file claims to be autogenerated. The file being generated from control.in is created at debian/gvfs- daemons/DEBIAN/control and debian/control by dh_gencontrol. Thanks.
--- a/debian/control 2020-01-22 17:19:31.000000000 +0100 +++ b/debian/control 2020-02-17 14:32:20.000000000 +0100 @@ -140,7 +140,7 @@ Section: libs Depends: gvfs-common (= ${source:Version}), gvfs-libs (= ${binary:Version}), - lsof, + lsof [linux-any], udisks2 [linux-any], x11-utils, ${misc:Depends},
--- a/debian/control.in 2020-01-22 17:19:31.000000000 +0100 +++ b/debian/control.in 2020-02-17 14:36:01.000000000 +0100 @@ -136,7 +136,7 @@ Section: libs Depends: gvfs-common (= ${source:Version}), gvfs-libs (= ${binary:Version}), - lsof, + lsof [linux-any], udisks2 [linux-any], ${misc:Depends}, ${shlibs:Depends}