source: pkg/frankie/main/gnome-vfs/trunk/debian/control.in @ 5980

Revision 5980, 6.0 KB checked in by alanbach-guest, 4 years ago (diff)
  • Sync'd with Debian 1:2.24.2-1
Line 
1Source: gnome-vfs
2Section: libs
3Priority: optional
4Maintainer: Josselin Mouette <joss@debian.org>
5Uploaders: @GNOME_TEAM@
6Build-Depends: cdbs,
7               quilt,
8               type-handling,
9               gtk-doc-tools (>= 1.0),
10               libglib2.0-dev (>= 2.9.3),
11               libgconf2-dev (>= 2.8.0-1),
12               libxml2-dev (>= 2.6.0),
13               libbz2-dev,
14               libfam-dev (>= 2.6.9-4) [!hurd-i386],
15               libsmbclient-dev [!hurd-i386],
16               gettext,
17               debhelper (>= 5.0.13),
18               zlib1g-dev,
19               intltool (>= 0.35.0),
20               gnome-mime-data,
21               libgnutls-dev (>= 1.0.4-3),
22               gnome-pkg-tools (>= 0.11.3),
23               dpkg-dev (>= 1.13.19),
24               libdbus-glib-1-dev (>= 0.70),
25               libhal-dev (>= 0.5.7) | not+linux-gnu,
26               libhal-storage-dev (>= 0.5.7) | not+linux-gnu,
27               libavahi-client-dev (>= 0.6) [!hurd-i386],
28               libavahi-glib-dev (>= 0.6) [!hurd-i386],
29               libselinux1-dev | not+linux-gnu,
30               libkrb5-dev,
31               libacl1-dev,
32               libattr1-dev
33Build-Depends-Indep: libglib2.0-doc
34Standards-Version: 3.8.3
35
36Package: libgnomevfs2-common
37Section: libs
38Architecture: all
39Depends: ${misc:Depends},
40         gnome-mime-data,
41         shared-mime-info
42Conflicts: gnome-panel (<< 2.10.0),
43           libgnomevfs2-0 (<< 2.12.2-4),
44           libgnomevfs2-extra (<< 1:2.16.3-6)
45Description: GNOME Virtual File System (common files)
46 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
47 Nautilus file manager.  It provides a modular architecture and ships with
48 several modules that implement support for local files, http, ftp and others.
49 It provides an URI-based API, a backend supporting asynchronous file
50 operations, a MIME type manipulation library and other features.
51 .
52 This package contains the documentation, data files and locales.
53
54Package: libgnomevfs2-0
55Architecture: any
56Depends: ${shlibs:Depends},
57         dbus (>= 0.90),
58         libgnomevfs2-common (>= ${gnome:Version}),
59         libgnomevfs2-common (<< ${gnome:NextVersion})
60Recommends: libgnomevfs2-extra, gnome-mount, dbus-x11
61Suggests: libgnomevfs2-bin, fam
62Replaces: libgnomevfs2-common (<< 2.12.2-4)
63Conflicts: libbonobo2-0 (<< 2.15.0)
64Description: GNOME Virtual File System (runtime libraries)
65 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
66 Nautilus file manager.  It provides a modular architecture and ships with
67 several modules that implement support for local files, http, ftp and others.
68 It provides an URI-based API, a backend supporting asynchronous file
69 operations, a MIME type manipulation library and other features.
70 .
71 This package contains the runtime libraries, the daemon, and the
72 default modules.
73
74Package: libgnomevfs2-bin
75Architecture: any
76Depends: ${shlibs:Depends}
77Replaces: libgnomevfs2-common (<< 2.12.2-4)
78Description: GNOME Virtual File System (support binaries)
79 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
80 Nautilus file manager.  It provides a modular architecture and ships with
81 several modules that implement support for local files, http, ftp and others.
82 It provides an URI-based API, a backend supporting asynchronous file
83 operations, a MIME type manipulation library and other features.
84 .
85 This package contains some example binaries using the GNOME VFS
86 library.
87
88Package: libgnomevfs2-extra
89Architecture: any
90Depends: ${shlibs:Depends},
91         libgnomevfs2-common (>= ${gnome:Version}),
92         libgnomevfs2-common (<< ${gnome:NextVersion})
93Conflicts: libgnomevfs2-common (<< 2.12.2-7),
94           libgnomevfs2-0 (<< 1:2.16.0-1)
95Description: GNOME Virtual File System (extra modules)
96 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
97 Nautilus file manager.  It provides a modular architecture and ships with
98 several modules that implement support for local files, http, ftp and others.
99 It provides an URI-based API, a backend supporting asynchronous file
100 operations, a MIME type manipulation library and other features.
101 .
102 This package contains extra VFS modules for the GNOME Virtual
103 File System.  It includes:
104  * the bzip2 module;
105  * the ftp module;
106  * the http module (which also includes support for WebDAV);
107  * the smb module, to browse Windows shares.
108
109Package: libgnomevfs2-0-dbg
110Architecture: any
111Section: debug
112Priority: extra
113Depends: libgnomevfs2-0 (= ${binary:Version})
114Description: GNOME Virtual File System (debugging libraries)
115 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
116 Nautilus file manager.  It provides a modular architecture and ships with
117 several modules that implement support for local files, http, ftp and others.
118 It provides an URI-based API, a backend supporting asynchronous file
119 operations, a MIME type manipulation library and other features.
120 .
121 This package contains unstripped shared libraries.  It is provided primarily
122 to provide a backtrace with names in a debugger, to make it easier to
123 interpret core dumps.  The libraries are installed in /usr/lib/debug and are
124 automatically used by gdb.
125
126Package: libgnomevfs2-dev
127Architecture: any
128Section: libdevel
129Depends: libgnomevfs2-0 (= ${binary:Version}),
130         libgconf2-dev (>= 2.8.0-1),
131         libgnutls-dev,
132         libxml2-dev,
133         libavahi-client-dev (>= 0.6) | hurd,
134         libavahi-glib-dev (>= 0.6) | hurd,
135         libdbus-1-dev | hurd,
136         libselinux1-dev | not+linux-gnu
137Description: GNOME Virtual File System library (development files)
138 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
139 Nautilus file manager.  It provides a modular architecture and ships with
140 several modules that implement support for local files, http, ftp and others.
141 It provides an URI-based API, a backend supporting asynchronous file
142 operations, a MIME type manipulation library and other features.
143 .
144 This package provides the necessary development libraries for writing
145 GNOME VFS modules and applications that use the GNOME VFS APIs.
Note: See TracBrowser for help on using the repository browser.