[mate-notification-daemon] 01/02: debian/patches: Drop 0001_segfaults-in-notify-stack-set-location.patch. Included in latest upstream release.

Mike Gabriel sunweaver at debian.org
Fri Mar 13 10:54:18 UTC 2015


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

sunweaver pushed a commit to branch debian/experimental
in repository mate-notification-daemon.

commit 5898d779285fa860cfd1a6aca2f8a4088d094b39
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Mar 13 11:51:05 2015 +0100

    debian/patches: Drop 0001_segfaults-in-notify-stack-set-location.patch. Included in latest upstream release.
---
 debian/changelog                                   |  8 ++++++
 ...01_segfaults-in-notify-stack-set-location.patch | 32 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 8 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 72d9ddf..d0bb515 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mate-notification-daemon (1.8.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+    - Including GLib >= 2.43 compatibility patch. (Closes: #778809,
+      LP:#1426327).
+
+ -- Mike Gabriel <sunweaver at debian.org>  Fri, 13 Mar 2015 11:46:23 +0100
+
 mate-notification-daemon (1.8.1-3) unstable; urgency=medium
 
   * debian/patches:
diff --git a/debian/patches/0001_segfaults-in-notify-stack-set-location.patch b/debian/patches/0001_segfaults-in-notify-stack-set-location.patch
deleted file mode 100644
index 987e6b3..0000000
--- a/debian/patches/0001_segfaults-in-notify-stack-set-location.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 688b62fb3fa84d6446a74c13c93ddd33d87f5fe3 Mon Sep 17 00:00:00 2001
-From: monsta <monsta at inbox.ru>
-Date: Thu, 19 Feb 2015 14:11:39 +0300
-Subject: [PATCH] daemon: fixed logic in a couple of places
-
----
- src/daemon/daemon.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
-index 49368f2..239bd02 100644
---- a/src/daemon/daemon.c
-+++ b/src/daemon/daemon.c
-@@ -342,7 +342,7 @@ static void on_popup_location_changed(GSettings *settings, gchar *key, NotifyDae
- 	{
- 		int j;
- 
--		for (j = 0; j < daemon->priv->n_screens; j++)
-+		for (j = 0; j < daemon->priv->screens[i]->n_stacks; j++)
- 		{
- 			NotifyStack* stack;
- 			stack = daemon->priv->screens[i]->stacks[j];
-@@ -399,7 +399,7 @@ static void destroy_screens(NotifyDaemon* daemon)
- 		gdkwindow = gdk_screen_get_root_window(screen);
- 		gdk_window_remove_filter(gdkwindow, (GdkFilterFunc) screen_xevent_filter, daemon->priv->screens[i]);
- 
--		for (j = 0; i < daemon->priv->screens[i]->n_stacks; j++)
-+		for (j = 0; j < daemon->priv->screens[i]->n_stacks; j++)
- 		{
- 			notify_stack_destroy(daemon->priv->screens[i]->stacks[j]);
- 			daemon->priv->screens[i]->stacks[j] = NULL;
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b8323c9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001_segfaults-in-notify-stack-set-location.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