[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#463369: NMU uploaded to delayed queue



NMU is in 7-day delayed queue, patch attached.
diff -u sylpheed-claws-1.0.5/debian/changelog sylpheed-claws-1.0.5/debian/changelog
--- sylpheed-claws-1.0.5/debian/changelog
+++ sylpheed-claws-1.0.5/debian/changelog
@@ -1,3 +1,11 @@
+sylpheed-claws (1.0.5-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Define LDAP_DEPRECATED to continue use of deprecated LDAP functions.
+    (Closes: #463369).
+
+ -- dann frazier <dannf@debian.org>  Fri, 28 Mar 2008 17:29:56 -0600
+
 sylpheed-claws (1.0.5-6) unstable; urgency=low
 
   * debian/control
only in patch2:
unchanged:
--- sylpheed-claws-1.0.5.orig/src/ldaputil.c
+++ sylpheed-claws-1.0.5/src/ldaputil.c
@@ -30,6 +30,7 @@
 #include <glib.h>
 #include <string.h>
 #include <sys/time.h>
+#define LDAP_DEPRECATED 1
 #include <ldap.h>
 #include <lber.h>
 
only in patch2:
unchanged:
--- sylpheed-claws-1.0.5.orig/src/ldapquery.h
+++ sylpheed-claws-1.0.5/src/ldapquery.h
@@ -30,6 +30,7 @@
 #include <stdio.h>
 #include <sys/time.h>
 #include <pthread.h>
+#define LDAP_DEPRECATED 1
 #include <ldap.h>
 
 #include "addrquery.h"

Reply to: