]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - debian/control
Add exfatprogs release signing key. ID D58529CC5376E36D6E1E6F6234F230FAF78E48D3 Hyunc...
[sven/exfatprogs.git] / debian / control
1 Source: exfatprogs
2 Section: otherosfs
3 Priority: optional
4 Maintainer: Sven Hoexter <hoexter@debian.org>
5 Build-Depends: debhelper-compat (= 13), pkg-config
6 Standards-Version: 4.5.0
7 Rules-Requires-Root: no
8 Homepage: https://github.com/exfatprogs/exfatprogs
9 Vcs-Git: https://git.sven.stormbind.net/exfatprogs.git
10 Vcs-Browser: https://git.sven.stormbind.net/?p=sven/exfatprogs.git
11
12 Package: exfatprogs
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Conflicts: exfat-utils
16 Description: tools to create, check and label exFAT filesystems
17  Tools to manage extended file allocation table filesystem.
18  This package provides tools to create, check and label the
19  filesystem. It contains
20   - mkfs.exfat to create an exFAT filesystem
21   - fsck.exfat to check and repair an exFAT filesystem
22   - tune.exfat to print and edit the filesystem label
23  The tools included in this package are the exfatprogs
24  maintained by Samsung engineers, who provided Linux exFAT
25  support. A similar but independent implementation of these
26  tools, written by the author of the exfat-fuse implementation,
27  are available in the exfat-utils package.