Bug#799335: libsoundio-dev: arch-dependent file in "Multi-Arch: same" package

Jakub Wilk jwilk at debian.org
Thu Sep 17 23:50:23 UTC 2015


Package: libsoundio-dev
Version: 1.0.1-1
Severity: important
User: multiarch-devel at lists.alioth.debian.org
Usertags: multiarch

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

/usr/include/soundio/config.h

An example diff between i386 and powerpc is attached.

-- 
Jakub Wilk
-------------- next part --------------
diff -ur libsoundio-dev_1.0.1-1_i386/usr/include/soundio/config.h libsoundio-dev_1.0.1-1_powerpc/usr/include/soundio/config.h
--- libsoundio-dev_1.0.1-1_i386/usr/include/soundio/config.h	2015-09-17 12:17:06.000000000 +0200
+++ libsoundio-dev_1.0.1-1_powerpc/usr/include/soundio/config.h	2015-09-17 12:17:00.000000000 +0200
@@ -13,8 +13,8 @@
 #define SOUNDIO_VERSION_PATCH 1
 #define SOUNDIO_VERSION_STRING "1.0.1"
 
-/* #undef SOUNDIO_OS_BIG_ENDIAN */
-#define SOUNDIO_OS_LITTLE_ENDIAN
+#define SOUNDIO_OS_BIG_ENDIAN
+/* #undef SOUNDIO_OS_LITTLE_ENDIAN */
 
 #define SOUNDIO_HAVE_JACK
 #define SOUNDIO_HAVE_PULSEAUDIO


More information about the pkg-multimedia-maintainers mailing list