From 6c13410a05dd31e489f0adf4633d4fb30915070a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 23 Jan 2016 07:26:49 +0100 Subject: Renumbering d/p/* --- debian/patches/0105-lesserg.diff | 282 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 debian/patches/0105-lesserg.diff (limited to 'debian/patches/0105-lesserg.diff') diff --git a/debian/patches/0105-lesserg.diff b/debian/patches/0105-lesserg.diff new file mode 100644 index 0000000..8fca28d --- /dev/null +++ b/debian/patches/0105-lesserg.diff @@ -0,0 +1,282 @@ +Description: change __GNU LesserG__ to __GNU_LesserG__ + +--- a/xbase64/xbase64.cpp ++++ b/xbase64/xbase64.cpp +@@ -38,7 +38,7 @@ + + */ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma implementation "xbase64.h" + #endif + +--- a/xbase64/xbase64.h ++++ b/xbase64/xbase64.h +@@ -42,7 +42,7 @@ + #ifndef __XB_XBASE_H__ + #define __XB_XBASE_H__ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma interface + #endif + +@@ -60,7 +60,7 @@ + // ripped from wxWindows + + // _declspec works in BC++ 5 and later, as well as VC++ +-#if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__GNU LesserC__) ++#if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__GNU_LesserC__) + # ifdef XBMAKINGDLL + # define XBDLLEXPORT __declspec( dllexport ) + # define XBDLLEXPORT_DATA(type) __declspec( dllexport ) type +--- a/xbase64/xbcdx.h ++++ b/xbase64/xbcdx.h +@@ -41,7 +41,7 @@ struct CdxNode + xbLong leftSibling; + xbLong rightSibling; + } +-#ifdef __GNU LesserC__ ++#ifdef __GNU_LesserC__ + __attribute__((packed)) + #endif + ; +@@ -50,7 +50,7 @@ struct CdxInnerNode: public CdxNode + { + char keys[500]; + } +-#ifdef __GNU LesserC__ ++#ifdef __GNU_LesserC__ + __attribute__((packed)) + #endif + ; +@@ -67,7 +67,7 @@ struct CdxLeafNode: public CdxNode + char byteCount; + char keys[488]; + } +-#ifdef __GNU LesserC__ ++#ifdef __GNU_LesserC__ + __attribute__((packed)) + #endif + ; +--- a/xbase64/xbdate.cpp ++++ b/xbase64/xbdate.cpp +@@ -40,7 +40,7 @@ + + */ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma implementation "xbdate.h" + #endif + +--- a/xbase64/xbdate.h ++++ b/xbase64/xbdate.h +@@ -45,7 +45,7 @@ + #ifndef __XB_XBDATE_H__ + #define __XB_XBDATE_H__ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma interface + #endif + +--- a/xbase64/xbdbf.cpp ++++ b/xbase64/xbdbf.cpp +@@ -39,7 +39,7 @@ + + */ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma implementation "xbdbf.h" + #endif + +--- a/xbase64/xbdbf.h ++++ b/xbase64/xbdbf.h +@@ -41,7 +41,7 @@ + #ifndef __XB_DBF_H__ + #define __XB_DBF_H__ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma interface + #endif + +--- a/xbase64/xbexp.cpp ++++ b/xbase64/xbexp.cpp +@@ -38,7 +38,7 @@ + + */ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma implementation "xbexp.h" + #endif + +--- a/xbase64/xbexp.h ++++ b/xbase64/xbexp.h +@@ -42,7 +42,7 @@ + #ifndef __XB_EXP_H__ + #define __XB_EXP_H__ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma interface + #endif + +--- a/xbase64/xbfile.cpp ++++ b/xbase64/xbfile.cpp +@@ -39,7 +39,7 @@ + + */ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma implementation "xbfile.h" + #endif + +--- a/xbase64/xbfile.h ++++ b/xbase64/xbfile.h +@@ -45,7 +45,7 @@ + #ifndef __XB_FILE_H__ + #define __XB_FILE_H__ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma interface + #endif + +--- a/xbase64/xbfilter.cpp ++++ b/xbase64/xbfilter.cpp +@@ -38,7 +38,7 @@ + + */ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma implementation "xbfilter.h" + #endif + +--- a/xbase64/xbfilter.h ++++ b/xbase64/xbfilter.h +@@ -44,7 +44,7 @@ + #ifndef __XB_FILTER_H__ + #define __XB_FILTER_H__ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma interface + #endif + +--- a/xbase64/xbindex.cpp ++++ b/xbase64/xbindex.cpp +@@ -37,7 +37,7 @@ + USA + */ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma implementation "xbindex.h" + #endif + +--- a/xbase64/xbindex.h ++++ b/xbase64/xbindex.h +@@ -43,7 +43,7 @@ + #ifndef __XB_INDEX_H__ + #define __XB_INDEX_H__ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma interface + #endif + +--- a/xbase64/xblock.cpp ++++ b/xbase64/xblock.cpp +@@ -42,7 +42,7 @@ + USA + */ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma implementation "xblock.h" + #endif + +--- a/xbase64/xblock.h ++++ b/xbase64/xblock.h +@@ -44,7 +44,7 @@ + #ifndef __XB_XBLOCK_H__ + #define __XB_XBLOCK_H__ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma interface + #endif + +--- a/xbase64/xbndx.cpp ++++ b/xbase64/xbndx.cpp +@@ -36,7 +36,7 @@ + + */ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma implementation "xbndx.h" + #endif + +--- a/xbase64/xbndx.h ++++ b/xbase64/xbndx.h +@@ -41,7 +41,7 @@ + #ifndef __XB_NDX_H__ + #define __XB_NDX_H__ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma interface + #endif + +--- a/xbase64/xbntx.cpp ++++ b/xbase64/xbntx.cpp +@@ -40,7 +40,7 @@ + USA + */ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma implementation "xbntx.h" + #endif + +--- a/xbase64/xbntx.h ++++ b/xbase64/xbntx.h +@@ -42,7 +42,7 @@ + #ifndef __XB_NTX_H__ + #define __XB_NTX_H__ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma interface + #endif + +--- a/xbase64/xbstring.cpp ++++ b/xbase64/xbstring.cpp +@@ -38,7 +38,7 @@ + + */ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma implementation "xbstring.h" + #endif + +--- a/xbase64/xbstring.h ++++ b/xbase64/xbstring.h +@@ -41,7 +41,7 @@ + #ifndef __XBSTRING_H__ + #define __XBSTRING_H__ + +-#ifdef __GNU LesserG__ ++#ifdef __GNU_LesserG__ + #pragma interface + #endif + -- cgit v1.2.3