[Pkg-cli-libs-commits] r4403 - in /packages/gnome-keyring-sharp/trunk/debian: changelog patches/02_gnome_2.30_compatibility.patch

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Tue Mar 30 10:29:01 UTC 2010


Author: raof-guest
Date: Tue Mar 30 10:29:00 2010
New Revision: 4403

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4403
Log:
Add DEP3 header, fix changelog entry for 02_gnome_2.30_compatibility.patch

Modified:
    packages/gnome-keyring-sharp/trunk/debian/changelog
    packages/gnome-keyring-sharp/trunk/debian/patches/02_gnome_2.30_compatibility.patch

Modified: packages/gnome-keyring-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/changelog?rev=4403&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/changelog (original)
+++ packages/gnome-keyring-sharp/trunk/debian/changelog Tue Mar 30 10:29:00 2010
@@ -1,7 +1,7 @@
 gnome-keyring-sharp (1.0.0-3) UNRELEASED; urgency=low
 
   * Move to source format 3.0 (quilt)
-  * debian/patches/02gnome2.30-compatibility.dpatch:
+  * debian/patches/02_gnome_2.30_compatibility.patch:
     + Replace socket use with a wrapper around libgnome-keyring.
       Makes gnome-keyring-sharp able to work on GNOME 2.30.  (LP: #536925)
   * debian/rules:

Modified: packages/gnome-keyring-sharp/trunk/debian/patches/02_gnome_2.30_compatibility.patch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/patches/02_gnome_2.30_compatibility.patch?rev=4403&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/patches/02_gnome_2.30_compatibility.patch (original)
+++ packages/gnome-keyring-sharp/trunk/debian/patches/02_gnome_2.30_compatibility.patch Tue Mar 30 10:29:00 2010
@@ -1,10 +1,13 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02gnome2.30-compatibility.dpatch by Christopher James Halse Rogers <raof at ubuntu.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+Description: Reimplement using libgnome-keyring
+ GNOME Keyring daemon in 2.30 no longer exports the socket interface which
+ gnome-keyring-sharp used.  This makes gnome-keyring-sharp totally useless.
+ .
+ This patch reimplements the gnome-keyring-sharp functions as a p/invoke 
+ wrapper around libgnome-keyring.  API and ABI is unchanged.
+Author: Christopher Halse Rogers <christopher.halse.rogers at canonical.com>
+Bug-Launchpad: https://bugs.edge.launchpad.net/ubuntu/lucid/+source/gnome-keyring-sharp/+bug/536925
+Bug: https://bugzilla.novell.com/show_bug.cgi?id=589166
 
- at DPATCH@
 diff -urNad gnome-keyring-sharp-1.0.0~/Makefile.am gnome-keyring-sharp-1.0.0/Makefile.am
 --- gnome-keyring-sharp-1.0.0~/Makefile.am	2008-08-09 03:36:12.000000000 +1000
 +++ gnome-keyring-sharp-1.0.0/Makefile.am	2010-03-30 17:32:02.733918042 +1100




More information about the Pkg-cli-libs-commits mailing list