[Pkg-acpi-commits] r15 - in acpitail/trunk: . debian

tklauser-guest at alioth.debian.org tklauser-guest at alioth.debian.org
Sun Jul 6 14:15:44 UTC 2008


Author: tklauser-guest
Date: 2008-07-06 14:15:44 +0000 (Sun, 06 Jul 2008)
New Revision: 15

Added:
   acpitail/trunk/debian/
   acpitail/trunk/debian/acpitail.1
   acpitail/trunk/debian/changelog
   acpitail/trunk/debian/compat
   acpitail/trunk/debian/control
   acpitail/trunk/debian/copyright
   acpitail/trunk/debian/docs
   acpitail/trunk/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: acpitail/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: acpitail/trunk/debian/acpitail.1
===================================================================
--- acpitail/trunk/debian/acpitail.1	                        (rev 0)
+++ acpitail/trunk/debian/acpitail.1	2008-07-06 14:15:44 UTC (rev 15)
@@ -0,0 +1,39 @@
+.TH acpitail 1 "2007-08-04" "" ""
+.SH NAME
+acpitail \- Show ACPI information in a tail-like style
+.SH SYNOPSIS
+.B acpitail
+[OPTION]...
+.SH DESCRIPTION
+.B acpitail
+shows ACPI status information about battery, fan and temperature in a tail-like
+manner. As soon as a value changes, the new value gets appended to the current
+output.
+.SH OPTIONS
+.TP
+.B \-A \fIx\fR
+set update interval for AC state information to \fIx\fR seconds (default: 300)
+.TP
+.B \-B \fIx\fR
+set update interval for battery information to \fIx\fR seconds  (default: 15)
+.TP
+.B \-F \fIx\fR
+set update interval for fan information to \fIx\fR seconds  (default: 5)
+.TP
+.B \-Z \fIx\fR
+set update interval for zone information to \fIx\fR seconds (default: 5)
+.TP
+.B \-h
+show help
+.TP
+.B \-V
+show version information
+.SH AUTHORS
+.PP
+acpitail is developed by Folkert van Heusden <folkert at vanheusden.com>.
+This manual page was written by Tobias Klauser <tklauser at distanz.ch> for the Debian
+system (but may be used by others).
+.SH SEE ALSO
+.PP
+.BR libacpi(3),
+.BR yacpi(1)

Added: acpitail/trunk/debian/changelog
===================================================================
--- acpitail/trunk/debian/changelog	                        (rev 0)
+++ acpitail/trunk/debian/changelog	2008-07-06 14:15:44 UTC (rev 15)
@@ -0,0 +1,6 @@
+acpitail (0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #430022)
+  * Added manpage
+
+ -- Tobias Klauser <tklauser at access.unizh.ch>  Sat, 04 Aug 2007 18:59:17 +0200

Added: acpitail/trunk/debian/compat
===================================================================
--- acpitail/trunk/debian/compat	                        (rev 0)
+++ acpitail/trunk/debian/compat	2008-07-06 14:15:44 UTC (rev 15)
@@ -0,0 +1 @@
+5

Added: acpitail/trunk/debian/control
===================================================================
--- acpitail/trunk/debian/control	                        (rev 0)
+++ acpitail/trunk/debian/control	2008-07-06 14:15:44 UTC (rev 15)
@@ -0,0 +1,16 @@
+Source: acpitail
+Section: utils
+Priority: optional
+Maintainer: Tobias Klauser <tklauser at 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/>

Added: acpitail/trunk/debian/copyright
===================================================================
--- acpitail/trunk/debian/copyright	                        (rev 0)
+++ acpitail/trunk/debian/copyright	2008-07-06 14:15:44 UTC (rev 15)
@@ -0,0 +1,27 @@
+This package was debianized by Tobias Klauser <tklauser at access.unizh.ch> on
+Fri, 22 Jun 2007 18:59:39 +0200.
+
+It was downloaded from <http://www.vanheusden.com/acpitail/>.
+
+Upstream Author: Folkert van Heusden <folkert at vanheusden.com>
+
+License:
+
+        Copyright (C) 2007 Folkert van Heusden <folkert at vanheusden.com>
+
+        This program is free software; you can redistribute it and/or modify
+        it under the terms of the GNU General Public License as published by
+        the Free Software Foundation; either version 2 of the License, or
+        (at your option) any later version.
+
+        This program is distributed in the hope that it will be useful,
+        but WITHOUT ANY WARRANTY; without even the implied warranty of
+        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+        GNU General Public License for more details.
+
+        You should have received a copy of the GNU General Public License
+        along with this program; if not, write to the Free Software
+        Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in /usr/share/common-licenses/GPL file.

Added: acpitail/trunk/debian/docs
===================================================================
--- acpitail/trunk/debian/docs	                        (rev 0)
+++ acpitail/trunk/debian/docs	2008-07-06 14:15:44 UTC (rev 15)
@@ -0,0 +1 @@
+readme.txt

Added: acpitail/trunk/debian/rules
===================================================================
--- acpitail/trunk/debian/rules	                        (rev 0)
+++ acpitail/trunk/debian/rules	2008-07-06 14:15:44 UTC (rev 15)
@@ -0,0 +1,49 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	$(MAKE) clean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs usr/bin
+
+	install -m755 -p acpitail $(CURDIR)/debian/acpitail/usr/bin/
+
+binary-indep: build install
+# We have nothing to do by default.
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_install
+	dh_installman debian/acpitail.1
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: acpitail/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-acpi-commits mailing list