diff options
-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/> |