This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository mia.
commit e1766393d2923ec24a2f158b6b906d6c6cc1fd32 Author: Gert Wollny <[email protected]> Date: Mon Sep 7 15:21:49 2015 +0200 correct dependency patch --- debian/patches/02_correct_build_dependencies.patch | 2 +- src/fluid3d/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/02_correct_build_dependencies.patch b/debian/patches/02_correct_build_dependencies.patch index 72c3b38..7f9a165 100644 --- a/debian/patches/02_correct_build_dependencies.patch +++ b/debian/patches/02_correct_build_dependencies.patch @@ -19,7 +19,7 @@ index cfee179..45bac96 100644 TARGET_LINK_LIBRARIES(mia-3dfluid mia3d) INSTALL(TARGETS mia-3dfluid RUNTIME DESTINATION "bin") - -+ADD_DEPENDENCIES(mia-2dfluid plugin_test_links) ++ADD_DEPENDENCIES(mia-3dfluid plugin_test_links) MIA_EXE_CREATE_DOCU_AND_INTERFACE(mia 3dfluid) diff --git a/src/fluid3d/CMakeLists.txt b/src/fluid3d/CMakeLists.txt index 45bac96..2b6487a 100644 --- a/src/fluid3d/CMakeLists.txt +++ b/src/fluid3d/CMakeLists.txt @@ -27,7 +27,7 @@ ADD_DEFINITIONS(-DVSTREAM_DOMAIN=\"fluid3d\") ADD_EXECUTABLE(mia-3dfluid ${fluid3d_SOURCES}) TARGET_LINK_LIBRARIES(mia-3dfluid mia3d) INSTALL(TARGETS mia-3dfluid RUNTIME DESTINATION "bin") -ADD_DEPENDENCIES(mia-2dfluid plugin_test_links) +ADD_DEPENDENCIES(mia-3dfluid plugin_test_links) MIA_EXE_CREATE_DOCU_AND_INTERFACE(mia 3dfluid) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mia.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
