• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Source: sg3-utils
2Section: admin
3Priority: optional
4Maintainer: Eric Schwartz (Skif) <emschwar@debian.org>
5Build-Depends: debhelper (>> 7), libtool, libcam-dev [kfreebsd-i386 kfreebsd-amd64]
6Standards-Version: 3.8.2
7
8Package: sg3-utils
9Architecture: any
10Depends: ${shlibs:Depends}
11Conflicts: sg-utils, cdwrite
12Replaces: sg-utils
13Description: utilities for devices using the SCSI command set.
14 Most OSes have SCSI pass-through interfaces that enable user space programs
15 to send SCSI commands to a device and fetch the response. With SCSI to ATA
16 Translation (SAT) many ATA disks now can process SCSI commands. Typically
17 each utility in this package implements one SCSI command. See the draft
18 standards at www.t10.org for SCSI command definitions plus SAT. ATA
19 commands are defined in the draft standards at www.t13.org . For a mapping
20 between supported SCSI and ATA commands and utility names in this package
21 see the COVERAGE file. Also some support for NVMe devices, especially via
22 sg_ses to NVMe enclsoures.
23
24Package: libsgutils2-2
25Section: libs
26Depends: ${shlibs:Depends}
27Architecture: any
28Conflicts: libsgutils2
29Replaces: libsgutils2
30Suggests: sg3-utils
31Description: utilities for devices using the SCSI command set (shared libraries)
32 Shared library used by the utilities in the sg3-utils package.
33
34Package: libsgutils2-dev
35Section: libdevel
36Architecture: any
37Depends: libsgutils2-2 (= ${binary:Version}), ${shlibs:Depends}, ${kfreebsd:Depends}
38Conflicts: libsgutils1-dev
39Suggests: sg3-utils
40Description: utilities for devices using the SCSI command set (developer files)
41 Developer files (i.e. headers and a static library) which are associated with
42 the utilities in the sg3-utils package.
43
44