r14588 - in /desktop/unstable/seahorse/debian: changelog patches/04_ldap_deprecated.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Feb 15 22:56:06 UTC 2008


Author: joss
Date: Fri Feb 15 22:56:06 2008
New Revision: 14588

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14588
Log:
* 04_ldap_deprecated.patch: patch from Dann Frazier to use deprecated 
  LDAP functions. Closes: #463423.

Added:
    desktop/unstable/seahorse/debian/patches/04_ldap_deprecated.patch
Modified:
    desktop/unstable/seahorse/debian/changelog
    desktop/unstable/seahorse/debian/patches/series

Modified: desktop/unstable/seahorse/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/changelog?rev=14588&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/changelog (original)
+++ desktop/unstable/seahorse/debian/changelog Fri Feb 15 22:56:06 2008
@@ -7,6 +7,8 @@
     Debian. Fixes an infinite loop. Closes: #465481.
   * Conflict against gnupg >= 1.4.7 to handle gracefully the time when
     gnupg will be updated.
+  * 04_ldap_deprecated.patch: patch from Dann Frazier to use deprecated 
+    LDAP functions. Closes: #463423.
 
  -- Josselin Mouette <joss at debian.org>  Fri, 15 Feb 2008 23:35:04 +0100
 

Added: desktop/unstable/seahorse/debian/patches/04_ldap_deprecated.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/patches/04_ldap_deprecated.patch?rev=14588&op=file
==============================================================================
--- desktop/unstable/seahorse/debian/patches/04_ldap_deprecated.patch (added)
+++ desktop/unstable/seahorse/debian/patches/04_ldap_deprecated.patch Fri Feb 15 22:56:06 2008
@@ -1,0 +1,12 @@
+Index: seahorse-2.20.3/libseahorse/seahorse-ldap-source.c
+===================================================================
+--- seahorse-2.20.3.orig/libseahorse/seahorse-ldap-source.c	2008-02-15 23:40:48.341839549 +0100
++++ seahorse-2.20.3/libseahorse/seahorse-ldap-source.c	2008-02-15 23:53:48.754312722 +0100
+@@ -23,6 +23,7 @@
+ #include <stdlib.h>
+ #include <libintl.h>
+ #include <gnome.h>
++#define LDAP_DEPRECATED 1
+ #include <ldap.h>
+ 
+ #ifdef WITH_SOUP

Modified: desktop/unstable/seahorse/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/patches/series?rev=14588&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/patches/series (original)
+++ desktop/unstable/seahorse/debian/patches/series Fri Feb 15 22:56:06 2008
@@ -1,5 +1,6 @@
 01_epiphany-path.patch
 02_mlock.patch
 03_old_gnupg.patch
+04_ldap_deprecated.patch
 08_force_ssh.patch
 10_relibtoolize.patch




More information about the pkg-gnome-commits mailing list