Package: libecpg-dev Version: 9.4~beta1-2 Severity: important User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch
libecpg-dev is marked as "Multi-Arch: same", but the following files are architecture-dependent:
/usr/include/postgresql/ecpg_config.h /usr/bin/ecpg An example diff between i386 and amd64 is attached. -- Jakub Wilk
Binary files libecpg-dev_9.4~beta1-2_i386/usr/bin/ecpg and libecpg-dev_9.4~beta1-2_amd64/usr/bin/ecpg differ diff -ur libecpg-dev_9.4~beta1-2_i386/usr/include/postgresql/ecpg_config.h libecpg-dev_9.4~beta1-2_amd64/usr/include/postgresql/ecpg_config.h --- libecpg-dev_9.4~beta1-2_i386/usr/include/postgresql/ecpg_config.h 2014-05-30 21:48:37.000000000 +0200 +++ libecpg-dev_9.4~beta1-2_amd64/usr/include/postgresql/ecpg_config.h 2014-05-30 20:45:59.000000000 +0200 @@ -3,13 +3,13 @@ /* #undef HAVE_INT64 */ /* Define to 1 if `long int' works and is 64 bits. */ -/* #undef HAVE_LONG_INT_64 */ +#define HAVE_LONG_INT_64 1 /* Define to 1 if the system has the type `long long int'. */ #define HAVE_LONG_LONG_INT 1 /* Define to 1 if `long long int' works and is 64 bits. */ -#define HAVE_LONG_LONG_INT_64 1 +/* #undef HAVE_LONG_LONG_INT_64 */ /* Define to 1 if you want 64-bit integer timestamp and interval support. (--enable-integer-datetimes) */