[mate-power-manager] 03/18: debian/patches/0002_handle-UP-DEVICE-STATE-UNKNOWN.patch: Applied upstream.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Mon Jun 15 19:04:21 UTC 2015


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

flexiondotorg-guest pushed a commit to branch debian/experimental
in repository mate-power-manager.

commit e4033f078acc588fa036ae1aa268db5134ddac9e
Author: Martin Wimpress <code at flexion.org>
Date:   Mon Jun 15 19:27:43 2015 +0100

    debian/patches/0002_handle-UP-DEVICE-STATE-UNKNOWN.patch: Applied upstream.
---
 .../0002_handle-UP-DEVICE-STATE-UNKNOWN.patch      | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/debian/patches/0002_handle-UP-DEVICE-STATE-UNKNOWN.patch b/debian/patches/0002_handle-UP-DEVICE-STATE-UNKNOWN.patch
deleted file mode 100644
index 5565679..0000000
--- a/debian/patches/0002_handle-UP-DEVICE-STATE-UNKNOWN.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From da18a02b5d38cc65709c8e9071a694e2c35cf603 Mon Sep 17 00:00:00 2001
-From: monsta <monsta at inbox.ru>
-Date: Wed, 4 Mar 2015 15:18:00 +0300
-Subject: [PATCH] upower: handle UP_DEVICE_STATE_UNKNOWN, avoid assert
-
----
- src/gpm-upower.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
---- a/src/gpm-upower.c
-+++ b/src/gpm-upower.c
-@@ -652,6 +652,10 @@
- 		/* TRANSLATORS: battery state */
- 		state_string = _("Waiting to discharge");
- 		break;
-+	case UP_DEVICE_STATE_UNKNOWN:
-+		/* TRANSLATORS: battery state */
-+		state_string = _("Unknown state");
-+		break;
- 	default:
- 		g_assert_not_reached ();
- 		break;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-power-manager.git



More information about the pkg-mate-commits mailing list