From 24202b43477138362a0ff791f3849a7db57aae4c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 16 Jan 2005 13:45:21 +0000 Subject: add debian directory git-svn-id: file:///home/lennart/svn/public/heatload/trunk@18 3bca8330-beed-0310-b360-ea58cfc96e4b --- debian/changelog | 8 ++++++++ debian/compat | 1 + debian/control | 14 ++++++++++++++ debian/copyright | 11 +++++++++++ debian/dirs | 1 + debian/docs | 2 ++ debian/rules | 7 +++++++ 7 files changed, 44 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/dirs create mode 100644 debian/docs create mode 100755 debian/rules 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 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 +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 + +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 -- cgit