[mate-notification-daemon] 01/02: debian/patches: Drop 0001_fix_high_cpu_usage_with_large_timeouts.patch. Applied upstream.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Thu Oct 26 19:32:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository mate-notification-daemon.
commit 6f642434e89134fe554e86422ead610faea2c04b
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Thu Oct 26 20:05:42 2017 +0100
debian/patches: Drop 0001_fix_high_cpu_usage_with_large_timeouts.patch. Applied upstream.
---
.../0001_fix_high_cpu_usage_with_large_timeouts.patch | 16 ----------------
debian/patches/series | 1 -
2 files changed, 17 deletions(-)
diff --git a/debian/patches/0001_fix_high_cpu_usage_with_large_timeouts.patch b/debian/patches/0001_fix_high_cpu_usage_with_large_timeouts.patch
deleted file mode 100644
index 8d85fba..0000000
--- a/debian/patches/0001_fix_high_cpu_usage_with_large_timeouts.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Author: Jury Verrigni <jury.verrigni at gmail.com>
-Description: Fixes high cpu usage with large timeouts
-
-diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
-index 72b94a4..4b81c3c 100644
---- a/src/daemon/daemon.c
-+++ b/src/daemon/daemon.c
-@@ -743,7 +743,7 @@ static void _calculate_timeout(NotifyDaemon* daemon, NotifyTimeout* nt, int time
-
- theme_set_notification_timeout(nt->nw, timeout);
-
-- glong usec = timeout * 1000; /* convert from msec to usec */
-+ glong usec = timeout * 1000L; /* convert from msec to usec */
-
- /*
- * If it's less than 0, wrap around back to MAXLONG.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c18cddb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001_fix_high_cpu_usage_with_large_timeouts.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-notification-daemon.git
More information about the pkg-mate-commits
mailing list