/
githubmirror
/
sg3_utils
Обзор
Документация
Войти
/
githubmirror
/
sg3_utils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
debian/control
45 строк
2 KB
Paul Evans
debian: modernize sg3_utils to make use of dh sequencer
05 май 2026, 19:49
05 май 2026, 19:49
732e908
Код
Авторство
О чём код?
Source: sg3-utils Section: admin Priority: optional Maintainer: Eric Schwartz (Skif) <emschwar@debian.org> Build-Depends: debhelper (>= 10), libtool, autoconf, libcam-dev [kfreebsd-i386 kfreebsd-amd64] Standards-Version: 4.7.0 Rules-Requires-Root: no Package: sg3-utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: sg-utils, cdwrite Replaces: sg-utils Description: utilities for devices using the SCSI command set. Most OSes have SCSI pass-through interfaces that enable user space programs to send SCSI commands to a device and fetch the response. With SCSI to ATA Translation (SAT) many ATA disks now can process SCSI commands. Typically each utility in this package implements one SCSI command. See the draft standards at www.t10.org for SCSI command definitions plus SAT. ATA commands are defined in the draft standards at www.t13.org . For a mapping between supported SCSI and ATA commands and utility names in this package see the COVERAGE file. Also some support for NVMe devices, especially via sg_ses to NVMe enclosures. Package: libsgutils2-2 Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Architecture: any Multi-Arch: same Conflicts: libsgutils2 Replaces: libsgutils2 Suggests: sg3-utils Description: utilities for devices using the SCSI command set (shared libraries) Shared library used by the utilities in the sg3-utils package. Package: libsgutils2-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libsgutils2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${kfreebsd:Depends} Conflicts: libsgutils1-dev Suggests: sg3-utils Description: utilities for devices using the SCSI command set (developer files) Developer files (i.e. headers and a static library) which are associated with the utilities in the sg3-utils package.