Package: libvncserver-dev Version: 0.9.9+dfsg-1 Severity: important User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch
libvncserver-dev is marked as "Multi-Arch: same", but the following files are architecture-dependent:
/usr/include/rfb/rfbconfig.h /usr/include/rfb/rfbint.h An example diff between i386 and mipsel is attached. -- Jakub Wilk
diff -ur libvncserver-dev_0.9.9+dfsg-1_i386/usr/include/rfb/rfbconfig.h libvncserver-dev_0.9.9+dfsg-1_mipsel/usr/include/rfb/rfbconfig.h --- libvncserver-dev_0.9.9+dfsg-1_i386/usr/include/rfb/rfbconfig.h 2012-05-06 15:18:37.000000000 +0200 +++ libvncserver-dev_0.9.9+dfsg-1_mipsel/usr/include/rfb/rfbconfig.h 2012-05-06 23:22:27.000000000 +0200 @@ -105,7 +105,9 @@ #endif /* Define to 1 if you have the `png' library (-lpng). */ -/* #undef LIBVNCSERVER_HAVE_LIBPNG */ +#ifndef LIBVNCSERVER_HAVE_LIBPNG +#define LIBVNCSERVER_HAVE_LIBPNG 1 +#endif /* Define to 1 if you have the `pthread' library (-lpthread). */ #ifndef LIBVNCSERVER_HAVE_LIBPTHREAD diff -ur libvncserver-dev_0.9.9+dfsg-1_i386/usr/include/rfb/rfbint.h libvncserver-dev_0.9.9+dfsg-1_mipsel/usr/include/rfb/rfbint.h --- libvncserver-dev_0.9.9+dfsg-1_i386/usr/include/rfb/rfbint.h 2012-05-06 15:18:37.000000000 +0200 +++ libvncserver-dev_0.9.9+dfsg-1_mipsel/usr/include/rfb/rfbint.h 2012-05-06 23:22:27.000000000 +0200 @@ -2,7 +2,7 @@ #define _RFB_RFBINT_H 1 #ifndef _GENERATED_STDINT_H #define _GENERATED_STDINT_H "LibVNCServer 0.9.9" -/* generated using a gnu compiler version gcc (Debian 4.6.3-5) 4.6.3 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ +/* generated using a gnu compiler version gcc (Debian 4.6.3-4) 4.6.3 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ #include <stdint.h>