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