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 "[K[36mEntering directory [1m$$i(B[m[36m.(B[m\n";
cd $$i || exit $$?
-DIR_LEAVE = printf "[K[36mLeaving directory [1m$$i(B[m[36m.(B[m\n"; cd
.. || exit $$?
-DEPEND_STATUS = printf "[K[33mGenerating dependencies...(B[m\r"
-DEPEND_OK = printf "[K[32mSuccessfully generated dependencies.(B[m\n"
-DEPEND_FAILED = err=$$?; printf "[K[31mFailed to generate
dependencies!(B[m\n"; exit $$err
-COMPILE_STATUS = printf "[K[33mCompiling [1m$<(B[m[33m...(B[m\r"
-COMPILE_OK = printf "[K[32mSuccessfully compiled [1m$<(B[m[32m.(B[m\n"
-COMPILE_FAILED = err=$$?; printf "[K[31mFailed to compile
[1m$<(B[m[31m!(B[m\n"; exit $$err
-COMPILE_LIB_STATUS = printf "[K[33mCompiling [1m$<(B[m[33m
(lib)...(B[m\r"
-COMPILE_LIB_OK = printf "[K[32mSuccessfully compiled [1m$<(B[m[32m
(lib).(B[m\n"
-COMPILE_LIB_FAILED = err=$$?; printf "[K[31mFailed to compile
[1m$<(B[m[31m (lib)!(B[m\n"; exit $$err
-COMPILE_PLUGIN_STATUS = printf "[K[33mCompiling [1m$<(B[m[33m
(plugin)...(B[m\r"
-COMPILE_PLUGIN_OK = printf "[K[32mSuccessfully compiled [1m$<(B[m[32m
(plugin).(B[m\n"
-COMPILE_PLUGIN_FAILED = err=$$?; printf "[K[31mFailed to compile
[1m$<(B[m[31m (plugin)!(B[m\n"; exit $$err
-LINK_STATUS = printf "[K[33mLinking [1m$@(B[m[33m...(B[m\r"
-LINK_OK = printf "[K[32mSuccessfully linked [1m$@(B[m[32m.(B[m\n"
-LINK_FAILED = err=$$?; printf "[K[31mFailed to link
[1m$@(B[m[31m!(B[m\n"; exit $$err
-INSTALL_STATUS = printf "[K[33mInstalling [1m$$i(B[m[33m...(B[m\r"
-INSTALL_OK = printf "[K[32mSuccessfully installed
[1m$$i(B[m[32m.(B[m\n"
-INSTALL_FAILED = err=$$?; printf "[K[31mFailed to install
[1m$$i(B[m[31m!(B[m\n"; exit $$err
-DELETE_OK = printf "[K[34mDeleted [1m$$i(B[m[34m.(B[m\n"
-DELETE_FAILED = err=$$?; printf "[K[31mFailed to delete
[1m$$i(B[m[31m!(B[m\n"; exit $$err
+DIR_ENTER = printf "[K[36mEntering directory [1m$$i[0;10m[36m.[0;10m\n";
cd $$i || exit $$?
+DIR_LEAVE = printf "[K[36mLeaving directory [1m$$i[0;10m[36m.[0;10m\n";
cd .. || exit $$?
+DEPEND_STATUS = printf "[K[33mGenerating dependencies...[0;10m\r"
+DEPEND_OK = printf "[K[32mSuccessfully generated dependencies.[0;10m\n"
+DEPEND_FAILED = err=$$?; printf "[K[31mFailed to generate
dependencies![0;10m\n"; exit $$err
+COMPILE_STATUS = printf "[K[33mCompiling [1m$<[0;10m[33m...[0;10m\r"
+COMPILE_OK = printf "[K[32mSuccessfully compiled
[1m$<[0;10m[32m.[0;10m\n"
+COMPILE_FAILED = err=$$?; printf "[K[31mFailed to compile
[1m$<[0;10m[31m![0;10m\n"; exit $$err
+COMPILE_LIB_STATUS = printf "[K[33mCompiling [1m$<[0;10m[33m
(lib)...[0;10m\r"
+COMPILE_LIB_OK = printf "[K[32mSuccessfully compiled [1m$<[0;10m[32m
(lib).[0;10m\n"
+COMPILE_LIB_FAILED = err=$$?; printf "[K[31mFailed to compile
[1m$<[0;10m[31m (lib)![0;10m\n"; exit $$err
+COMPILE_PLUGIN_STATUS = printf "[K[33mCompiling [1m$<[0;10m[33m
(plugin)...[0;10m\r"
+COMPILE_PLUGIN_OK = printf "[K[32mSuccessfully compiled [1m$<[0;10m[32m
(plugin).[0;10m\n"
+COMPILE_PLUGIN_FAILED = err=$$?; printf "[K[31mFailed to compile
[1m$<[0;10m[31m (plugin)![0;10m\n"; exit $$err
+LINK_STATUS = printf "[K[33mLinking [1m$@[0;10m[33m...[0;10m\r"
+LINK_OK = printf "[K[32mSuccessfully linked [1m$@[0;10m[32m.[0;10m\n"
+LINK_FAILED = err=$$?; printf "[K[31mFailed to link
[1m$@[0;10m[31m![0;10m\n"; exit $$err
+INSTALL_STATUS = printf "[K[33mInstalling [1m$$i[0;10m[33m...[0;10m\r"
+INSTALL_OK = printf "[K[32mSuccessfully installed
[1m$$i[0;10m[32m.[0;10m\n"
+INSTALL_FAILED = err=$$?; printf "[K[31mFailed to install
[1m$$i[0;10m[31m![0;10m\n"; exit $$err
+DELETE_OK = printf "[K[34mDeleted [1m$$i[0;10m[34m.[0;10m\n"
+DELETE_FAILED = err=$$?; printf "[K[31mFailed to delete
[1m$$i[0;10m[31m![0;10m\n"; exit $$err
include .deps