This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository probabel.
commit 10215c3509ee1c8dad5aceeeb1b02e8df8ead0cb Author: Andreas Tille <[email protected]> Date: Fri Jul 10 10:27:52 2015 +0200 Add README.source explaining build failures on some architectures --- debian/README.source | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..29b23df --- /dev/null +++ b/debian/README.source @@ -0,0 +1,15 @@ +probabel for Debian +=================== + +Regarding the architectures: back in January 2014 [1] we removed the +big-endian architectures from the list, because the file format used by +ProbABEL is read using raw I/O, so files created on little endian +machines can't be read by big endian ones. The build failure stems from +the fact that the included example/test files were created on a little +endian machine. + + +[1] https://lists.debian.org/debian-med/2014/01/msg00150.html + + -- Lennart Karssen <[email protected]> Fri, 10 Jul 2015 09:14:45 +0200 + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/probabel.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
