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

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