Cosmetic: Naming: captive-install-acquire -> gnome-vfs-httpcaptive
[captive.git] / debian / control
1 Source: captive
2 Section: contrib/base
3 Priority: optional
4 Maintainer: Jan Kratochvil <project-captive@jankratochvil.net>
5 Build-Depends: debhelper (>> 3.0.0),
6  liborbit2-dev,
7  libssl-dev,
8  libgnomevfs2-dev,
9  libxml2-dev (>= 2.4.29),
10  libpopt-dev,
11  libglib2.0-dev,
12  libreadline4-dev,
13  libbonobo2-dev,
14  lufs,
15  ntfsprogs-dev,
16  libgnomeui-dev,
17  gcc (>= 3.0) | gcc-3.0,
18 Standards-Version: 3.5.2
19
20 Package: captive
21 Architecture: i386
22 Depends: liborbit2,
23  libssl0.9.7,
24  libgnomevfs2-0,
25  libxml2,
26  libpopt0,
27  libglib2.0-0,
28  libreadline4
29 Conflicts: liborbit2 (>= 2.7.0)
30 Recommends: captive-lufs (= ${Source-Version})
31 Description: NTFS filesystem using Microsoft Windows drivers
32  Existing binary Microsoft Windows file system drivers were exploited
33  for accessing drives with possibly proprietary file system data structures.
34  Open file system API is provided to access these file system drivers.
35  Microsoft Windows system components required by these drivers
36  were analyzed and successfuly emulated in the GNU/Linux operating system.
37  .
38  The implementation allows applications running under the GNU/Linux operating
39  system to access NTFS drives. File system driver compatibility with VFAT,
40  ISO9660 and EXT2 is also provided.
41
42 Package: captive-lufs
43 Architecture: i386
44 Depends: captive (= ${Source-Version}),
45  lufs,
46  libpopt0
47 Description: LUFS module for Microsoft Windows platform filesystem access.
48  LUFS is a hybrid userspace filesystem framework.
49  .
50  Package provides LUFS filesystem module to access Microsoft Windows platform
51  filesystems such as NTFS. Use filesystem type 'captive-ntfs' for NTFS disks.
52
53 Package: captive-install
54 Architecture: i386
55 Depends: captive-lufs (= ${Source-Version}),
56  ntfsprogs,
57  libreadline4,
58  libgnomeui-0,
59  libpopt0,
60  ntfsprogs-gnomevfs,
61  gnome-vfs-httpcaptive,
62  libxml2 (>= 2.4.29)
63 Description: Instant installer for Microsoft Windows platform filesystem access.
64  Package provides easy enough unattended installation of Microsoft Windows
65  platform filesystem access. Installer finds available NTFS partitions and
66  tries to acquire needed Microsoft Windows filesystem driver files.