[Pkg-wmaker-commits] [wmbattery] 51/241: * Set the cutoff point for old acpi to 20020214 (was 20020208). Closes: #202083

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:37:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbattery.

commit ca6c400e7dc040f425a62dbef2f90cfbd01b5c7c
Author: joey <joey at a4a2c43b-8ac3-0310-8836-e0e880c912e2>
Date:   Sun Jul 20 11:48:10 2003 +0000

       * Set the cutoff point for old acpi to 20020214 (was 20020208).
         Closes: #202083
---
 acpi.c           | 8 ++++----
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/acpi.c b/acpi.c
index 1aa5648..cd5a7a3 100644
--- a/acpi.c
+++ b/acpi.c
@@ -51,8 +51,8 @@ char *acpi_labels_old[] = {
 };
 
 /* These are the strings used in ACPI in the 2.5 kernels, circa version
- * 20030109 */
-char *acpi_labels_20030109[] = {
+ * 20020214 */
+char *acpi_labels_20020214[] = {
 	"info",
 	"state",
 	"battery",
@@ -234,8 +234,8 @@ int acpi_supported (void) {
 				version, ACPI_VERSION);
 		return 0;
 	}
-	else if (num >= 20030109) {
-		acpi_labels = acpi_labels_20030109;
+	else if (num >= 20020214) {
+		acpi_labels = acpi_labels_20020214;
 	}
 	else {
 		acpi_labels = acpi_labels_old;
diff --git a/debian/changelog b/debian/changelog
index be2a99d..9fc1adf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wmbattery (2.14) unstable; urgency=low
+
+  * Set the cutoff point for old acpi to 20020214 (was 20020208).
+    Closes: #202083
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 20 Jul 2003 13:44:59 +0200
+
 wmbattery (2.13) unstable; urgency=low
 
   * Added support for ACPI version 20030109 (2.5 kernel), and generally
diff --git a/debian/control b/debian/control
index ec3a1bc..8e3f9ac 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: extra
 Build-Depends: debhelper (>= 4), xlibs-dev, autoconf, libapm-dev, dpkg-dev (>= 1.9.0)
 Maintainer: Joey Hess <joeyh at debian.org>
-Standards-Version: 3.5.8.0
+Standards-Version: 3.6.0
 
 Package: wmbattery
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbattery.git



More information about the Pkg-wmaker-commits mailing list