Build-Depends: +debhelper (as suggested by dh_make(1)).
[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  cvs2cl,
7  make,
8  autoconf,
9  liborbit2-dev,
10  libssl-dev,
11  libgnomevfs2-dev,
12  libxml2-dev,
13  libpopt-dev,
14  libglib2.0-dev,
15  gettext,
16  libreadline4-dev,
17  libbonobo2-dev,
18  lufs-utils,
19  libtool (>= 1.5),
20  automake (>= 1.6) | automake1.6,
21  gcc (>= 3.0) | gcc-3.0,
22  gtk-doc-tools (>= 1.1)
23 Standards-Version: 3.5.2
24
25 Package: captive
26 Architecture: i386
27 Depends: liborbit2,
28  libssl,
29  libxml2,
30  libpopt,
31  libglib2.0,
32  libreadline4
33 Suggests: libgnomevfs2
34 Recommends: lufs-utils
35 Description: NTFS filesystem using Microsoft Windows drivers
36  Existing binary Microsoft Windows file system drivers were exploited
37  for accessing drives with possibly proprietary file system data structures.
38  Open file system API is provided to access these file system drivers.
39  Microsoft Windows system components required by these drivers
40  were analyzed and successfuly emulated in the GNU/Linux operating system.
41  The implementation allows applications running under the GNU/Linux operating
42  system to access NTFS drives. File system driver compatibility with VFAT,
43  ISO9660 and EXT2 is also provided.