diff options
author | Michael Meskes <meskes@debian.org> | 2008-08-27 13:52:15 +0200 |
---|---|---|
committer | Michael Meskes <meskes@debian.org> | 2008-08-27 13:52:15 +0200 |
commit | 3edc3d9b13f7e712ccad5d01d91fbcd0929ab907 (patch) | |
tree | 9637545d84a534fc88c64c8e8aabaa7921da0f23 | |
parent | 34df00ecc0ea7198df4d64f17c17b0495aaa06b3 (diff) |
Imported changes from old SVN archive.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a80e302..ab4efc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +acpitail (0.1-2) UNRELEASED; urgency=low + + * Changed maintainer to Debian Acpi Team. + * Removed Homepage tag in control in favour of the new control field. + * Bumped Standards-Version to 3.8.0 + + -- Tobias Klauser <tklauser@access.unizh.ch> Sun, 06 Jul 2008 18:38:55 +0200 + acpitail (0.1-1) unstable; urgency=low * Initial release. (Closes: #430022) diff --git a/debian/control b/debian/control index 14c5c30..d67a331 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,12 @@ Source: acpitail Section: utils Priority: optional +Maintainer: Debian Acpi Team <pkg-acpi-devel@lists.alioth.debian.org> +Uploaders: Tobias Klauser <tklauser@access.unizh.ch> Maintainer: Tobias Klauser <tklauser@access.unizh.ch> Build-Depends: debhelper (>= 5), libacpi-dev -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 +Homepage: http://www.vanheusden.com/acpitail/ Package: acpitail Architecture: i386 amd64 ia64 @@ -12,5 +15,3 @@ 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/> |