Package: check Version: 0.9.10-1 Severity: important User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch
check is marked as "Multi-Arch: same", but the following files are architecture-dependent:
/usr/bin/checkmk /usr/include/check_stdint.h An example diff between i386 and armel is attached. -- Jakub Wilk
diff -ur check_0.9.10-1_i386/usr/bin/checkmk check_0.9.10-1_armel/usr/bin/checkmk --- check_0.9.10-1_i386/usr/bin/checkmk 2013-06-07 13:37:33.000000000 +0200 +++ check_0.9.10-1_armel/usr/bin/checkmk 2013-06-07 14:52:41.000000000 +0200 @@ -285,7 +285,7 @@ # interpolation, so the backslashes must be double-escaped. The # substitution string is supposed to result in an actual # double-backslash. - gsub("\\\\", "\\\\\\\\", raw); + gsub("\\\\", "\\\\", raw); gsub("\"", "\\\"", raw); return "\"" raw "\""; } diff -ur check_0.9.10-1_i386/usr/include/check_stdint.h check_0.9.10-1_armel/usr/include/check_stdint.h --- check_0.9.10-1_i386/usr/include/check_stdint.h 2013-06-07 13:37:33.000000000 +0200 +++ check_0.9.10-1_armel/usr/include/check_stdint.h 2013-06-07 14:52:41.000000000 +0200 @@ -2,7 +2,7 @@ #define _CHECK_CHECK_STDINT_H 1 #ifndef _GENERATED_STDINT_H #define _GENERATED_STDINT_H "check 0.9.10" -/* generated using gnu compiler gcc (Debian 4.7.3-4) 4.7.3 */ +/* generated using gnu compiler gcc (Debian 4.6.4-2) 4.6.4 */ #define _STDINT_HAVE_STDINT_H 1 #include <stdint.h> #endif