Check/require <libxml/xmlreader.h> for '--enable-install-pkg'.
[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 Recommends: captive-lufs (= ${Source-Version})
30 Description: NTFS filesystem using Microsoft Windows drivers
31  Existing binary Microsoft Windows file system drivers were exploited
32  for accessing drives with possibly proprietary file system data structures.
33  Open file system API is provided to access these file system drivers.
34  Microsoft Windows system components required by these drivers
35  were analyzed and successfuly emulated in the GNU/Linux operating system.
36  .
37  The implementation allows applications running under the GNU/Linux operating
38  system to access NTFS drives. File system driver compatibility with VFAT,
39  ISO9660 and EXT2 is also provided.
40
41 Package: captive-lufs
42 Architecture: i386
43 Depends: captive (= ${Source-Version}),
44  lufs,
45  libpopt0
46 Description: LUFS module for Microsoft Windows platform filesystem access.
47  LUFS is a hybrid userspace filesystem framework.
48  .
49  Package provides LUFS filesystem module to access Microsoft Windows platform
50  filesystems such as NTFS. Use filesystem type 'captive-ntfs' for NTFS disks.
51
52 Package: captive-install
53 Architecture: i386
54 Depends: captive-lufs (= ${Source-Version}),
55  ntfsprogs,
56  libreadline4,
57  libgnomeui-0,
58  libpopt0,
59  ntfsprogs-gnomevfs,
60  gnome-vfs-httpcaptive,
61  libxml2 (>= 2.4.29)
62 Description: Instant installer for Microsoft Windows platform filesystem access.
63  Package provides easy enough unattended installation of Microsoft Windows
64  platform filesystem access. Installer finds available NTFS partitions and
65  tries to acquire needed Microsoft Windows filesystem driver files.