tags 655824 + patch
tags 655824 + pending
thanks

Dear maintainer,

I've prepared an NMU for indicator-session (versioned as 0.2.17-1.1) to
fix this bug.

Regards.
diff -u indicator-session-0.2.17/debian/changelog indicator-session-0.2.17/debian/changelog
--- indicator-session-0.2.17/debian/changelog
+++ indicator-session-0.2.17/debian/changelog
@@ -1,3 +1,11 @@
+indicator-session (0.2.17-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/10-remove-unused-but-set-variables.patch: remove an unusued
+    variable. (Closes: #655824)
+
+ -- Mònica Ramírez Arceda <mon...@probeta.net>  Sat, 28 Jan 2012 12:34:01 +0100
+
 indicator-session (0.2.17-1) unstable; urgency=low
 
   * Merge new upstream release from Ubuntu.
only in patch2:
unchanged:
--- indicator-session-0.2.17.orig/debian/patches/10-remove-unused-but-set-variables.patch
+++ indicator-session-0.2.17/debian/patches/10-remove-unused-but-set-variables.patch
@@ -0,0 +1,24 @@
+Description: Remove an unusued variable.
+Bug-Debian: http://bugs.debian.org/655824
+Author: Mònica Ramírez Arceda <mon...@probeta.net>
+Last-Update: 2012-01-28
+
+--- a/src/users-service-dbus.c
++++ b/src/users-service-dbus.c
+@@ -586,7 +586,6 @@
+   g_return_if_fail(IS_USERS_SERVICE_DBUS(service));
+   UsersServiceDbusPrivate *priv = USERS_SERVICE_DBUS_GET_PRIVATE (service);
+   uid_t          uid;
+-  gboolean       res;
+   struct passwd *pwent;
+   UserData      *user;
+ 
+@@ -621,7 +620,7 @@
+       return;
+     }
+ 
+-  res = do_add_session (service, user, session_id);
++  do_add_session (service, user, session_id);
+ }
+ 
+ static void

Reply via email to