[med-svn] r7249 - trunk/packages/ginkgocadx/trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Jul 11 11:04:10 UTC 2011


Author: tille
Date: 2011-07-11 11:04:09 +0000 (Mon, 11 Jul 2011)
New Revision: 7249

Modified:
   trunk/packages/ginkgocadx/trunk/debian/changelog
   trunk/packages/ginkgocadx/trunk/debian/rules
Log:
Try to follow ReadMe-Compilation.pdf and override dh_auto_build ... which finally does not help :-(


Modified: trunk/packages/ginkgocadx/trunk/debian/changelog
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/changelog	2011-07-11 09:34:47 UTC (rev 7248)
+++ trunk/packages/ginkgocadx/trunk/debian/changelog	2011-07-11 11:04:09 UTC (rev 7249)
@@ -15,6 +15,9 @@
   * Added manpage + desktop file (thanks to Karsten Hilbert
     <Karsten.Hilbert at gmx.net>)
   * Fixed Vcs fields
+  * debian/rules: Try to follow ReadMe-Compilation.pdf and override
+    dh_auto_build
+    ... which finally does not help FIXME
 
  -- Andreas Tille <tille at debian.org>  Mon, 11 Jul 2011 10:16:37 +0200
 

Modified: trunk/packages/ginkgocadx/trunk/debian/rules
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/rules	2011-07-11 09:34:47 UTC (rev 7248)
+++ trunk/packages/ginkgocadx/trunk/debian/rules	2011-07-11 11:04:09 UTC (rev 7249)
@@ -31,3 +31,13 @@
 	[ ! -f debian/ginkgocadx/usr/lib/ginkgocadx/Plugins/libvisualizator.so.$(VER_FULL) ] ||  /usr/bin/chrpath -r /usr/lib/ginkgocadx debian/ginkgocadx/usr/lib/ginkgocadx/Plugins/libvisualizator.so.$(VER_FULL)
 	[ ! -f debian/ginkgocadx/usr/lib/ginkgocadx/libCADxCore.so.$(VER_FULL) ] || /usr/bin/chrpath -r /usr/lib/ginkgocadx debian/ginkgocadx/usr/lib/ginkgocadx/libCADxCore.so.$(VER_FULL)
 
+override_dh_auto_build:
+	cd src; \
+	mkdir build; \
+	cd build; \
+	cmake ../ -DCMAKE_BUILD_TYPE=Release \
+                  -DUSE_PATCHED_LIBS:BOOL=FALSE \
+                  -DUSE_CUSTOM_WX:BOOL=FALSE -DUSE_CUSTOM_VTK:BOOL=FALSE \
+                  -DUSE_CUSTOM_ITK:BOOL=FALSE -DUSE_CUSTOM_DCMTK=FALSE \
+                  -DCUSTOM_PACKAGE:BOOL=FALSE ; \
+	make




More information about the debian-med-commit mailing list