File: control

package info (click to toggle)
exfatprogs 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,768 kB
  • sloc: sh: 4,154; ansic: 4,135; makefile: 46
file content (27 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: exfatprogs
Section: otherosfs
Priority: optional
Maintainer: Sven Hoexter <hoexter@debian.org>
Build-Depends: debhelper-compat (= 13), pkg-config
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/exfatprogs/exfatprogs
Vcs-Git: https://git.sven.stormbind.net/exfatprogs.git
Vcs-Browser: https://git.sven.stormbind.net/?p=sven/exfatprogs.git

Package: exfatprogs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: exfat-utils
Description: tools to create, check and label exFAT filesystems
 Tools to manage extended file allocation table filesystem.
 This package provides tools to create, check and label the
 filesystem. It contains
  - mkfs.exfat to create an exFAT filesystem
  - fsck.exfat to check and repair an exFAT filesystem
  - tune.exfat to print and edit the filesystem label
 The tools included in this package are the exfatprogs
 maintained by Samsung engineers, who provided Linux exFAT
 support. A similar but independent implementation of these
 tools, written by the author of the exfat-fuse implementation,
 are available in the exfat-utils package.