summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-01-16 13:45:21 +0000
committerLennart Poettering <lennart@poettering.net>2005-01-16 13:45:21 +0000
commit24202b43477138362a0ff791f3849a7db57aae4c (patch)
tree3350bfff3b05842c3787288fbb28d61577c8cd68
parent4d79d9337c0546e855769b53755d96d9da23f26b (diff)
add debian directory
git-svn-id: file:///home/lennart/svn/public/heatload/trunk@18 3bca8330-beed-0310-b360-ea58cfc96e4b
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-rw-r--r--debian/copyright11
-rw-r--r--debian/dirs1
-rw-r--r--debian/docs2
-rwxr-xr-xdebian/rules7
7 files changed, 44 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f090365
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,8 @@
+heatload (0.3-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Lennart Poettering <mzqrovna@0pointer.de> Sun, 16 Jan 2005 14:36:07 +0100
+
+
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..149b682
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: heatload
+Section: utils
+Priority: optional
+Maintainer: Lennart Poettering <mzqrovna@0pointer.de>
+Build-Depends: cdbs, debhelper (>= 4.0.0), lynx, libgtkmm-2.4-dev
+Standards-Version: 3.6.0
+
+Package: heatload
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A GTK utility written for creating realtime graphs of the current CPU load and ACPI temperature.
+ heatload is a tool for Linux which plots the CPU load against the CPU
+ temperature as measured by the ACPI subsystem. See this screenshot
+ for an impression of its output.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..849296d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,11 @@
+This package was debianized by Lennart Poettering <mzqrovna@0pointer.de>
+
+It was downloaded from http://0pointer.de/lennart/projects/heatload/
+
+Upstream Author: Lennart Poettering
+
+Copyright:
+
+You are free to distribute this software under the terms of the GNU General
+Public License. On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..13941e5
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+doc/README.html
+doc/style.css
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5ed88a0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_INSTALL_DOCS_ALL=
+
+include /usr/share/cdbs/1/class/autotools.mk