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

Andreas Tille tille at alioth.debian.org
Tue Jul 12 07:40:04 UTC 2011


Author: tille
Date: 2011-07-12 07:40:03 +0000 (Tue, 12 Jul 2011)
New Revision: 7255

Removed:
   trunk/packages/ginkgocadx/trunk/debian/patches/
Modified:
   trunk/packages/ginkgocadx/trunk/debian/changelog
   trunk/packages/ginkgocadx/trunk/debian/rules
Log:
Adapt to new minor version where upstream included all patches.


Modified: trunk/packages/ginkgocadx/trunk/debian/changelog
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/changelog	2011-07-12 06:53:20 UTC (rev 7254)
+++ trunk/packages/ginkgocadx/trunk/debian/changelog	2011-07-12 07:40:03 UTC (rev 7255)
@@ -1,25 +1,18 @@
-ginkgocadx (2.5.0.0-1) UNRELEASED; urgency=low
+ginkgocadx (2.5.0.1-1) UNRELEASED; urgency=low
 
-  * New upstream version
+  * New upstream version (most patches applied
     Closes: #630877
   * updated patches to new version:
-     - debian/patches/add_missing_CMakeLists.txt: CMakeList.txt was
-       missing in root directory
      - debian/patches/spelling.patch: Deactivated in series - to high
-       maintenance effort for less use
-     - debian/patches/do_not_install_to_usr_share.patch: Some changes
-       are applied upstream but some are not ...
-     - debian/patches/01_no_msse.patch: Applied upstream
+       maintenance effort for less use (mail sended to upstream
   * debian/{mime,sharedmimeinfo}: Mime info for DICOM images
     Closes: #631205
   * 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
+  * debian/rules: Add ne extension liblightvisualizator
 
- -- Andreas Tille <tille at debian.org>  Mon, 11 Jul 2011 10:16:37 +0200
+ -- Andreas Tille <tille at debian.org>  Tue, 12 Jul 2011 08:19:11 +0200
 
 ginkgocadx (2.4.1.1-2) unstable; urgency=low
 

Modified: trunk/packages/ginkgocadx/trunk/debian/rules
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/rules	2011-07-12 06:53:20 UTC (rev 7254)
+++ trunk/packages/ginkgocadx/trunk/debian/rules	2011-07-12 07:40:03 UTC (rev 7255)
@@ -30,14 +30,22 @@
 	# for mpi, the later has to be removed
 	[ ! -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)
+	[ ! -f debian/ginkgocadx/usr/lib/ginkgocadx/Plugins/liblightvisualizator.so.$(VER_FULL) ] || /usr/bin/chrpath -r /usr/lib/ginkgocadx debian/ginkgocadx/usr/lib/ginkgocadx/Plugins/liblightvisualizator.so.$(VER_FULL)
 
-override_dh_auto_build:
+no_need_to_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
+	
+# You might like to set CMAKE_BUILD_TYPE=Debug instead of Release
+
+# The following settings seem to be default in src/CMakeLists.txt
+#                  -DUSE_PATCHED_LIBS:BOOL=FALSE \
+#                  -DUSE_CUSTOM_WX:BOOL=FALSE \
+#                  -DUSE_CUSTOM_VTK:BOOL=FALSE \
+#                  -DUSE_CUSTOM_ITK:BOOL=FALSE \
+#                  -DUSE_CUSTOM_DCMTK=FALSE \
+#                  -DUSE_SYSTEM_SQLITE=TRUE \
+#                  -DCUSTOM_PACKAGE:BOOL=FALSE ; \




More information about the debian-med-commit mailing list