Package: libgyoto5-dev
Version: 1.1.0-2
Severity: important
User: [email protected]
Usertags: multiarch
libgyoto5-dev is marked as "Multi-Arch: same", but the
following file is architecture-dependent:
/usr/include/Gyoto/GyotoConfig.h
An example diff between i386 and amd64 is attached.
--
Jakub Wilk
diff -ur libgyoto5-dev_1.1.0-2_i386/usr/include/Gyoto/GyotoConfig.h
libgyoto5-dev_1.1.0-2_amd64/usr/include/Gyoto/GyotoConfig.h
--- libgyoto5-dev_1.1.0-2_i386/usr/include/Gyoto/GyotoConfig.h 2016-10-04
10:32:18.000000000 +0200
+++ libgyoto5-dev_1.1.0-2_amd64/usr/include/Gyoto/GyotoConfig.h 2016-10-04
10:32:18.000000000 +0200
@@ -72,10 +72,10 @@
/** \def GYOTO_SIZE__T_IS_UNSIGNED_LONG
\brief Define to 1 if size_t and unsigned long are the same */
-/* #undef GYOTO_SIZE__T_IS_UNSIGNED_LONG */
+#define GYOTO_SIZE__T_IS_UNSIGNED_LONG 1
#ifdef DOXYGEN_RUN
# ifndef GYOTO_SIZE__T_IS_UNSIGNED_LONG
-# define GYOTO_SIZE__T_IS_UNSIGNED_LONG (undefined)
+# define GYOTO_SIZE__T_IS_UNSIGNED_LONG 1
# endif
#endif