[Pkg-sks-commit] r209 - in sks/trunk/sks/debian: . patches

Christoph Martin chrism at alioth.debian.org
Mon Jul 5 10:44:14 UTC 2010


Author: chrism
Date: 2010-07-05 10:44:14 +0000 (Mon, 05 Jul 2010)
New Revision: 209

Added:
   sks/trunk/sks/debian/patches/511_gcc4.4_prototypes
Modified:
   sks/trunk/sks/debian/changelog
Log:
511_gcc4.4_prototypes: Don't redefine bzero(3), fixes FTBFS (Thanks to
Daniel T Chen <crimsun at ubuntu.com>)

Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog	2010-02-09 09:38:29 UTC (rev 208)
+++ sks/trunk/sks/debian/changelog	2010-07-05 10:44:14 UTC (rev 209)
@@ -1,3 +1,10 @@
+sks (1.1.1-3) unstable; urgency=low
+
+  * 511_gcc4.4_prototypes: Don't redefine bzero(3), fixes FTBFS (Thanks to
+    Daniel T Chen <crimsun at ubuntu.com>)
+
+ -- Christoph Martin <christoph.martin at uni-mainz.de>  Mon, 05 Jul 2010 12:35:18 +0200
+
 sks (1.1.1-2) unstable; urgency=low
 
   * don't chown PIDDIR in postinst, since we do it in init (Closes: #566922)

Added: sks/trunk/sks/debian/patches/511_gcc4.4_prototypes
===================================================================
--- sks/trunk/sks/debian/patches/511_gcc4.4_prototypes	                        (rev 0)
+++ sks/trunk/sks/debian/patches/511_gcc4.4_prototypes	2010-07-05 10:44:14 UTC (rev 209)
@@ -0,0 +1,15 @@
+diff -ruN sks-1.1.1-old/bdb/bdb_stubs.c sks-1.1.1/bdb/bdb_stubs.c
+--- sks-1.1.1-old/bdb/bdb_stubs.c	2009-03-25 21:18:03.000000000 -0400
++++ sks-1.1.1/bdb/bdb_stubs.c	2010-01-06 00:41:24.000000000 -0500
+@@ -23,9 +23,9 @@
+ #define False 0
+ 
+ 
+-void bzero(void* addr,size_t n) {
++/*void bzero(void* addr,size_t n) {
+   memset(addr,0,n);
+-}
++}*/
+ 
+ #define test_cursor_closed(cursor) \
+   if (UW_cursor_closed(cursor)) \




More information about the Pkg-sks-commit mailing list