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

Bug#762171: libkgapi-dev: arch-dependent file in "Multi-Arch: same" package



Package: libkgapi-dev
Version: 2.2.0-1
User: multiarch-devel@lists.alioth.debian.org
Usertags: multiarch

libkgapi-dev is marked as "Multi-Arch: same", but the following file is architecture-dependent:

/usr/include/libkgapi2/libkgapi2_export.h

MD5 sum of the file is:
2cf6234fefe98c0215a6db02b7784fbf on arm64;
5e3cef1444568514031b4fbcc8b0d8ef elsewhere.

An example diff between i386 and arm64 is attached.

--
Jakub Wilk
diff -ur libkgapi-dev_2.2.0-1_i386/usr/include/libkgapi2/libkgapi2_export.h libkgapi-dev_2.2.0-1_arm64/usr/include/libkgapi2/libkgapi2_export.h
--- libkgapi-dev_2.2.0-1_i386/usr/include/libkgapi2/libkgapi2_export.h	2014-08-22 17:59:22.000000000 +0200
+++ libkgapi-dev_2.2.0-1_arm64/usr/include/libkgapi2/libkgapi2_export.h	2014-09-18 22:29:13.000000000 +0200
@@ -23,8 +23,14 @@
 
 #ifndef LIBKGAPI2_DEPRECATED
 #  define LIBKGAPI2_DEPRECATED __attribute__ ((__deprecated__))
-#  define LIBKGAPI2_DEPRECATED_EXPORT LIBKGAPI2_EXPORT __attribute__ ((__deprecated__))
-#  define LIBKGAPI2_DEPRECATED_NO_EXPORT LIBKGAPI2_NO_EXPORT __attribute__ ((__deprecated__))
+#endif
+
+#ifndef LIBKGAPI2_DEPRECATED_EXPORT
+#  define LIBKGAPI2_DEPRECATED_EXPORT LIBKGAPI2_EXPORT LIBKGAPI2_DEPRECATED
+#endif
+
+#ifndef LIBKGAPI2_DEPRECATED_NO_EXPORT
+#  define LIBKGAPI2_DEPRECATED_NO_EXPORT LIBKGAPI2_NO_EXPORT LIBKGAPI2_DEPRECATED
 #endif
 
 #define DEFINE_NO_DEPRECATED 0

Reply to: