'captive-install' dependencies: +readline
[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,
10  libpopt-dev,
11  libglib2.0-dev,
12  libreadline4-dev,
13  libbonobo2-dev,
14  lufs,
15  gcc (>= 3.0) | gcc-3.0
16 Standards-Version: 3.5.2
17
18 Package: captive
19 Architecture: i386
20 Depends: liborbit2,
21  libssl,
22  libgnomevfs2,
23  libxml2,
24  libpopt,
25  libglib2.0,
26  libreadline4
27 Recommends: captive-lufs (= ${Source-Version})
28 Description: NTFS filesystem using Microsoft Windows drivers
29  Existing binary Microsoft Windows file system drivers were exploited
30  for accessing drives with possibly proprietary file system data structures.
31  Open file system API is provided to access these file system drivers.
32  Microsoft Windows system components required by these drivers
33  were analyzed and successfuly emulated in the GNU/Linux operating system.
34  .
35  The implementation allows applications running under the GNU/Linux operating
36  system to access NTFS drives. File system driver compatibility with VFAT,
37  ISO9660 and EXT2 is also provided.
38
39 Package: captive-lufs
40 Architecture: i386
41 Depends: captive (= ${Source-Version}),
42  lufs
43 Description: LUFS module for Microsoft Windows platform filesystem access.
44  LUFS is a hybrid userspace filesystem framework.
45  .
46  Package provides LUFS filesystem module to access Microsoft Windows platform
47  filesystems such as NTFS.
48
49 Package: captive-install
50 Architecture: i386
51 Depends: captive-lufs (= ${Source-Version}),
52  ntfsprogs,
53  libreadline4
54 Build-Depends: ntfsprogs-dev,
55  libreadline4-dev
56 Description: Instant installer for Microsoft Windows platform filesystem access.
57  Package provides easy enough unattended installation of Microsoft Windows
58  platform filesystem access. Installer finds available NTFS partitions and
59  tries to acquire needed Microsoft Windows filesystem driver files.