[med-svn] r8274 - trunk/packages/gofigure2/trunk/debian/patches

Mathieu Malaterre malat-guest at alioth.debian.org
Tue Oct 25 16:39:26 UTC 2011


Author: malat-guest
Date: 2011-10-25 16:39:25 +0000 (Tue, 25 Oct 2011)
New Revision: 8274

Added:
   trunk/packages/gofigure2/trunk/debian/patches/mismatch_endif.cmake
   trunk/packages/gofigure2/trunk/debian/patches/unknown_arg.patch
Modified:
   trunk/packages/gofigure2/trunk/debian/patches/series
Log:
fix cmake errors.

Added: trunk/packages/gofigure2/trunk/debian/patches/mismatch_endif.cmake
===================================================================
--- trunk/packages/gofigure2/trunk/debian/patches/mismatch_endif.cmake	                        (rev 0)
+++ trunk/packages/gofigure2/trunk/debian/patches/mismatch_endif.cmake	2011-10-25 16:39:25 UTC (rev 8274)
@@ -0,0 +1,13 @@
+Index: GoFigure2-v0.8.3/Main/CMakeLists.txt
+===================================================================
+--- GoFigure2-v0.8.3.orig/Main/CMakeLists.txt	2011-10-25 16:31:39.000000000 +0000
++++ GoFigure2-v0.8.3/Main/CMakeLists.txt	2011-10-25 16:37:10.000000000 +0000
+@@ -324,7 +324,7 @@
+     DESTINATION ${GOFIGURE2_INSTALL_RESOURCSES_DIR}
+     COMPONENT Runtime
+     )
+-ENDIF( APPLE )
++ENDIF( USE_BUNDLE_UTILITIES )
+ 
+ FILE( GLOB __source_file_h "${CMAKE_CURRENT_SOURCE_DIR}/*.h" )
+ 

Modified: trunk/packages/gofigure2/trunk/debian/patches/series
===================================================================
--- trunk/packages/gofigure2/trunk/debian/patches/series	2011-10-25 16:31:02 UTC (rev 8273)
+++ trunk/packages/gofigure2/trunk/debian/patches/series	2011-10-25 16:39:25 UTC (rev 8274)
@@ -1 +1,3 @@
 apple_bundle_fix.patch
+mismatch_endif.cmake
+unknown_arg.patch

Added: trunk/packages/gofigure2/trunk/debian/patches/unknown_arg.patch
===================================================================
--- trunk/packages/gofigure2/trunk/debian/patches/unknown_arg.patch	                        (rev 0)
+++ trunk/packages/gofigure2/trunk/debian/patches/unknown_arg.patch	2011-10-25 16:39:25 UTC (rev 8274)
@@ -0,0 +1,12 @@
+Index: GoFigure2-v0.8.3/CMakeLists.txt
+===================================================================
+--- GoFigure2-v0.8.3.orig/CMakeLists.txt	2011-09-16 14:09:48.000000000 +0000
++++ GoFigure2-v0.8.3/CMakeLists.txt	2011-10-25 16:38:05.000000000 +0000
+@@ -518,7 +518,6 @@
+       INSTALL(
+         FILES ${CMAKE_CURRENT_BINARY_DIR}/GoFigure2.desktop
+         DESTINATION ${GOFIGURE2_INSTALL_BIN_DIR}
+-        @ONLY
+       )
+     ENDIF()
+ 




More information about the debian-med-commit mailing list