X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=2e1249b4d4d487363815ef539908bc6805df7e92;hb=7689c529f4ae0955b35242fc91058a68b3be3063;hp=0000000000000000000000000000000000000000;hpb=2ba606741c2a77ce7013a27d2fbfb49c15be7bcc;p=ntfsprogs.git diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2e1249b --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: ntfsprogs +Section: contrib/base +Priority: optional +Maintainer: Jan Kratochvil +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.