Import Debian changes 1.05+ds-2
hd-idle (1.05+ds-2) unstable; urgency=medium . * No-change, Source-only upload . hd-idle (1.05+ds-1) unstable; urgency=medium . * Initial release. Closes: #924749
This commit is contained in:
24
debian/control
vendored
24
debian/control
vendored
@@ -1,16 +1,20 @@
|
||||
Source: hd-idle
|
||||
Maintainer: Alexandre Mestiashvili <mestia@debian.org>
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Andoni del Olmo <andoni.delolmo@gmail.com>
|
||||
Build-Depends: debhelper (>=9), golang-go:native (>= 1.3.3), dh-golang
|
||||
Build-Depends: debhelper (>= 12~)
|
||||
Standards-Version: 4.3.0
|
||||
Vcs-Browser: https://github.com/adelolmo/hd-idle
|
||||
Vcs-Git: https://github.com/adelolmo/hd-idle.git
|
||||
Homepage: https://github.com/adelolmo/hd-idle
|
||||
Vcs-Browser: https://salsa.debian.org/debian/hd-idle
|
||||
Vcs-Git: https://salsa.debian.org/debian/hd-idle.git
|
||||
Homepage: http://hd-idle.sf.net
|
||||
|
||||
Package: hd-idle
|
||||
Architecture: any
|
||||
Description: Spin down idle hard disks
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: lsb-base,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: Spin down idle [USB] hard disks
|
||||
hd-idle is a utility program for spinning-down external disks after a period
|
||||
of idle time. Since most external IDE disk enclosures don't support setting
|
||||
the IDE idle timer, a program like hd-idle is required to spin down idle disks
|
||||
@@ -22,3 +26,11 @@ Description: Spin down idle hard disks
|
||||
stress the spin-up causes on the spindle motor and bearings. It seems that
|
||||
manufacturers recommend a minimum idle time of 3-5 minutes, the default in
|
||||
hd-idle is 10 minutes.
|
||||
.
|
||||
One more word of caution: hd-idle will spin down any disk accessible via the
|
||||
SCSI layer (USB, IEEE1394, ...) but it will not work with real SCSI disks
|
||||
because they don't spin up automatically. Thus it's not called scsi-idle and
|
||||
It is not recommended to use it on a real SCSI system unless you have a kernel
|
||||
patch that automatically starts the SCSI disks after receiving a sense buffer
|
||||
indicating the disk has been stopped. Without such a patch, real SCSI disks
|
||||
won't start again and you can as well pull the plug.
|
||||
|
||||
Reference in New Issue
Block a user