summaryrefslogtreecommitdiffstats
path: root/debian/wheezy/applications/ksensors/debian/control
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 10:06:13 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 10:06:13 -0500
commit8d5bed7640a5505fbe21ee184f7908255251e512 (patch)
tree765407468d8dda616abdb32a80e8965c9e276aa1 /debian/wheezy/applications/ksensors/debian/control
parent3fbac94d736aa9c26be38aec4665545eadddb617 (diff)
downloadtde-packaging-8d5bed7640a5505fbe21ee184f7908255251e512.tar.gz
tde-packaging-8d5bed7640a5505fbe21ee184f7908255251e512.zip
Add initial packaging files for ksensors to Debian and Ubuntu
Diffstat (limited to 'debian/wheezy/applications/ksensors/debian/control')
-rw-r--r--debian/wheezy/applications/ksensors/debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/wheezy/applications/ksensors/debian/control b/debian/wheezy/applications/ksensors/debian/control
new file mode 100644
index 000000000..1e146a298
--- /dev/null
+++ b/debian/wheezy/applications/ksensors/debian/control
@@ -0,0 +1,19 @@
+Source: ksensors
+Section: kde
+Priority: optional
+Maintainer: Aurelien Jarno <aurel32@debian.org>
+Build-Depends: debhelper (>> 5), autotools-dev, automake1.7, autoconf, libtool, perl, libsensors4-dev, libqt3-mt-dev (>= 3:3.3.4-7), kdelibs4-dev (>= 4:3.4.2), imagemagick
+Build-Conflicts: autoconf2.13
+Standards-Version: 3.8.3
+Homepage: http://ksensors.sourceforge.net
+
+Package: ksensors
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, lm-sensors
+Recommends: hddtemp (>= 0.3beta2-1)
+Description: lm-sensors frontend for KDE
+ This is a lm-sensors frontend for KDE for monitoring a motherboard.
+ It allows you to access information from temperature and fan speed
+ sensors.
+ .
+ You will need lm-sensors kernel modules to use this package.