[Pkg-cli-libs-commits] [gnome-keyring-sharp] 06/08: Add DEP3 header, fix changelog entry for 02_gnome_2.30_compatibility.patch

Jo Shields directhex at moszumanska.debian.org
Mon Nov 16 08:48:26 UTC 2015


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

directhex pushed a commit to annotated tag debian/1.0.0-3
in repository gnome-keyring-sharp.

commit 9df7da5778224b7cc2554945017d66911cf5109e
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Tue Mar 30 10:29:00 2010 +0000

    Add DEP3 header, fix changelog entry for 02_gnome_2.30_compatibility.patch
---
 debian/changelog                                 |  2 +-
 debian/patches/02_gnome_2.30_compatibility.patch | 15 +++++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 40a9114..654413b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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:
diff --git a/debian/patches/02_gnome_2.30_compatibility.patch b/debian/patches/02_gnome_2.30_compatibility.patch
index df14f9d..8378d72 100755
--- a/debian/patches/02_gnome_2.30_compatibility.patch
+++ b/debian/patches/02_gnome_2.30_compatibility.patch
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gnome-keyring-sharp.git



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