debian/0000755000000000000000000000000012152126205007162 5ustar debian/README.source0000644000000000000000000000350712152126205011346 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. To configure quilt to use debian/patches instead of patches, you want either to export QUILT_PATCHES=debian/patches in your environment or use this snippet in your ~/.quiltrc: for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then export QUILT_PATCHES=debian/patches fi done To get the fully patched source after unpacking the source package, cd to the root level of the source package and run: quilt push -a The last patch listed in debian/patches/series will become the current patch. To add a new set of changes, first run quilt push -a, and then run: quilt new where is a descriptive name for the patch, used as the filename in debian/patches. Then, for every file that will be modified by this patch, run: quilt add before editing those files. You must tell quilt with quilt add what files will be part of the patch before making changes or quilt will not work properly. After editing the files, run: quilt refresh to save the results as a patch. Alternately, if you already have an external patch and you just want to add it to the build system, run quilt push -a and then: quilt import -P /path/to/patch quilt push -a (add -p 0 to quilt import if needed). as above is the filename to use in debian/patches. The last quilt push -a will apply the patch to make sure it works properly. To remove an existing patch from the list of patches that will be applied, run: quilt delete You may need to run quilt pop -a to unapply patches first before running this command. debian/docs0000644000000000000000000000003412152126205010032 0ustar AUTHORS.txt README.txt TODO debian/gsmartcontrol.install0000644000000000000000000000004212152126205013444 0ustar debian/gsmartcontrol-root usr/bin debian/rules0000755000000000000000000000305012152126205010240 0ustar #!/usr/bin/make -f # -*- makefile -*- #export DH_VERBOSE=1 export DEB_BUILD_HARDENING=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) else CROSS= --build $(DEB_BUILD_GNU_TYPE) endif config.status: configure dh_testdir ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif dh_auto_configure build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status $(QUILT_STAMPFN) dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean rm -f config.sub config.guess dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/gsmartcontrol install binary-indep: install binary-arch: install dh_testdir dh_testroot dh_installchangelogs NEWS dh_installdocs dh_installmenu dh_installman dh_link dh_install dh_strip dh_compress dh_fixperms dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/changelog0000644000000000000000000001012712152126205011035 0ustar gsmartcontrol (0.8.7-1) unstable; urgency=low * [314881d] Updated debian/watch * [18ebada] Imported Upstream version 0.8.7 * [c2a1f1b] debian/rules: Provide build-arch and build-indep * [d3036a4] Enabled Hardening Options * [2edfb87] Refreshed patches and removed patches apllied upstream * [ac3b953] Bump to standard versions 3.9.4 * [292c276] Remove quilt from depends -- Giuseppe Iuculano Fri, 31 May 2013 11:41:52 +0200 gsmartcontrol (0.8.6-1.2) unstable; urgency=low * Non-maintainer upload. * Fix "ftbfs with GCC-4.7": add patch 05_gcc-4.7.patch from Paul Tagliamonte (adds this-> qualifier). Closes: #667194 -- gregor herrmann Sun, 22 Apr 2012 14:32:59 +0200 gsmartcontrol (0.8.6-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS with glib 2.32": add patch 04_glib2.31.patch from Alexander Shaduri. (Closes: #665677, LP: #935155 -- gregor herrmann Sun, 08 Apr 2012 14:19:47 +0200 gsmartcontrol (0.8.6-1) unstable; urgency=low * [dbb993d] Updated my email address and removed DM-Upload-Allowed control field * [b681b5b] Imported Upstream version 0.8.6 * [ab9bb7a] Refreshed patches * [a909506] Bump to Standards-Version 3.9.2, no changes needed * [48dd13d] Switch to dpkg-source 3.0 (quilt) format -- Giuseppe Iuculano Fri, 15 Jul 2011 14:59:29 +0200 gsmartcontrol (0.8.5-2) unstable; urgency=low * [8240961] Add menu in Depends (Closes: #548232) (LP: #438394) -- Giuseppe Iuculano Tue, 29 Sep 2009 23:04:43 +0200 gsmartcontrol (0.8.5-1) unstable; urgency=low * [7f4b7f6] Imported Upstream version 0.8.5 * [51d2a10] Refreshed patches * [8c6daef] Updated to Standards-Version 3.8.3 (no changes needed) * [30bc489] Added a README.source -- Giuseppe Iuculano Tue, 15 Sep 2009 09:52:00 +0200 gsmartcontrol (0.8.4-2) unstable; urgency=low * [d6e1ccc] debian/patches/03_gcc4.4.patch: Added a missing include and fix FTBFS with GCC 4.4 (Closes: #525734) -- Giuseppe Iuculano Mon, 11 May 2009 12:43:43 +0200 gsmartcontrol (0.8.4-1) unstable; urgency=low * [56eb25b] Fix a typo in the previous changeleg entry * [74046f6] New Upstream Version 0.8.4 * [8fdb261] debian/patches/03_blacklist_md_devices.patch: Removed * [bdbe2af] debian/rules: Do not install debian/gsmartcontrol.1, now it is in upstream * [62c0daa] Updated watch file * [bc779d0] debian/rules: use dh_auto_configure * [07120d7] Updated to standards version 3.8.1 (No changes needed) -- Giuseppe Iuculano Thu, 26 Mar 2009 23:18:40 +0100 gsmartcontrol (0.8.3-3) unstable; urgency=low * [7468f7c] debian/control: Fix Vcs-Browser field * [5c94558] debian/gsmartcontrol.1: gsmartcontrol supports quite a number of options, added to manpage. Thanks Alexander Shaduri * [f8e620b] debian/gsmartcontrol-root: The gsmartcontrol-root script was incompatible with the original one, which uses the first argument for desktop selection. Fixed, thanks Alexander Shaduri * [10861d9] debian/copyright: gsmartcontrol is released under either GPL 2 or GPL 3 but not any other version, so point to both of the specific versions of the GPL that the package license references and fix copyright-refers-to-versionless-license-file lintian warning. -- Giuseppe Iuculano Wed, 04 Feb 2009 12:18:06 +0100 gsmartcontrol (0.8.3-2) unstable; urgency=low * [2cc4a61] debian/rules: Do not use --enable-optimize-options in configure, and fix FTBFS -- Giuseppe Iuculano Sun, 01 Feb 2009 12:13:20 +0100 gsmartcontrol (0.8.3-1) unstable; urgency=low * Initial release (Closes: #508512) * debian/patches/01_use_su-to-root.patch: use su-to-root instead of upstream gsmartcontrol-root script * debian/patches/02_fix_doc_install.patch: Do not install doc and license files * debian/patches/03_blacklist_md_devices.patch: do not scan /dev/md[0-9] devices -- Giuseppe Iuculano Mon, 29 Dec 2008 09:57:37 +0100 debian/gsmartcontrol-root0000755000000000000000000000013012152126205012761 0ustar #!/bin/sh if test $# -gt 0; then shift; fi su-to-root -X -c 'gsmartcontrol $@' exit $? debian/source/0000755000000000000000000000000012152126205010462 5ustar debian/source/format0000644000000000000000000000001412152126205011670 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012152126205010611 5ustar debian/patches/series0000644000000000000000000000010112152126205012016 0ustar 01_use_su-to-root.patch 02_fix_doc_install.patch 03_gcc4.4.patch debian/patches/02_fix_doc_install.patch0000644000000000000000000000355312152126205015302 0ustar Do not install doc and license files Index: gsmartcontrol/Makefile.am =================================================================== --- gsmartcontrol.orig/Makefile.am 2013-05-31 10:42:50.524011805 +0200 +++ gsmartcontrol/Makefile.am 2013-05-31 10:42:50.516011804 +0200 @@ -12,21 +12,6 @@ # For the files to be bundled with the distribution, specify them in # one of the following. -# These will be installed into docdir. -# Some of these files are actually needed for compilation (see src/res/Makefile.am). -dist_doc_DATA = AUTHORS.txt ChangeLog NEWS README.txt \ - LICENSE_boost_1_0.txt \ - LICENSE_bsd-ac.txt \ - LICENSE_bsd-ucb.txt \ - LICENSE_gpl2.txt \ - LICENSE_gpl3.txt \ - LICENSE_gsmartcontrol.txt \ - LICENSE_hz.txt \ - LICENSE_pcrecpp.txt \ - LICENSE_unlicense.txt \ - LICENSE_zlib.txt - - # nobase_ preserves their directory names. nobase_dist_doc_DATA = contrib/cron-based_noadmin/README \ contrib/cron-based_noadmin/cron_gather_smart.sh \ Index: gsmartcontrol/Makefile.in =================================================================== --- gsmartcontrol.orig/Makefile.in 2013-05-31 10:42:50.524011805 +0200 +++ gsmartcontrol/Makefile.in 2013-05-31 10:42:50.520011806 +0200 @@ -276,21 +276,6 @@ # For the files to be bundled with the distribution, specify them in # one of the following. -# These will be installed into docdir. -# Some of these files are actually needed for compilation (see src/res/Makefile.am). -dist_doc_DATA = AUTHORS.txt ChangeLog NEWS README.txt \ - LICENSE_boost_1_0.txt \ - LICENSE_bsd-ac.txt \ - LICENSE_bsd-ucb.txt \ - LICENSE_gpl2.txt \ - LICENSE_gpl3.txt \ - LICENSE_gsmartcontrol.txt \ - LICENSE_hz.txt \ - LICENSE_pcrecpp.txt \ - LICENSE_unlicense.txt \ - LICENSE_zlib.txt - - # nobase_ preserves their directory names. nobase_dist_doc_DATA = contrib/cron-based_noadmin/README \ contrib/cron-based_noadmin/cron_gather_smart.sh \ debian/patches/01_use_su-to-root.patch0000644000000000000000000000473712152126205015051 0ustar use su-to-root instead of upstream gsmartcontrol-root script Index: gsmartcontrol/data/Makefile.in =================================================================== --- gsmartcontrol.orig/data/Makefile.in 2013-05-31 10:41:55.416011645 +0200 +++ gsmartcontrol/data/Makefile.in 2013-05-31 10:41:55.408011647 +0200 @@ -38,7 +38,7 @@ target_triplet = @target@ subdir = data DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/gsmartcontrol-root.in \ + $(srcdir)/Makefile.in \ $(srcdir)/gsmartcontrol.desktop.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/autoconf.m4/ac_cxx_exceptions.m4 \ @@ -60,7 +60,7 @@ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = gsmartcontrol.desktop gsmartcontrol-root +CONFIG_CLEAN_FILES = gsmartcontrol.desktop CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ @@ -282,7 +282,6 @@ # Put everything inside the distribution EXTRA_DIST = $(appdata_DATA) gsmartcontrol.ico gsmartcontrol.xpm -bin_SCRIPTS = gsmartcontrol-root CLEANFILES = $(bin_SCRIPTS) all: all-recursive @@ -319,8 +318,6 @@ $(am__aclocal_m4_deps): gsmartcontrol.desktop: $(top_builddir)/config.status $(srcdir)/gsmartcontrol.desktop.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -gsmartcontrol-root: $(top_builddir)/config.status $(srcdir)/gsmartcontrol-root.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-binSCRIPTS: $(bin_SCRIPTS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" Index: gsmartcontrol/data/Makefile.am =================================================================== --- gsmartcontrol.orig/data/Makefile.am 2013-05-31 10:41:55.416011645 +0200 +++ gsmartcontrol/data/Makefile.am 2013-05-31 10:41:55.412011644 +0200 @@ -52,6 +52,5 @@ EXTRA_DIST = $(appdata_DATA) gsmartcontrol.ico gsmartcontrol.xpm -bin_SCRIPTS = gsmartcontrol-root CLEANFILES = $(bin_SCRIPTS) Index: gsmartcontrol/data/gsmartcontrol.desktop.in =================================================================== --- gsmartcontrol.orig/data/gsmartcontrol.desktop.in 2013-05-31 10:41:55.416011645 +0200 +++ gsmartcontrol/data/gsmartcontrol.desktop.in 2013-05-31 10:42:31.940011752 +0200 @@ -23,4 +23,4 @@ #X-KDE-RootOnly=true # Run with root permissions. -Exec="@prefix@/bin/gsmartcontrol-root" +Exec=su-to-root -X -c gsmartcontrol debian/patches/03_gcc4.4.patch0000644000000000000000000000103012152126205013110 0ustar Added a missing include and fix FTBFS with GCC 4.4 (Closes #525734) Index: gsmartcontrol/src/libdebug/dstream.h =================================================================== --- gsmartcontrol.orig/src/libdebug/dstream.h 2013-05-31 10:42:55.832011819 +0200 +++ gsmartcontrol/src/libdebug/dstream.h 2013-05-31 10:42:55.828011818 +0200 @@ -14,6 +14,7 @@ #include // std::ostream definition #include // std::streambuf definition +#include #include #include #include debian/watch0000644000000000000000000000012712152126205010213 0ustar version=3 http://sf.net/gsmartcontrol.berlios/gsmartcontrol-(.+)\.(?:tar\.gz|tar\.bz2) debian/copyright0000644000000000000000000002337412152126205011126 0ustar This package was debianized by: Giuseppe Iuculano on Fri, 12 Dec 2008 19:06:35 +0100 It was downloaded from: http://gsmartcontrol.berlios.de/home/index.php/en/Downloads Upstream Author: Alexander Shaduri Copyright: Copyright (C) 2008 Alexander Shaduri License: This product is multi-licensed under GNU GPL versions 2 and 3. You are free to choose which one you use This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) version 3 of the License. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License version 2 can be found in /usr/share/common-licenses/GPL-2. Version 3 can be found in /usr/share/common-licenses/GPL-3. The Debian packaging is: Copyright C) 2008, Giuseppe Iuculano and is licensed under the GPL, see above. All files which don't have any copyright notices, tests and examples are covered under the Whatever License Whatever License: THIS SOFTWARE IS PROVIDED 'AS-IS', WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN NO EVENT WILL THE AUTHORS BE HELD LIABLE FOR ANY DAMAGES ARISING FROM THE USE OF THIS SOFTWARE. Everyone is permitted to copy and distribute verbatim or modified copies of this license document. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely. src/hz Library License The HZ library contains software licensed under several different licenses. This is due to HZ including portions of other software. All original code (except for the tests) is licensed under the Zlib License. Zlib License THIS SOFTWARE IS PROVIDED 'AS-IS', WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN NO EVENT WILL THE AUTHORS BE HELD LIABLE FOR ANY DAMAGES ARISING FROM THE USE OF THIS SOFTWARE. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. All tests and examples are covered under the Whatever License. See above. src/hz/string_wcmatch.h, src/hz/ascii.h are copyright Regents of the University of California. Copyright (c) 1987, 1989, 1990, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. src/hz/stream_cast.h, src/hz/any_type_holder.h, src/hz/stream_cast.h, src/hz/any_type.h: (C) 2000 - 2008 Kevlin Henney (C) 2008 Alexander Shaduri License: Boost 1.0 Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. src/hz/buffer.h: (C) 2006 Applied Informatics Software Engineering GmbH (C) 2008 Alexander Shaduri License: Boost 1.0, see above. src/hz/intrusive_ptr.h: (C) 2001 - 2008 Peter Dimov (C) 2008 Alexander Shaduri License: Boost 1.0, see above. src/hz/noncopyable.h: (C) 1999 - 2008 Beman Dawes (C) 2008 Alexander Shaduri License: Boost 1.0, see above. src/rmn/* (C) 2003 - 2008 Irakli Elizbarashvili (C) 2008 Alexander Shaduri License: This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. src/pcrecpp/* Copyright (c) 2005, Google Inc. All rights reserved License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This product includes icons from Crystal Project, copyright 2006-2007 Everaldo Coelho. http://www.everaldo.com/crystal, http://www.yellowicon.com . Crystal Project icons are licensed under GNU LGPL. See aboove. debian/compat0000644000000000000000000000000212152126205010360 0ustar 7 debian/control0000644000000000000000000000254212152126205010570 0ustar Source: gsmartcontrol Section: utils Priority: extra Maintainer: Giuseppe Iuculano Build-Depends: debhelper (>= 7), autotools-dev, libpcre3-dev, libgtkmm-2.4-dev (>= 2.6.0), libglademm-2.4-dev, hardening-wrapper Standards-Version: 3.9.4 Homepage: http://gsmartcontrol.berlios.de Vcs-Git: git://git.debian.org/git/users/derevko-guest/gsmartcontrol.git Vcs-Browser: http://git.debian.org/?p=users/derevko-guest/gsmartcontrol.git Package: gsmartcontrol Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, smartmontools, menu Description: graphical user interface for smartctl GSmartControl is a graphical user interface for smartctl, 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. . Features: . * automatically reports and highlights any anomalies; * allows enabling/disabling Automatic Offline Data Collection; * allows enabling/disabling SMART itself; * supports configuration of global and per-drive options for smartctl; * performs SMART self-tests; * displays drive IDs, capabilities, attributes, and self-test/error logs; * can read in smartctl data from a saved file, interpreting it as a read-only virtual device. debian/menu0000644000000000000000000000034712152126205010055 0ustar ?package(gsmartcontrol):needs="X11" section="Applications/System/Hardware"\ title="GSmartControl" command="su-to-root -X -c gsmartcontrol"\ longtitle="Hard Disk Health Inspection"\ icon="/usr/share/pixmaps/gsmartcontrol.xpm"