Fixed debian packaging man pages.
[ntfsprogs.git] / debian / control
1 Source: ntfsprogs
2 Section: contrib/base
3 Priority: optional
4 Maintainer: Jan Kratochvil <project-captive@jankratochvil.net>
5 Standards-Version: 3.5.2
6
7 Package: ntfsprogs
8 Architecture: i386
9 Description: NTFS filesystem libraries and utilities
10  The Linux-NTFS project (http://linux-ntfs.sf.net/) aims to bring full support
11  for the NTFS filesystem to the Linux operating system. Linux-NTFS currently
12  consists of a static library and utilities. This package contains the following
13  utilities:
14         NtfsFix - Attempt to fix an NTFS partition that has been damaged by the
15  Linux NTFS driver. It should be run every time after you have used the Linux
16  NTFS driver to write to an NTFS partition to prevent massive data corruption
17  from happening when Windows mounts the partition.
18  IMPORTANT: Run this only *after* unmounting the partition in Linux but *before*
19  rebooting into Windows NT/2000! See man 8 ntfsfix for details.
20         mkntfs - Format a partition with the NTFS filesystem. See man 8 mkntfs
21  for command line options.
22         ntfslabel - Display/change the label of an NTFS partition. See man 8
23  ntfslabel for details.
24         ntfsundelete - Recover deleted files from an NTFS volume.  See man 8
25  ntfsundelete for details.
26         ntfsresize - Resize an NTFS volume. See man 8 ntfsresize for details.
27
28 Package: ntfsprogs-dev
29 Architecture: i386
30 Depends: ntfsprogs (= ${Source-Version})
31 Description: files required to compile software that uses libntfs
32  This package includes the header files and libraries needed to link software
33  with libntfs.