summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..14c5c30
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: acpitail
+Section: utils
+Priority: optional
+Maintainer: Tobias Klauser <tklauser@access.unizh.ch>
+Build-Depends: debhelper (>= 5), libacpi-dev
+Standards-Version: 3.7.2
+
+Package: acpitail
+Architecture: i386 amd64 ia64
+Depends: ${shlibs:Depends}
+Description: Show ACPI information in a tail-like style
+ acpitail shows ACPI status information about battery, fan and
+ temperature in a tail-like way. As soon as a value changes, the new
+ value gets appended to the current output.
+ .
+ Homepage: <http://www.vanheusden.com/acpitail/>