summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:16:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:16:45 +0000
commit6297f38964c434016cdf0e11d2712e5e3639a484 (patch)
tree58e335b0eb9d798963e855706f59baf6fe659c6f /debian/control
parentAdding upstream version 1.2.2. (diff)
downloadexfatprogs-debian/1.2.2-1.tar.xz
exfatprogs-debian/1.2.2-1.zip
Adding debian version 1.2.2-1.debian/1.2.2-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..59624d7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: exfatprogs
+Section: otherosfs
+Priority: optional
+Maintainer: Sven Hoexter <hoexter@debian.org>
+Build-Depends: debhelper-compat (= 13), pkg-config
+Standards-Version: 4.6.2
+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}
+Description: exFAT file system utilities
+ Tools to manage extended file allocation table filesystem.
+ This package provides tools to create, check, dump 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 volume label or serial
+ - dump.exfat to show on-disk information of an exFAT filesystem
+ - exfat2img to dump exFAT metadata
+ The tools included in this package are the exfatprogs
+ maintained by Samsung and LG engineers, who provided Linux exFAT
+ support.