source: pkg/vinnie/main/gvfs/trunk/debian/control.in @ 6908

Revision 6908, 4.6 KB checked in by alanbach-guest, 3 years ago (diff)
  • Small fix on debian/control*
Line 
1Source: gvfs
2Priority: optional
3Maintainer: Sebastien Bacher <seb128@debian.org>
4Uploaders: @GNOME_TEAM@
5Build-Depends: debhelper (>= 5),
6               autotools-dev,
7               cdbs,
8               gnome-pkg-tools (>= 0.7),
9               pkg-config,
10               gtk-doc-tools,
11               libglib2.0-dev (>= 2.23.4),
12               libdbus-1-dev,
13               intltool (>= 0.35.0),
14               openssh-client,
15               libsoup-gnome2.4-dev (>= 2.26.0),
16               libxml2-dev,
17               libudev-dev (>= 0.138),
18               libavahi-glib-dev (>= 0.6),
19               libavahi-client-dev (>= 0.6),
20               libfuse-dev,
21               libgconf2-dev,
22               libgdu-dev (>= 2.29.0),
23               libgudev-1.0-dev (>= 001),
24               libcdio-paranoia-dev (>= 0.78.2),
25               libbluetooth-dev (>= 4.0),
26               libdbus-glib-1-dev,
27               libexpat1-dev,
28               libgphoto2-2-dev (>= 2.4.0),
29               libgnome-keyring-dev,
30               libsmbclient-dev (>= 3.0),
31               libarchive-dev,
32               libltdl-dev,
33               libimobiledevice-dev (>= 0.9.7)
34Standards-Version: 3.9.0
35Section: libs
36Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-gnome/desktop/unstable/gvfs
37Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gvfs/
38
39Package: gvfs
40Architecture: any
41Depends: ${shlibs:Depends},
42         ${misc:Depends},
43         x11-utils,
44Recommends: dbus,
45            hal (>= 0.5.10) [!linux-any],
46            gnome-mount [!linux-any] | exo-utils [!linux-any],
47            policykit-1-gnome [linux-any]
48Breaks: brasero (<< 2.28.0-2),
49        rhythmbox (<< 0.12.6-2),
50        libgdu0 (<< 2.28.1-3)
51Suggests: gvfs-backends
52Conflicts: gvfs-backends (<< 1.0.2-2), libgvfscommon0
53Replaces: libgvfscommon0
54Description: userspace virtual filesystem - server
55 gvfs is a userspace virtual filesystem where mount runs as a separate
56 processes which you talk to via D-Bus. It also contains a gio module
57 that seamlessly adds gvfs support to all applications using the gio
58 API. It also supports exposing the gvfs mounts to non-gio applications
59 using fuse.
60 .
61 This package contains the gvfs server that provides gvfs mounts to all
62 gio applications, and the minimal set of backends.
63
64Package: gvfs-fuse
65Architecture: linux-any kfreebsd-any
66Depends: ${shlibs:Depends},
67         ${misc:Depends},
68         gvfs (= ${binary:Version}),
69         fuse-utils [linux-any]
70Description: userspace virtual filesystem - fuse server
71 gvfs is a userspace virtual filesystem where mount runs as a separate
72 processes which you talk to via D-Bus. It also contains a gio module
73 that seamlessly adds gvfs support to all applications using the gio
74 API. It also supports exposing the gvfs mounts to non-gio applications
75 using fuse.
76 .
77 This package contains the gvfs-fuse server that exports gvfs mounts to
78 all applications using FUSE.
79
80Package: gvfs-backends
81Architecture: any
82Depends: ${shlibs:Depends},
83         ${misc:Depends},
84         gvfs (= ${binary:Version})
85Recommends: gnome-keyring
86Suggests: obex-data-server
87Description: userspace virtual filesystem - backends
88 gvfs is a userspace virtual filesystem where mount runs as a separate
89 processes which you talk to via D-Bus. It also contains a gio module
90 that seamlessly adds gvfs support to all applications using the gio
91 API. It also supports exposing the gvfs mounts to non-gio applications
92 using fuse.
93 .
94 This package contains the afc, archive, cdda, dav, dnssd, ftp, gphoto2,
95 http, network, obexftp, sftp, smb and smb-browse backends.
96
97Package: gvfs-bin
98Architecture: any
99Depends: ${shlibs:Depends},
100         ${misc:Depends},
101         gvfs (= ${binary:Version})
102Description: userspace virtual filesystem - binaries
103 gvfs is a userspace virtual filesystem where mount runs as a separate
104 processes which you talk to via D-Bus. It also contains a gio module
105 that seamlessly adds gvfs support to all applications using the gio
106 API. It also supports exposing the gvfs mounts to non-gio applications
107 using fuse.
108 .
109 This package contains the support binaries.
110
111Package: gvfs-dbg
112Architecture: any
113Priority: extra
114Section: debug
115Depends: ${shlibs:Depends},
116         ${misc:Depends},
117         gvfs (= ${binary:Version})
118Description: userspace virtual filesystem - debugging information
119 gvfs is a userspace virtual filesystem where mount runs as a separate
120 processes which you talk to via D-Bus. It also contains a gio module
121 that seamlessly adds gvfs support to all applications using the gio
122 API. It also supports exposing the gvfs mounts to non-gio applications
123 using fuse.
124 .
125 This package contains the debugging symbols needed to help debug gvfs
126 itself and gvfs modules.
Note: See TracBrowser for help on using the repository browser.