source: pkg/kev/main/gnome-vfs/trunk/debian/control.in @ 5267

Revision 5267, 6.0 KB checked in by alanbach-guest, 4 years ago (diff)
  • New upstream bugfix release
    • bump standards version to 3.8.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
33Standards-Version: 3.8.1
34
35Package: libgnomevfs2-common
36Section: libs
37Architecture: all
38Depends: ${misc:Depends},
39         gnome-mime-data,
40         shared-mime-info
41Conflicts: gnome-panel (<< 2.10.0),
42           libgnomevfs2-0 (<< 2.12.2-4),
43           libgnomevfs2-extra (<< 1:2.16.3-6)
44Description: GNOME Virtual File System (common files)
45 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
46 Nautilus file manager.  It provides a modular architecture and ships with
47 several modules that implement support for local files, http, ftp and others.
48 It provides an URI-based API, a backend supporting asynchronous file
49 operations, a MIME type manipulation library and other features.
50 .
51 This package contains the documentation, data files and locales.
52
53Package: libgnomevfs2-0
54Architecture: any
55Depends: ${shlibs:Depends},
56         dbus (>= 0.90),
57         libgnomevfs2-common (>= ${gnome:Version}),
58         libgnomevfs2-common (<< ${gnome:NextVersion})
59Recommends: libgnomevfs2-extra, gnome-mount
60Suggests: libgnomevfs2-bin, fam
61Replaces: libgnomevfs2-common (<< 2.12.2-4)
62Conflicts: libbonobo2-0 (<< 2.15.0)
63Description: GNOME Virtual File System (runtime libraries)
64 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
65 Nautilus file manager.  It provides a modular architecture and ships with
66 several modules that implement support for local files, http, ftp and others.
67 It provides an URI-based API, a backend supporting asynchronous file
68 operations, a MIME type manipulation library and other features.
69 .
70 This package contains the runtime libraries, the daemon, and the
71 default modules.
72
73Package: libgnomevfs2-bin
74Architecture: any
75Depends: ${shlibs:Depends}
76Replaces: libgnomevfs2-common (<< 2.12.2-4)
77Description: GNOME Virtual File System (support binaries)
78 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
79 Nautilus file manager.  It provides a modular architecture and ships with
80 several modules that implement support for local files, http, ftp and others.
81 It provides an URI-based API, a backend supporting asynchronous file
82 operations, a MIME type manipulation library and other features.
83 .
84 This package contains some example binaries using the GNOME VFS
85 library.
86
87Package: libgnomevfs2-extra
88Architecture: any
89Depends: ${shlibs:Depends},
90         libgnomevfs2-common (>= ${gnome:Version}),
91         libgnomevfs2-common (<< ${gnome:NextVersion})
92Conflicts: libgnomevfs2-common (<< 2.12.2-7),
93           libgnomevfs2-0 (<< 1:2.16.0-1)
94Description: GNOME Virtual File System (extra modules)
95 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
96 Nautilus file manager.  It provides a modular architecture and ships with
97 several modules that implement support for local files, http, ftp and others.
98 It provides an URI-based API, a backend supporting asynchronous file
99 operations, a MIME type manipulation library and other features.
100 .
101 This package contains extra VFS modules for the GNOME Virtual
102 File System.  It includes:
103  * the bzip2 module;
104  * the ftp module;
105  * the http module (which also includes support for WebDAV);
106  * the smb module, to browse Windows shares.
107
108Package: libgnomevfs2-0-dbg
109Architecture: any
110Section: libdevel
111Priority: extra
112Depends: libgnomevfs2-0 (= ${binary:Version})
113Description: GNOME Virtual File System (debugging libraries)
114 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
115 Nautilus file manager.  It provides a modular architecture and ships with
116 several modules that implement support for local files, http, ftp and others.
117 It provides an URI-based API, a backend supporting asynchronous file
118 operations, a MIME type manipulation library and other features.
119 .
120 This package contains unstripped shared libraries.  It is provided primarily
121 to provide a backtrace with names in a debugger, to make it easier to
122 interpret core dumps.  The libraries are installed in /usr/lib/debug and are
123 automatically used by gdb.
124
125Package: libgnomevfs2-dev
126Architecture: any
127Section: libdevel
128Depends: libgnomevfs2-0 (= ${binary:Version}),
129         libgconf2-dev (>= 2.8.0-1),
130         libgnutls-dev,
131         libxml2-dev,
132         libavahi-client-dev (>= 0.6) | hurd,
133         libavahi-glib-dev (>= 0.6) | hurd,
134         libdbus-1-dev | hurd,
135         libselinux1-dev | not+linux-gnu
136Description: GNOME Virtual File System library (development files)
137 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
138 Nautilus file manager.  It provides a modular architecture and ships with
139 several modules that implement support for local files, http, ftp and others.
140 It provides an URI-based API, a backend supporting asynchronous file
141 operations, a MIME type manipulation library and other features.
142 .
143 This package provides the necessary development libraries for writing
144 GNOME VFS modules and applications that use the GNOME VFS APIs.
Note: See TracBrowser for help on using the repository browser.