Package: libmowgli-2-dev
Version: 2.0.0-1
Severity: important
User: [email protected]
Usertags: multiarch

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

/usr/share/doc/libmowgli-2-dev/examples/buildsys.mk

An example diff between i386 and amd64 is attached.

--
Jakub Wilk
diff -ur 
libmowgli-2-dev_2.0.0-1_i386/usr/share/doc/libmowgli-2-dev/examples/buildsys.mk 
libmowgli-2-dev_2.0.0-1_amd64/usr/share/doc/libmowgli-2-dev/examples/buildsys.mk
--- 
libmowgli-2-dev_2.0.0-1_i386/usr/share/doc/libmowgli-2-dev/examples/buildsys.mk 
    2014-01-28 16:07:31.000000000 +0100
+++ 
libmowgli-2-dev_2.0.0-1_amd64/usr/share/doc/libmowgli-2-dev/examples/buildsys.mk
    2014-03-12 17:14:38.000000000 +0100
@@ -715,27 +715,27 @@
                fi \
        done
 
-DIR_ENTER = printf "Entering directory $$i(B.(B\n"; 
cd $$i || exit $$?
-DIR_LEAVE = printf "Leaving directory $$i(B.(B\n"; cd 
.. || exit $$?
-DEPEND_STATUS = printf "Generating dependencies...(B\r"
-DEPEND_OK = printf "Successfully generated dependencies.(B\n"
-DEPEND_FAILED = err=$$?; printf "Failed to generate 
dependencies!(B\n"; exit $$err
-COMPILE_STATUS = printf "Compiling $<(B...(B\r"
-COMPILE_OK = printf "Successfully compiled $<(B.(B\n"
-COMPILE_FAILED = err=$$?; printf "Failed to compile 
$<(B!(B\n"; exit $$err
-COMPILE_LIB_STATUS = printf "Compiling $<(B 
(lib)...(B\r"
-COMPILE_LIB_OK = printf "Successfully compiled $<(B 
(lib).(B\n"
-COMPILE_LIB_FAILED = err=$$?; printf "Failed to compile 
$<(B (lib)!(B\n"; exit $$err
-COMPILE_PLUGIN_STATUS = printf "Compiling $<(B 
(plugin)...(B\r"
-COMPILE_PLUGIN_OK = printf "Successfully compiled $<(B 
(plugin).(B\n"
-COMPILE_PLUGIN_FAILED = err=$$?; printf "Failed to compile 
$<(B (plugin)!(B\n"; exit $$err
-LINK_STATUS = printf "Linking $@(B...(B\r"
-LINK_OK = printf "Successfully linked $@(B.(B\n"
-LINK_FAILED = err=$$?; printf "Failed to link 
$@(B!(B\n"; exit $$err
-INSTALL_STATUS = printf "Installing $$i(B...(B\r"
-INSTALL_OK = printf "Successfully installed 
$$i(B.(B\n"
-INSTALL_FAILED = err=$$?; printf "Failed to install 
$$i(B!(B\n"; exit $$err
-DELETE_OK = printf "Deleted $$i(B.(B\n"
-DELETE_FAILED = err=$$?; printf "Failed to delete 
$$i(B!(B\n"; exit $$err
+DIR_ENTER = printf "Entering directory $$i.\n"; 
cd $$i || exit $$?
+DIR_LEAVE = printf "Leaving directory $$i.\n"; 
cd .. || exit $$?
+DEPEND_STATUS = printf "Generating dependencies...\r"
+DEPEND_OK = printf "Successfully generated dependencies.\n"
+DEPEND_FAILED = err=$$?; printf "Failed to generate 
dependencies!\n"; exit $$err
+COMPILE_STATUS = printf "Compiling $<...\r"
+COMPILE_OK = printf "Successfully compiled 
$<.\n"
+COMPILE_FAILED = err=$$?; printf "Failed to compile 
$<!\n"; exit $$err
+COMPILE_LIB_STATUS = printf "Compiling $< 
(lib)...\r"
+COMPILE_LIB_OK = printf "Successfully compiled $< 
(lib).\n"
+COMPILE_LIB_FAILED = err=$$?; printf "Failed to compile 
$< (lib)!\n"; exit $$err
+COMPILE_PLUGIN_STATUS = printf "Compiling $< 
(plugin)...\r"
+COMPILE_PLUGIN_OK = printf "Successfully compiled $< 
(plugin).\n"
+COMPILE_PLUGIN_FAILED = err=$$?; printf "Failed to compile 
$< (plugin)!\n"; exit $$err
+LINK_STATUS = printf "Linking $@...\r"
+LINK_OK = printf "Successfully linked $@.\n"
+LINK_FAILED = err=$$?; printf "Failed to link 
$@!\n"; exit $$err
+INSTALL_STATUS = printf "Installing $$i...\r"
+INSTALL_OK = printf "Successfully installed 
$$i.\n"
+INSTALL_FAILED = err=$$?; printf "Failed to install 
$$i!\n"; exit $$err
+DELETE_OK = printf "Deleted $$i.\n"
+DELETE_FAILED = err=$$?; printf "Failed to delete 
$$i!\n"; exit $$err
 
 include .deps

Reply via email to