mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-26 05:45:35 +00:00
A random "Smartctl returned an empty output" error on Windows was fixed.
Thanks to Zurab Khetsuriani for testing.
Fixed a parser issue which prevented running self-tests in Windows.
The supplied icon (hopefully) shows correctly in Windows 2000 now.
This release adds an official support for Windows 2000 SP4.
Added scripts to allow GSmartControl to read smartctl data from
cron-generated files. This allows users to read somewhat recent
smartctl information without having to run GSmartControl as root.
Generously contributed by Alex Butcher <alex dot butcher 'at'
assursys.co.uk>.
Configure script correctly aborts instead of printing a warning if gtkmm
or libglademm (if needed) is not found.
Configure script now accepts --enable-windows-console,
--disable-abort-if-no-gtkmm, --disable-abort-if-no-glade-reader,
as well as Windows-supporting "auto" for --enable-nsis-wine and
--with-nsis.
Configure's --with-win32-env has been renamed to --with-windows-dlls.
The "About" dialog shows version information now.
Minor bugs were fixed.
23 lines
1005 B
Plaintext
23 lines
1005 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, see http://smartmontools.sourceforge.net), 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.
|