r11494 - packages/trunk/libclaw/debian/patches

Julien Jorge j-jorge-guest at alioth.debian.org
Thu Nov 25 21:03:15 UTC 2010


Author: j-jorge-guest
Date: 2010-11-25 21:03:14 +0000 (Thu, 25 Nov 2010)
New Revision: 11494

Added:
   packages/trunk/libclaw/debian/patches/version-file-in-binary-dir.diff
Modified:
   packages/trunk/libclaw/debian/patches/html-doc-paths.diff
   packages/trunk/libclaw/debian/patches/series
Log:
Adding a patch to generate the version.hpp file in the binary directory.

Modified: packages/trunk/libclaw/debian/patches/html-doc-paths.diff
===================================================================
--- packages/trunk/libclaw/debian/patches/html-doc-paths.diff	2010-11-25 20:54:02 UTC (rev 11493)
+++ packages/trunk/libclaw/debian/patches/html-doc-paths.diff	2010-11-25 21:03:14 UTC (rev 11494)
@@ -1,7 +1,9 @@
 Set the correct input path for doxygen, relatively to the debian folder.Index: libclaw-1.6.0/doc/Doxyfile
 ===================================================================
---- libclaw-1.6.0.orig/doc/Doxyfile	2010-11-16 20:07:37.361967341 +0100
-+++ libclaw-1.6.0/doc/Doxyfile	2010-11-16 20:36:09.408436771 +0100
+Index: libclaw-1.6.1/doc/Doxyfile
+===================================================================
+--- libclaw-1.6.1.orig/doc/Doxyfile	2010-11-25 19:41:27.263366002 +0100
++++ libclaw-1.6.1/doc/Doxyfile	2010-11-25 19:41:28.255366002 +0100
 @@ -124,7 +124,7 @@
  # If left blank the directory from which doxygen is run is used as the
  # path to strip.

Modified: packages/trunk/libclaw/debian/patches/series
===================================================================
--- packages/trunk/libclaw/debian/patches/series	2010-11-25 20:54:02 UTC (rev 11493)
+++ packages/trunk/libclaw/debian/patches/series	2010-11-25 21:03:14 UTC (rev 11494)
@@ -1 +1,2 @@
 html-doc-paths.diff
+version-file-in-binary-dir.diff

Added: packages/trunk/libclaw/debian/patches/version-file-in-binary-dir.diff
===================================================================
--- packages/trunk/libclaw/debian/patches/version-file-in-binary-dir.diff	                        (rev 0)
+++ packages/trunk/libclaw/debian/patches/version-file-in-binary-dir.diff	2010-11-25 21:03:14 UTC (rev 11494)
@@ -0,0 +1,19 @@
+Index: libclaw-1.6.1/CMakeLists.txt
+===================================================================
+--- libclaw-1.6.1.orig/CMakeLists.txt	2010-11-25 21:51:09.751366001 +0100
++++ libclaw-1.6.1/CMakeLists.txt	2010-11-25 21:56:21.959365995 +0100
+@@ -242,9 +242,13 @@
+ # version
+ configure_file(
+   "${CMAKE_CURRENT_SOURCE_DIR}/claw/version.hpp.in"
+-  "${CMAKE_CURRENT_SOURCE_DIR}/claw/version.hpp"
++  "${CMAKE_CURRENT_BINARY_DIR}/claw/version.hpp"
+ )
+ 
++install( FILES
++  "${CMAKE_CURRENT_BINARY_DIR}/claw/version.hpp"
++  DESTINATION "${CLAW_INSTALLDIR_SOURCE}" )
++
+ if(WIN32)
+   subdirs(win)
+ endif(WIN32)




More information about the Pkg-games-commits mailing list