Hi,

Attached is the diff for my ocfs2-tools 1.2.1-1.4 NMU.
diff -u ocfs2-tools-1.2.1/debian/changelog ocfs2-tools-1.2.1/debian/changelog
--- ocfs2-tools-1.2.1/debian/changelog
+++ ocfs2-tools-1.2.1/debian/changelog
@@ -1,3 +1,11 @@
+ocfs2-tools (1.2.1-1.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * add patches/102_stddef.h to fix FTBFS (missing #include <stddef.h> to know
+    about offsetof). closes: #428949.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Wed, 18 Jul 2007 17:37:23 +0200
+
 ocfs2-tools (1.2.1-1.3) unstable; urgency=low
 
   * Non-maintainer upload to fix longstanding l10n issues
diff -u ocfs2-tools-1.2.1/debian/patches/series 
ocfs2-tools-1.2.1/debian/patches/series
--- ocfs2-tools-1.2.1/debian/patches/series
+++ ocfs2-tools-1.2.1/debian/patches/series
@@ -3,0 +4 @@
+102_stddef.h
only in patch2:
unchanged:
--- ocfs2-tools-1.2.1.orig/debian/patches/102_stddef.h
+++ ocfs2-tools-1.2.1/debian/patches/102_stddef.h
@@ -0,0 +1,13 @@
+Index: ocfs2-tools-1.2.1/libocfs2/include/ocfs2_fs.h
+===================================================================
+--- ocfs2-tools-1.2.1.orig/libocfs2/include/ocfs2_fs.h
++++ ocfs2-tools-1.2.1/libocfs2/include/ocfs2_fs.h
+@@ -25,6 +25,8 @@
+ #ifndef _OCFS2_FS_H
+ #define _OCFS2_FS_H
+ 
++#include <stddef.h> /* offsetof */
++
+ /* Version */
+ #define OCFS2_MAJOR_REV_LEVEL         0
+ #define OCFS2_MINOR_REV_LEVEL                 90

Attachment: pgpIdgeU8k8P1.pgp
Description: PGP signature



Reply via email to