mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-26 05:45:35 +00:00
Linux Software RAID devices are blacklisted now. (backported from Debian).
Attributes tab is before the capabilities tab now.
A man page has been generously contributed by Giuseppe Iuculano
<giuseppe@iuculano.it>.
Smartctl version now includes the CVS snapshot date (if available).
Windows: Look for "smartctl-nc.exe" instead of "smartctl.exe" by default.
Windows: Use smartmontools-supplied smartctl-nc.exe by default (if found).
Other minor changes (mainly Debian backports).
22 lines
962 B
Plaintext
22 lines
962 B
Plaintext
Source: gsmartcontrol
|
|
Section: utils
|
|
Priority: extra
|
|
Homepage: http://gsmartcontrol.berlios.de/
|
|
Maintainer: Alexander Shaduri <ashaduriREMOVETHIS@gmail.com>
|
|
# technically, we don't need libglademm if gtkmm >= 2.12, but it won't get
|
|
# into Depends if it's not needed, so let's leave it here.
|
|
Build-Depends: debhelper (>= 5), autotools-dev,
|
|
libpcre3-dev, libgtkmm-2.4-dev (>= 2.6.0), libglademm-2.4-dev
|
|
Standards-Version: 3.7.3
|
|
|
|
Package: gsmartcontrol
|
|
Architecture: any
|
|
#Depends: ${shlibs:Depends}, ${misc:Depends}, smartmontools
|
|
Depends: ${shlibs:Depends}, smartmontools
|
|
Description: Hard disk drive health inspection tool
|
|
GSmartControl is a graphical user interface for smartctl (from smartmontools
|
|
package), which is a tool for querying and controlling SMART
|
|
(Self-Monitoring, Analysis, and Reporting Technology) data on modern hard
|
|
disk drives. It allows you to inspect the drive's SMART data to determine its
|
|
health, as well as run various tests on it.
|