+Debian packaging.
[ntfsprogs.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..2e1249b
--- /dev/null
@@ -0,0 +1,33 @@
+Source: ntfsprogs
+Section: contrib/base
+Priority: optional
+Maintainer: Jan Kratochvil <project-captive@jankratochvil.net>
+Standards-Version: 3.5.2
+
+Package: ntfsprogs
+Architecture: i386
+Description: NTFS filesystem libraries and utilities
+ The Linux-NTFS project (http://linux-ntfs.sf.net/) aims to bring full support
+ for the NTFS filesystem to the Linux operating system. Linux-NTFS currently
+ consists of a static library and utilities. This package contains the following
+ utilities:
+       NtfsFix - Attempt to fix an NTFS partition that has been damaged by the
+ Linux NTFS driver. It should be run every time after you have used the Linux
+ NTFS driver to write to an NTFS partition to prevent massive data corruption
+ from happening when Windows mounts the partition.
+ IMPORTANT: Run this only *after* unmounting the partition in Linux but *before*
+ rebooting into Windows NT/2000! See man 8 ntfsfix for details.
+       mkntfs - Format a partition with the NTFS filesystem. See man 8 mkntfs
+ for command line options.
+       ntfslabel - Display/change the label of an NTFS partition. See man 8
+ ntfslabel for details.
+       ntfsundelete - Recover deleted files from an NTFS volume.  See man 8
+ ntfsundelete for details.
+       ntfsresize - Resize an NTFS volume. See man 8 ntfsresize for details.
+
+Package: ntfsprogs-dev
+Architecture: i386
+Depends: ntfsprogs (= ${Source-Version})
+Description: files required to compile software that uses libntfs
+ This package includes the header files and libraries needed to link software
+ with libntfs.