File: control

package info (click to toggle)
scsitools 0.15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: ansic: 3,154; tcl: 2,144; makefile: 48; sh: 41
file content (27 lines) | stat: -rw-r--r-- 980 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: scsitools
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.7.2.0
Build-Depends: debhelper-compat (= 13),
               dpkg-build-api (= 1),
               tk,
Vcs-Git: https://salsa.debian.org/debian/scsitools.git
Vcs-Browser: https://salsa.debian.org/debian/scsitools

Package: scsitools
Architecture: any
Depends: sysvinit-utils (>= 3.05-4~),
         sg3-utils (>= 1.24), ${misc:Depends}, ${shlibs:Depends}
Recommends: e2fsprogs
Conflicts: hwtools (<< 0.6)
Suggests: tk
Description: Collection of tools for SCSI hardware management
 This package is a collection of tools for manipulating SCSI hardware:
 .
  scsiinfo: displays SCSI drive low-level information and modifies SCSI
            drive settings,
  scsi-spin: program to manually spin up and down a SCSI device.
 .
 Beware that, to be used properly, these tools require some knowledge of
 what they're doing as they can cause damage to your system.