r19628 - in /desktop/unstable/gnome-keyring/debian: changelog patches/04_full_path_in_service.patch

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Apr 18 13:20:40 UTC 2009


Author: sjoerd
Date: Sat Apr 18 13:20:40 2009
New Revision: 19628

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19628
Log:
debian/patches/04_full_path_in_service.patch: Added. Put the full path to
gnome-keyring-daemon in the .service file. Fixes dbus autostarting the
daemon on demand

Added:
    desktop/unstable/gnome-keyring/debian/patches/04_full_path_in_service.patch
Modified:
    desktop/unstable/gnome-keyring/debian/changelog

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=19628&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog (original)
+++ desktop/unstable/gnome-keyring/debian/changelog Sat Apr 18 13:20:40 2009
@@ -1,3 +1,11 @@
+gnome-keyring (2.26.0-4) UNRELEASED; urgency=low
+
+  * debian/patches/04_full_path_in_service.patch: Added. Put the full path to
+    gnome-keyring-daemon in the .service file. Fixes dbus autostarting the
+    daemon on demand
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 18 Apr 2009 14:17:46 +0100
+
 gnome-keyring (2.26.0-3) unstable; urgency=low
 
   * libgp11-0.shlibs: add shlibs file for libgp11. Closes: #522381.

Added: desktop/unstable/gnome-keyring/debian/patches/04_full_path_in_service.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/patches/04_full_path_in_service.patch?rev=19628&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/patches/04_full_path_in_service.patch (added)
+++ desktop/unstable/gnome-keyring/debian/patches/04_full_path_in_service.patch Sat Apr 18 13:20:40 2009
@@ -1,0 +1,7 @@
+--- a/daemon/org.gnome.keyring.service.in	2009-04-18 14:12:34.000000000 +0100
++++ b/daemon/org.gnome.keyring.service.in	2009-04-18 14:15:55.000000000 +0100
+@@ -1,3 +1,3 @@
+ [D-BUS Service]
+ Name=org.gnome.keyring
+-Exec=@VALGRIND_RUN@ gnome-keyring-daemon --foreground --components=keyring
++Exec=/usr/bin/gnome-keyring-daemon --foreground --components=keyring




More information about the pkg-gnome-commits mailing list