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

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