From ee1b0cc3814f5e54cadde518130b019f048b3be2 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 22 Nov 2011 01:34:17 +0100 Subject: added debian folder --- debian/control | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..15dbf48 --- /dev/null +++ b/debian/control @@ -0,0 +1,82 @@ +Source: mate-sensors-applet +Section: mate +Priority: optional +Maintainer: Stefano Karapetsas +Build-Depends: + autoconf, + automake, + debhelper, + docbook-xml, + mate-common, + mate-doc-utils, + mate-doc-utils-gnome | gnome-doc-utils, + intltool, + libatasmart-dev [!kfreebsd-i386 !kfreebsd-amd64], + libcairo2-dev, + libdbus-glib-1-dev, + libglib2.0-dev, + libmate-dev, + libmateui-dev, + libgtk2.0-dev, + libmatenotify-dev, + libmatepanelapplet-dev, + libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64], + libtool, + libxml-parser-perl, + rarian-compat +Standards-Version: 3.9.2 +Homepage: https://github.com/stefano-k/mate-sensors-applet + +Package: mate-sensors-applet +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: hddtemp +Description: Display readings from hardware sensors in your Mate panel + MATE Sensors Applet is an applet for the MATE panel that displays + readings from hardware sensors, including temperatures, fan speeds and + voltage readings. + . + It can gather data from the following sources: + * ACPI thermal zones, via the Linux kernel ACPI modules + * Linux kernel i2c modules + * lm-sensors (libsensors) + * Linux kernel i8k module (for Dell Inspiron Laptops) + * Linux kernel ibm-acpi module + * Linux kernel PowerPC modules therm_adt746x and therm_windtunnel + * Linux kernel iMac G5 Windfarm module + * hddtemp daemon for reading temperatures from S.M.A.R.T. equipped hard disks + * Linux kernel Omnibook module + * NVIDIA graphics cards (with separate sensors-applet-nvidia package) + * Linux kernel sonypi module (for Sony Vaio laptops) + . + Alarms can be set for each sensor to notify the user once a certain high or + low value has been reached, and can be configured to execute a given command + at given repeated intervals. + +Package: libmatesensorsappletplugin +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Library for plugins for the 'mate-sensors-applet' package + MATE Sensors Applet is an applet for the MATE panel that displays + readings from hardware sensors, including temperatures, fan speeds and + voltage readings. + . + This package contains the library that is used to create plugins for + the applet. + +Package: libmatesensorsappletplugin-dev +Architecture: any +Section: libdevel +Depends: + libmatesensorsappletplugin (= ${binary:Version}), + libglib2.0-dev, + ${shlibs:Depends}, + ${misc:Depends} +Description: Create plugins for the 'mate-sensors-applet' package + MATE Sensors Applet is an applet for the MATE panel that displays + readings from hardware sensors, including temperatures, fan speeds and + voltage readings. + . + This package contains the files necessary to develop plugins for the + applet. -- cgit v1.2.1