This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository hyphy.
commit 09ea5c62f9385665b32f2207525945d33d6c2f0d Author: Andreas Tille <[email protected]> Date: Thu Jul 9 17:26:34 2015 +0200 Building R module does not yet work - may be this patch might be helpful to track it down but it is deactivated --- debian/patches/debug_r_build.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/debian/patches/debug_r_build.patch b/debian/patches/debug_r_build.patch new file mode 100644 index 0000000..45f2297 --- /dev/null +++ b/debian/patches/debug_r_build.patch @@ -0,0 +1,23 @@ +Author: Andreas Tille <[email protected]> +Last-Updated: Mon, 29 Jun 2015 11:13:57 +0200 +Description: Just for debugging, not activated + +--- a/src/lib/build.sh ++++ b/src/lib/build.sh +@@ -72,6 +72,7 @@ fi + + # END MODIFY + ++set -x + echo "Checking for curl"; + echo "#include <curl/curl.h>\nint main(void) {return 0;}" > curl_check.cpp + +@@ -86,7 +87,7 @@ else + fi + + rm -rf curl_check* +- ++set +x + + makedir () { + if [ -f $1 ] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hyphy.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
