1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
Source: gvfs
Priority: optional
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
XSBC-Original-Maintainer: Sebastien Bacher <seb128@debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 5),
autotools-dev,
cdbs,
quilt,
gnome-pkg-tools (>= 0.7),
intltool (>= 0.35.0),
libglib2.0-dev (>= 2.23.2),
libdbus-1-dev,
libdbus-glib-1-dev,
libfuse-dev,
libexpat1-dev,
libsmbclient-dev (>= 3.0),
libcdio-paranoia-dev (>= 0.78.2),
libgudev-1.0-dev,
libsoup-gnome2.4-dev (>= 2.26.0),
libgconf2-dev,
libavahi-client-dev (>= 0.6),
libavahi-glib-dev (>= 0.6),
libgphoto2-2-dev (>= 2.4.0),
libgnome-keyring-dev,
libgdu-dev (>= 0.4),
libxml2-dev,
libbluetooth-dev (>= 3.12),
libltdl3-dev,
libarchive-dev,
openssh-client
Standards-Version: 3.8.1
Section: libs
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gvfs/ubuntu
Package: libgvfscommon0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: userspace virtual filesystem - library
gvfs is a userspace virtual filesystem where mount runs as a separate
processes which you talk to via D-Bus. It also contains a gio module
that seamlessly adds gvfs support to all applications using the gio
API. It also supports exposing the gvfs mounts to non-gio applications
using fuse.
.
This package contains the libgvfscommon library that is used by the
backends.
Package: libgvfscommon-dev
Section: libdevel
Architecture: any
Depends: libgvfscommon0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
libglib2.0-dev (>= 2.19)
Description: userspace virtual filesystem - development files
gvfs is a userspace virtual filesystem where mount runs as a separate
processes which you talk to via D-Bus. It also contains a gio module
that seamlessly adds gvfs support to all applications using the gio
API. It also supports exposing the gvfs mounts to non-gio applications
using fuse.
.
This package contains the libgvfscommon development files, needed to
build new backends that make use of the same functions.
Package: gvfs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
policykit-1-gnome
Recommends: dbus, gvfs-backends
Conflicts: gvfs-backends (<< 1.5.1-0ubuntu2)
Replaces: gvfs-backends (<< 1.5.1-0ubuntu2)
Description: userspace virtual filesystem - server
gvfs is a userspace virtual filesystem where mount runs as a separate
processes which you talk to via D-Bus. It also contains a gio module
that seamlessly adds gvfs support to all applications using the gio
API. It also supports exposing the gvfs mounts to non-gio applications
using fuse.
.
This package contains the gvfs server that provides gvfs mounts to all
gio applications, and the minimal set of backends.
Package: gvfs-fuse
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gvfs (= ${binary:Version}),
fuse-utils
Description: userspace virtual filesystem - fuse server
gvfs is a userspace virtual filesystem where mount runs as a separate
processes which you talk to via D-Bus. It also contains a gio module
that seamlessly adds gvfs support to all applications using the gio
API. It also supports exposing the gvfs mounts to non-gio applications
using fuse.
.
This package contains the gvfs-fuse server that exports gvfs mounts to
all applications using FUSE.
Package: gvfs-backends
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gvfs (= ${binary:Version})
Recommends: obex-data-server
Description: userspace virtual filesystem - backends
gvfs is a userspace virtual filesystem where mount runs as a separate
processes which you talk to via D-Bus. It also contains a gio module
that seamlessly adds gvfs support to all applications using the gio
API. It also supports exposing the gvfs mounts to non-gio applications
using fuse.
.
This package contains the archive, burn, cdda, dav, dnssd, ftp,
gphoto2, http, network, obexftp, sftp, smb and smb-browse backends.
Package: gvfs-bin
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gvfs (= ${binary:Version})
Description: userspace virtual filesystem - binaries
gvfs is a userspace virtual filesystem where mount runs as a separate
processes which you talk to via D-Bus. It also contains a gio module
that seamlessly adds gvfs support to all applications using the gio
API. It also supports exposing the gvfs mounts to non-gio applications
using fuse.
.
This package contains the support binaries.
|