1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: udftools
Section: otherosfs
Priority: optional
Maintainer: Pali Rohár <pali.rohar@gmail.com>
Build-Depends: debhelper (>= 11~), pkg-config, udev, libreadline-dev
Standards-Version: 4.3.0
Homepage: https://github.com/pali/udftools
Package: udftools
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: udev
Suggests: dvd+rw-tools, udfclient
Description: tools for UDF filesystems and DVD/CD-R(W) drives
This package contains a number of user-space tools related to
creating filesystems in the UDF (Universal Disk Format), which is
primarily used for DVDs, but sometimes also CD-ROMs and HDDs:
.
mkudffs - Format a device, creating an empty UDF filesystem
udflabel - show or change UDF filesystem label
udfinfo - show information about UDF filesystem
wrudf - Maintains a UDF filesystem
cdrwtool - Low-level drive management (e.g. set writing speed, format)
pktsetup - Set up a packet writing device (/dev/pktcdvd0) for a drive
|